#B838AC

Color #B838AC Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B838AC

Tints of Fuchsia #B838AC

Color information

#B838AC (or 0xB838AC) is unknown color: approx Fuchsia. HEX triplet: B8, 38 and AC. RGB value is (184,56,172). Sum of RGB (Red+Green+Blue) = 184+56+172=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AC is #47C753. Grayscale: #6B6B6B. Windows color (decimal): -4704084 or 11286712. OLE color: 11286712.

HSL color Cylindrical-coordinate representation of color #B838AC: hue angle of 305.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838AC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18456172-
CMYK00.700.070.28
HSL305.62º53.33%47.06%-
HSV(B)305.62º69.57%72.16%-
XYZ28.631640.61-
YUV107.5164.41182.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 56 (22.27% from 255) = 13.59%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=44.66%
G=13.59%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845617200.700.070.28305.6253.3347.06
HexB838AC04671C132352f
Octal2707025401067344626557
Binary10111000111000101011000100011011111100100110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B838AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B838AC; }

 p { color: rgb(184,56,172); }

 H1.HeaderClassName
 {
   color: #B838AC;
 }
 .AnyTagClassName
 {
   color: #B838AC;
 }
</style>
background-color css

<style>
 a { background-color: #B838AC; }

 a { background-color: rgb(184,56,172); }

 div.DivClassName
 {
   background-color: #B838AC;
 }
 .BgClassName
 {
   background-color: #B838AC;
 }
</style>
border-color css

<style>
 span { border-color: #B838AC; }

 span { border-color: rgb(184,56,172); }

 td.TdClassName
 {
   border-color: #B838AC;
 }
 .TagClassName
 {
   border-color: #B838AC;
 }
</style>