#B86BB3

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

Shades of Fuchsia #B86BB3

Tints of Fuchsia #B86BB3

Color information

#B86BB3 (or 0xB86BB3) is unknown color: approx Fuchsia. HEX triplet: B8, 6B and B3. RGB value is (184,107,179). Sum of RGB (Red+Green+Blue) = 184+107+179=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BB3 is #47944C. Grayscale: #8A8A8A. Windows color (decimal): -4691021 or 11758520. OLE color: 11758520.

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

Color convert

RGB184107179-
CMYK00.420.030.28
HSL303.9º35.16%57.06%-
HSV(B)303.9º41.85%72.16%-
XYZ33.1623.9645.52-
YUV138.23151.01160.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 179 (70.31% from 255) = 38.09%
R=39.15%
G=22.77%
B=38.09%

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
Decimal18410717900.420.030.28303.935.1657.06
HexB86BB302A31C1302339
Octal2701532630523344604371
Binary1011100011010111011001101010101111100100110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BB3; }

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

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

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

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

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

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

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

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