#B86DBA

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

Shades of Fuchsia #B86DBA

Tints of Fuchsia #B86DBA

Color information

#B86DBA (or 0xB86DBA) is unknown color: approx Fuchsia. HEX triplet: B8, 6D and BA. RGB value is (184,109,186). Sum of RGB (Red+Green+Blue) = 184+109+186=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DBA is #479245. Grayscale: #8B8B8B. Windows color (decimal): -4690502 or 12217784. OLE color: 12217784.

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

Color convert

RGB184109186-
CMYK0.010.4100.27
HSL298.44º35.81%57.84%-
HSV(B)298.44º41.4%72.94%-
XYZ34.124.6749.42-
YUV140.2153.85159.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 109 (42.97% from 255) = 22.76%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=38.41%
G=22.76%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841091860.010.4100.27298.4435.8157.84
HexB86DBA12901B12a243a
Octal2701552721510334524472
Binary101110001101101101110101101001011011100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86DBA; }

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

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

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

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

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

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

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

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