Shades of Deep Magenta #B815DB
Tints of Deep Magenta #B815DB
RGB
CMYK
RGB Variations
Color information
#B815DB (or 0xB815DB) is known color: Deep Magenta. HEX triplet: B8, 15 and DB. RGB value is (184,21,219). Sum of RGB (Red+Green+Blue) = 184+21+219=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B815DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815DB is #47EA24. Grayscale: #5B5B5B. Windows color (decimal): -4712997 or 14357944. OLE color: 14357944.
HSL color Cylindrical-coordinate representation of color #B815DB: hue angle of 289.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B815DB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 21 | 219 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.14 |
| HSL | 289.39º | 0.83% | 0.47% | - |
| HSV(B) | 289.39º | 0.9% | 0.86% | - |
| XYZ | 32.82 | 15.84 | 68.35 | - |
| YUV | 92.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 219 | 0.16 | 0.90 | 0 | 0.14 | 289.39 | 0.83 | 0.47 |
| Hex | B8 | 15 | DB | 10 | 5A | 0 | E | 121 | 52 | 2F |
| Octal | 270 | 25 | 333 | 20 | 132 | 0 | 16 | 441 | 122 | 57 |
| Binary | 10111000 | 10101 | 11011011 | 10000 | 1011010 | 0 | 1110 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B815DB
Complementary color
Monochromatic Colors of #B815DB
Black with #B815DB
Text Example
Text Example
White with #B815DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815DB; }
p { color: rgb(184,21,219); }
H1.HeaderClassName
{
color: #B815DB;
}
.AnyTagClassName
{
color: #B815DB;
}
</style>
background-color css
<style>
a { background-color: #B815DB; }
a { background-color: rgb(184,21,219); }
div.DivClassName
{
background-color: #B815DB;
}
.BgClassName
{
background-color: #B815DB;
}
</style>
border-color css
<style>
span { border-color: #B815DB; }
span { border-color: rgb(184,21,219); }
td.TdClassName
{
border-color: #B815DB;
}
.TagClassName
{
border-color: #B815DB;
}
</style>