Shades of Fuchsia #B86DB5
Tints of Fuchsia #B86DB5
RGB
CMYK
RGB Variations
Color information
#B86DB5 (or 0xB86DB5) is known color: Fuchsia. HEX triplet: B8, 6D and B5. RGB value is (184,109,181). Sum of RGB (Red+Green+Blue) = 184+109+181=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DB5 is #47924A. Grayscale: #8B8B8B. Windows color (decimal): -4690507 or 11890104. OLE color: 11890104.
HSL color Cylindrical-coordinate representation of color #B86DB5: hue angle of 302.4º 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 #B86DB5 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 181 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.28 |
| HSL | 302.4º | 0.35% | 0.57% | - |
| HSV(B) | 302.4º | 0.41% | 0.72% | - |
| XYZ | 33.58 | 24.46 | 46.67 | - |
| YUV | 139.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 181 | 0 | 0.41 | 0.02 | 0.28 | 302.4 | 0.35 | 0.57 |
| Hex | B8 | 6D | B5 | 0 | 29 | 2 | 1C | 12E | 23 | 39 |
| Octal | 270 | 155 | 265 | 0 | 51 | 2 | 34 | 456 | 43 | 71 |
| Binary | 10111000 | 1101101 | 10110101 | 0 | 101001 | 10 | 11100 | 100101110 | 100011 | 111001 |
Color Harmonies of #B86DB5
Complementary color
Monochromatic Colors of #B86DB5
Black with #B86DB5
Text Example
Text Example
White with #B86DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86DB5; }
p { color: rgb(184,109,181); }
H1.HeaderClassName
{
color: #B86DB5;
}
.AnyTagClassName
{
color: #B86DB5;
}
</style>
background-color css
<style>
a { background-color: #B86DB5; }
a { background-color: rgb(184,109,181); }
div.DivClassName
{
background-color: #B86DB5;
}
.BgClassName
{
background-color: #B86DB5;
}
</style>
border-color css
<style>
span { border-color: #B86DB5; }
span { border-color: rgb(184,109,181); }
td.TdClassName
{
border-color: #B86DB5;
}
.TagClassName
{
border-color: #B86DB5;
}
</style>