#B86FBF

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

Shades of Fuchsia #B86FBF

Tints of Fuchsia #B86FBF

Color information

#B86FBF (or 0xB86FBF) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and BF. RGB value is (184,111,191). Sum of RGB (Red+Green+Blue) = 184+111+191=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #B86FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FBF is #479040. Grayscale: #8D8D8D. Windows color (decimal): -4689985 or 12545976. OLE color: 12545976.

HSL color Cylindrical-coordinate representation of color #B86FBF: hue angle of 294.75º degrees, saturation: 0.38, 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 #B86FBF is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184111191-
CMYK0.040.4200.25
HSL294.75º38.46%59.22%-
HSV(B)294.75º41.88%74.9%-
XYZ34.8625.3252.34-
YUV141.95155.68158-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 191 (75% from 255) = 39.30%
R=37.86%
G=22.84%
B=39.30%

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
Decimal1841111910.040.4200.25294.7538.4659.22
HexB86FBF42A019127263b
Octal2701572774520314474673
Binary10111000110111110111111100101010011001100100111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FBF; }

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

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

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

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

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

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

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

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