Shades of Deep Magenta #B808D0
Tints of Deep Magenta #B808D0
RGB
CMYK
RGB Variations
Color information
#B808D0 (or 0xB808D0) is known color: Deep Magenta. HEX triplet: B8, 08 and D0. RGB value is (184,8,208). Sum of RGB (Red+Green+Blue) = 184+8+208=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #B808D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808D0 is #47F72F. Grayscale: #525252. Windows color (decimal): -4716336 or 13633720. OLE color: 13633720.
HSL color Cylindrical-coordinate representation of color #B808D0: hue angle of 292.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808D0 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 8 | 208 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.18 |
| HSL | 292.8º | 0.93% | 0.42% | - |
| HSV(B) | 292.8º | 0.96% | 0.82% | - |
| XYZ | 31.24 | 14.92 | 60.91 | - |
| YUV | 83.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 208 | 0.12 | 0.96 | 0 | 0.18 | 292.8 | 0.93 | 0.42 |
| Hex | B8 | 8 | D0 | C | 60 | 0 | 12 | 125 | 5D | 2A |
| Octal | 270 | 10 | 320 | 14 | 140 | 0 | 22 | 445 | 135 | 52 |
| Binary | 10111000 | 1000 | 11010000 | 1100 | 1100000 | 0 | 10010 | 100100101 | 1011101 | 101010 |
Color Harmonies of #B808D0
Complementary color
Monochromatic Colors of #B808D0
Black with #B808D0
Text Example
Text Example
White with #B808D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808D0; }
p { color: rgb(184,8,208); }
H1.HeaderClassName
{
color: #B808D0;
}
.AnyTagClassName
{
color: #B808D0;
}
</style>
background-color css
<style>
a { background-color: #B808D0; }
a { background-color: rgb(184,8,208); }
div.DivClassName
{
background-color: #B808D0;
}
.BgClassName
{
background-color: #B808D0;
}
</style>
border-color css
<style>
span { border-color: #B808D0; }
span { border-color: rgb(184,8,208); }
td.TdClassName
{
border-color: #B808D0;
}
.TagClassName
{
border-color: #B808D0;
}
</style>