#B86FC0

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

Shades of Fuchsia #B86FC0

Tints of Fuchsia #B86FC0

Color information

#B86FC0 (or 0xB86FC0) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and C0. RGB value is (184,111,192). Sum of RGB (Red+Green+Blue) = 184+111+192=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #B86FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FC0 is #47903F. Grayscale: #8D8D8D. Windows color (decimal): -4689984 or 12611512. OLE color: 12611512.

HSL color Cylindrical-coordinate representation of color #B86FC0: hue angle of 294.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86FC0 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184111192-
CMYK0.040.4200.25
HSL294.07º39.13%59.41%-
HSV(B)294.07º42.19%75.29%-
XYZ34.9725.3652.92-
YUV142.06156.18157.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=37.78%
G=22.79%
B=39.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841111920.040.4200.25294.0739.1359.41
HexB86FC042A019126273b
Octal2701573004520314464773
Binary10111000110111111000000100101010011001100100110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FC0; }

 p { color: rgb(184,111,192); }

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

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

 a { background-color: rgb(184,111,192); }

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

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

 span { border-color: rgb(184,111,192); }

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