Shades of Deep Magenta #B808D9
Tints of Deep Magenta #B808D9
RGB
CMYK
RGB Variations
Color information
#B808D9 (or 0xB808D9) is known color: Deep Magenta. HEX triplet: B8, 08 and D9. RGB value is (184,8,217). Sum of RGB (Red+Green+Blue) = 184+8+217=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #B808D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808D9 is #47F726. Grayscale: #535353. Windows color (decimal): -4716327 or 14223544. OLE color: 14223544.
HSL color Cylindrical-coordinate representation of color #B808D9: hue angle of 290.53º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808D9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 8 | 217 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.15 |
| HSL | 290.53º | 0.93% | 0.44% | - |
| HSV(B) | 290.53º | 0.96% | 0.85% | - |
| XYZ | 32.38 | 15.37 | 66.91 | - |
| YUV | 84.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 217 | 0.15 | 0.96 | 0 | 0.15 | 290.53 | 0.93 | 0.44 |
| Hex | B8 | 8 | D9 | F | 60 | 0 | F | 123 | 5D | 2C |
| Octal | 270 | 10 | 331 | 17 | 140 | 0 | 17 | 443 | 135 | 54 |
| Binary | 10111000 | 1000 | 11011001 | 1111 | 1100000 | 0 | 1111 | 100100011 | 1011101 | 101100 |
Color Harmonies of #B808D9
Complementary color
Monochromatic Colors of #B808D9
Black with #B808D9
Text Example
Text Example
White with #B808D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808D9; }
p { color: rgb(184,8,217); }
H1.HeaderClassName
{
color: #B808D9;
}
.AnyTagClassName
{
color: #B808D9;
}
</style>
background-color css
<style>
a { background-color: #B808D9; }
a { background-color: rgb(184,8,217); }
div.DivClassName
{
background-color: #B808D9;
}
.BgClassName
{
background-color: #B808D9;
}
</style>
border-color css
<style>
span { border-color: #B808D9; }
span { border-color: rgb(184,8,217); }
td.TdClassName
{
border-color: #B808D9;
}
.TagClassName
{
border-color: #B808D9;
}
</style>