#B86FB9

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

Shades of Fuchsia #B86FB9

Tints of Fuchsia #B86FB9

Color information

#B86FB9 (or 0xB86FB9) is unknown color: approx Fuchsia. HEX triplet: B8, 6F and B9. RGB value is (184,111,185). Sum of RGB (Red+Green+Blue) = 184+111+185=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #B86FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FB9 is #479046. Grayscale: #8D8D8D. Windows color (decimal): -4689991 or 12152760. OLE color: 12152760.

HSL color Cylindrical-coordinate representation of color #B86FB9: hue angle of 299.19º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86FB9 is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184111185-
CMYK0.010.400.27
HSL299.19º34.58%58.04%-
HSV(B)299.19º40%72.55%-
XYZ34.2125.0648.93-
YUV141.26152.68158.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 111 (43.75% from 255) = 23.12%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=38.33%
G=23.12%
B=38.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841111850.010.400.27299.1934.5858.04
HexB86FB912801B12b233a
Octal2701572711500334534372
Binary101110001101111101110011101000011011100101011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FB9; }

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

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

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

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

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

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

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

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