#B86CC0

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

Shades of Fuchsia #B86CC0

Tints of Fuchsia #B86CC0

Color information

#B86CC0 (or 0xB86CC0) is unknown color: approx Fuchsia. HEX triplet: B8, 6C and C0. RGB value is (184,108,192). Sum of RGB (Red+Green+Blue) = 184+108+192=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #B86CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CC0 is #47933F. Grayscale: #8C8C8C. Windows color (decimal): -4690752 or 12610744. OLE color: 12610744.

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

Color convert

RGB184108192-
CMYK0.040.4400.25
HSL294.29º40%58.82%-
HSV(B)294.29º43.75%75.29%-
XYZ34.6424.7252.81-
YUV140.3157.18159.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.02%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=38.02%
G=22.31%
B=39.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841081920.040.4400.25294.294058.82
HexB86CC042C019126283b
Octal2701543004540314465073
Binary10111000110110011000000100101100011001100100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CC0; }

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

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

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

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

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

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

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

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