#B86DB3

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

Shades of Fuchsia #B86DB3

Tints of Fuchsia #B86DB3

Color information

#B86DB3 (or 0xB86DB3) is unknown color: approx Fuchsia. HEX triplet: B8, 6D and B3. RGB value is (184,109,179). Sum of RGB (Red+Green+Blue) = 184+109+179=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DB3 is #47924C. Grayscale: #8B8B8B. Windows color (decimal): -4690509 or 11759032. OLE color: 11759032.

HSL color Cylindrical-coordinate representation of color #B86DB3: hue angle of 304º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86DB3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184109179-
CMYK00.410.030.28
HSL304º34.56%57.45%-
HSV(B)304º40.76%72.16%-
XYZ33.3724.3845.6-
YUV139.4150.35159.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 179 (70.31% from 255) = 37.92%
R=38.98%
G=23.09%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410917900.410.030.2830434.5657.45
HexB86DB302931C1302339
Octal2701552630513344604371
Binary1011100011011011011001101010011111100100110000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86DB3; }

 p { color: rgb(184,109,179); }

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

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

 a { background-color: rgb(184,109,179); }

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

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

 span { border-color: rgb(184,109,179); }

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