#B86FC3

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

Shades of Fuchsia #B86FC3

Tints of Fuchsia #B86FC3

Color information

#B86FC3 (or 0xB86FC3) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and C3. RGB value is (184,111,195). Sum of RGB (Red+Green+Blue) = 184+111+195=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #B86FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FC3 is #47903C. Grayscale: #8E8E8E. Windows color (decimal): -4689981 or 12808120. OLE color: 12808120.

HSL color Cylindrical-coordinate representation of color #B86FC3: hue angle of 292.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86FC3 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184111195-
CMYK0.060.4300.24
HSL292.14º41.18%60%-
HSV(B)292.14º43.08%76.47%-
XYZ35.325.554.69-
YUV142.4157.68157.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 195 (76.56% from 255) = 39.80%
R=37.55%
G=22.65%
B=39.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841111950.060.4300.24292.1441.1860
HexB86FC362B018124293c
Octal2701573036530304445174
Binary10111000110111111000011110101011011000100100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FC3; }

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

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

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

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

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

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

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

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