Shades of Deep Magenta #BB15DB
Tints of Deep Magenta #BB15DB
RGB
CMYK
RGB Variations
Color information
#BB15DB (or 0xBB15DB) is known color: Deep Magenta. HEX triplet: BB, 15 and DB. RGB value is (187,21,219). Sum of RGB (Red+Green+Blue) = 187+21+219=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15DB is #44EA24. Grayscale: #5C5C5C. Windows color (decimal): -4516389 or 14357947. OLE color: 14357947.
HSL color Cylindrical-coordinate representation of color #BB15DB: hue angle of 290.3º 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 #BB15DB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 21 | 219 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 290.3º | 0.83% | 0.47% | - |
| HSV(B) | 290.3º | 0.9% | 0.86% | - |
| XYZ | 33.55 | 16.22 | 68.38 | - |
| YUV | 93.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 219 | 0.15 | 0.90 | 0 | 0.14 | 290.3 | 0.83 | 0.47 |
| Hex | BB | 15 | DB | F | 5A | 0 | E | 122 | 52 | 2F |
| Octal | 273 | 25 | 333 | 17 | 132 | 0 | 16 | 442 | 122 | 57 |
| Binary | 10111011 | 10101 | 11011011 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010010 | 101111 |
Color Harmonies of #BB15DB
Complementary color
Monochromatic Colors of #BB15DB
Black with #BB15DB
Text Example
Text Example
White with #BB15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15DB; }
p { color: rgb(187,21,219); }
H1.HeaderClassName
{
color: #BB15DB;
}
.AnyTagClassName
{
color: #BB15DB;
}
</style>
background-color css
<style>
a { background-color: #BB15DB; }
a { background-color: rgb(187,21,219); }
div.DivClassName
{
background-color: #BB15DB;
}
.BgClassName
{
background-color: #BB15DB;
}
</style>
border-color css
<style>
span { border-color: #BB15DB; }
span { border-color: rgb(187,21,219); }
td.TdClassName
{
border-color: #BB15DB;
}
.TagClassName
{
border-color: #BB15DB;
}
</style>