#B86FBC

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

Shades of Fuchsia #B86FBC

Tints of Fuchsia #B86FBC

Color information

#B86FBC (or 0xB86FBC) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and BC. RGB value is (184,111,188). Sum of RGB (Red+Green+Blue) = 184+111+188=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B86FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FBC is #479043. Grayscale: #8D8D8D. Windows color (decimal): -4689988 or 12349368. OLE color: 12349368.

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

Color convert

RGB184111188-
CMYK0.020.4100.26
HSL296.88º36.49%58.63%-
HSV(B)296.88º40.96%73.73%-
XYZ34.5325.1950.62-
YUV141.61154.18158.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=38.10%
G=22.98%
B=38.92%

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
Decimal1841111880.020.4100.26296.8836.4958.63
HexB86FBC22901A129243b
Octal2701572742510324514473
Binary1011100011011111011110010101001011010100101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FBC; }

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

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

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

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

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

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

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

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