#B84CAB

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

Shades of Fuchsia #B84CAB

Tints of Fuchsia #B84CAB

Color information

#B84CAB (or 0xB84CAB) is unknown color: approx Fuchsia. HEX triplet: B8, 4C and AB. RGB value is (184,76,171). Sum of RGB (Red+Green+Blue) = 184+76+171=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CAB is #47B354. Grayscale: #767676. Windows color (decimal): -4698965 or 11226296. OLE color: 11226296.

HSL color Cylindrical-coordinate representation of color #B84CAB: hue angle of 307.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84CAB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18476171-
CMYK00.590.070.28
HSL307.22º43.2%50.98%-
HSV(B)307.22º58.7%72.16%-
XYZ29.718.340.49-
YUV119.12157.28174.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=42.69%
G=17.63%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847617100.590.070.28307.2243.250.98
HexB84CAB03B71C1332b33
Octal2701142530737344635363
Binary10111000100110010101011011101111111100100110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84CAB; }

 p { color: rgb(184,76,171); }

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

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

 a { background-color: rgb(184,76,171); }

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

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

 span { border-color: rgb(184,76,171); }

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