Shades of Deep Magenta #B808D5
Tints of Deep Magenta #B808D5
RGB
CMYK
RGB Variations
Color information
#B808D5 (or 0xB808D5) is known color: Deep Magenta. HEX triplet: B8, 08 and D5. RGB value is (184,8,213). Sum of RGB (Red+Green+Blue) = 184+8+213=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #B808D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B808D5 is #47F72A. Grayscale: #535353. Windows color (decimal): -4716331 or 13961400. OLE color: 13961400.
HSL color Cylindrical-coordinate representation of color #B808D5: hue angle of 291.51º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B808D5 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 8 | 213 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.16 |
| HSL | 291.51º | 0.93% | 0.43% | - |
| HSV(B) | 291.51º | 0.96% | 0.84% | - |
| XYZ | 31.86 | 15.17 | 64.2 | - |
| YUV | 83.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 213 | 0.14 | 0.96 | 0 | 0.16 | 291.51 | 0.93 | 0.43 |
| Hex | B8 | 8 | D5 | E | 60 | 0 | 10 | 124 | 5D | 2B |
| Octal | 270 | 10 | 325 | 16 | 140 | 0 | 20 | 444 | 135 | 53 |
| Binary | 10111000 | 1000 | 11010101 | 1110 | 1100000 | 0 | 10000 | 100100100 | 1011101 | 101011 |
Color Harmonies of #B808D5
Complementary color
Monochromatic Colors of #B808D5
Black with #B808D5
Text Example
Text Example
White with #B808D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B808D5; }
p { color: rgb(184,8,213); }
H1.HeaderClassName
{
color: #B808D5;
}
.AnyTagClassName
{
color: #B808D5;
}
</style>
background-color css
<style>
a { background-color: #B808D5; }
a { background-color: rgb(184,8,213); }
div.DivClassName
{
background-color: #B808D5;
}
.BgClassName
{
background-color: #B808D5;
}
</style>
border-color css
<style>
span { border-color: #B808D5; }
span { border-color: rgb(184,8,213); }
td.TdClassName
{
border-color: #B808D5;
}
.TagClassName
{
border-color: #B808D5;
}
</style>