#B84CAC

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

Shades of Fuchsia #B84CAC

Tints of Fuchsia #B84CAC

Color information

#B84CAC (or 0xB84CAC) is unknown color: approx Fuchsia. HEX triplet: B8, 4C and AC. RGB value is (184,76,172). Sum of RGB (Red+Green+Blue) = 184+76+172=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CAC is #47B353. Grayscale: #767676. Windows color (decimal): -4698964 or 11291832. OLE color: 11291832.

HSL color Cylindrical-coordinate representation of color #B84CAC: hue angle of 306.67º 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 #B84CAC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18476172-
CMYK00.590.070.28
HSL306.67º43.2%50.98%-
HSV(B)306.67º58.7%72.16%-
XYZ29.818.3441-
YUV119.24157.78174.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 76 (30.08% from 255) = 17.59%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=42.59%
G=17.59%
B=39.81%

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
Decimal1847617200.590.070.28306.6743.250.98
HexB84CAC03B71C1332b33
Octal2701142540737344635363
Binary10111000100110010101100011101111111100100110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84CAC; }

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

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

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

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

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

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

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

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