#B86BB2

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

Shades of Fuchsia #B86BB2

Tints of Fuchsia #B86BB2

Color information

#B86BB2 (or 0xB86BB2) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B2. RGB value is (184,107,178). Sum of RGB (Red+Green+Blue) = 184+107+178=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86BB2 is #47944D. Grayscale: #898989. Windows color (decimal): -4691022 or 11692984. OLE color: 11692984.

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

Color convert

RGB184107178-
CMYK00.420.030.28
HSL304.68º35.16%57.06%-
HSV(B)304.68º41.85%72.16%-
XYZ33.0623.9244.99-
YUV138.12150.51160.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=39.23%
G=22.81%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410717800.420.030.28304.6835.1657.06
HexB86BB202A31C1312339
Octal2701532620523344614371
Binary1011100011010111011001001010101111100100110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB2; }

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

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

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

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

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

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

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

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