#B86EB9

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

Shades of Fuchsia #B86EB9

Tints of Fuchsia #B86EB9

Color information

#B86EB9 (or 0xB86EB9) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and B9. RGB value is (184,110,185). Sum of RGB (Red+Green+Blue) = 184+110+185=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #B86EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EB9 is #479146. Grayscale: #8C8C8C. Windows color (decimal): -4690247 or 12152504. OLE color: 12152504.

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

Color convert

RGB184110185-
CMYK0.010.4100.27
HSL299.2º34.88%57.84%-
HSV(B)299.2º40.54%72.55%-
XYZ34.124.8448.9-
YUV140.68153.02158.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=38.41%
G=22.96%
B=38.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841101850.010.4100.27299.234.8857.84
HexB86EB912901B12b233a
Octal2701562711510334534372
Binary101110001101110101110011101001011011100101011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EB9; }

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

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

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

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

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

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

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

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