#B86CB9

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

Shades of Fuchsia #B86CB9

Tints of Fuchsia #B86CB9

Color information

#B86CB9 (or 0xB86CB9) is unknown color: approx Fuchsia. HEX triplet: B8, 6C and B9. RGB value is (184,108,185). Sum of RGB (Red+Green+Blue) = 184+108+185=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #B86CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CB9 is #479346. Grayscale: #8B8B8B. Windows color (decimal): -4690759 or 12151992. OLE color: 12151992.

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

Color convert

RGB184108185-
CMYK0.010.4200.27
HSL299.22º35.48%57.45%-
HSV(B)299.22º41.62%72.55%-
XYZ33.8924.4248.83-
YUV139.5153.68159.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=38.57%
G=22.64%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841081850.010.4200.27299.2235.4857.45
HexB86CB912A01B12b2339
Octal2701542711520334534371
Binary101110001101100101110011101010011011100101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CB9; }

 p { color: rgb(184,108,185); }

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

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

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

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

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

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

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