Shades of Fuchsia #B86DB3
Tints of Fuchsia #B86DB3
RGB
CMYK
RGB Variations
Color information
#B86DB3 (or 0xB86DB3) is known color: 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
| RGB | 184 | 109 | 179 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.28 |
| HSL | 304º | 0.35% | 0.57% | - |
| HSV(B) | 304º | 0.41% | 0.72% | - |
| XYZ | 33.37 | 24.38 | 45.6 | - |
| YUV | 139.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 179 | 0 | 0.41 | 0.03 | 0.28 | 304 | 0.35 | 0.57 |
| Hex | B8 | 6D | B3 | 0 | 29 | 3 | 1C | 130 | 23 | 39 |
| Octal | 270 | 155 | 263 | 0 | 51 | 3 | 34 | 460 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10110011 | 0 | 101001 | 11 | 11100 | 100110000 | 100011 | 111001 |
Color Harmonies of #B86DB3
Complementary color
Monochromatic Colors of #B86DB3
Black with #B86DB3
Text Example
Text Example
White with #B86DB3
Text Example
Text Example
HTML Codes & Css Web 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>