#B86EBC

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

Shades of Fuchsia #B86EBC

Tints of Fuchsia #B86EBC

Color information

#B86EBC (or 0xB86EBC) is unknown color: approx Fuchsia. HEX triplet: B8, 6E and BC. RGB value is (184,110,188). Sum of RGB (Red+Green+Blue) = 184+110+188=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #B86EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EBC is #479143. Grayscale: #8C8C8C. Windows color (decimal): -4690244 or 12349112. OLE color: 12349112.

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

Color convert

RGB184110188-
CMYK0.020.4100.26
HSL296.92º36.79%58.43%-
HSV(B)296.92º41.49%73.73%-
XYZ34.4224.9750.58-
YUV141.02154.52158.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=38.17%
G=22.82%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841101880.020.4100.26296.9236.7958.43
HexB86EBC22901A129253a
Octal2701562742510324514572
Binary1011100011011101011110010101001011010100101001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EBC; }

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

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

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

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

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

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

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

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