#B86EBD

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

Shades of Fuchsia #B86EBD

Tints of Fuchsia #B86EBD

Color information

#B86EBD (or 0xB86EBD) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and BD. RGB value is (184,110,189). Sum of RGB (Red+Green+Blue) = 184+110+189=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #B86EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EBD is #479142. Grayscale: #8C8C8C. Windows color (decimal): -4690243 or 12414648. OLE color: 12414648.

HSL color Cylindrical-coordinate representation of color #B86EBD: hue angle of 296.2º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86EBD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184110189-
CMYK0.030.4200.26
HSL296.2º37.44%58.63%-
HSV(B)296.2º41.8%74.12%-
XYZ34.5325.0251.15-
YUV141.13155.02158.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=38.10%
G=22.77%
B=39.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841101890.030.4200.26296.237.4458.63
HexB86EBD32A01A128253b
Octal2701562753520324504573
Binary1011100011011101011110111101010011010100101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EBD; }

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

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

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

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

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

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

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

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