#B872BB

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

Shades of Fuchsia #B872BB

Tints of Fuchsia #B872BB

Color information

#B872BB (or 0xB872BB) is unknown color: approx Fuchsia. HEX triplet: B8, 72 and BB. RGB value is (184,114,187). Sum of RGB (Red+Green+Blue) = 184+114+187=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B872BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872BB is #478D44. Grayscale: #8F8F8F. Windows color (decimal): -4689221 or 12284600. OLE color: 12284600.

HSL color Cylindrical-coordinate representation of color #B872BB: hue angle of 297.53º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B872BB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184114187-
CMYK0.020.3900.27
HSL297.53º34.93%59.02%-
HSV(B)297.53º39.04%73.33%-
XYZ34.7525.8150.16-
YUV143.25152.69157.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=37.94%
G=23.51%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841141870.020.3900.27297.5334.9359.02
HexB872BB22701B12a233b
Octal2701622732470334524373
Binary1011100011100101011101110100111011011100101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872BB; }

 p { color: rgb(184,114,187); }

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

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

 a { background-color: rgb(184,114,187); }

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

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

 span { border-color: rgb(184,114,187); }

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