#B86BB8

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

Shades of Fuchsia #B86BB8

Tints of Fuchsia #B86BB8

Color information

#B86BB8 (or 0xB86BB8) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B8. RGB value is (184,107,184). Sum of RGB (Red+Green+Blue) = 184+107+184=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B86BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB8 is #479447. Grayscale: #8A8A8A. Windows color (decimal): -4691016 or 12086200. OLE color: 12086200.

HSL color Cylindrical-coordinate representation of color #B86BB8: hue angle of 300º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86BB8 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB184107184-
CMYK00.4200.28
HSL300º35.16%57.06%-
HSV(B)300º41.85%72.16%-
XYZ33.6824.1748.24-
YUV138.8153.51160.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=38.74%
G=22.53%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410718400.4200.2830035.1657.06
HexB86BB802A01C12c2339
Octal2701532700520344544371
Binary101110001101011101110000101010011100100101100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB8; }

 p { color: rgb(184,107,184); }

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

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

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

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

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

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

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