Shades of Deep Magenta #BB14DB
Tints of Deep Magenta #BB14DB
RGB
CMYK
RGB Variations
Color information
#BB14DB (or 0xBB14DB) is known color: Deep Magenta. HEX triplet: BB, 14 and DB. RGB value is (187,20,219). Sum of RGB (Red+Green+Blue) = 187+20+219=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14DB is #44EB24. Grayscale: #5B5B5B. Windows color (decimal): -4516645 or 14357691. OLE color: 14357691.
HSL color Cylindrical-coordinate representation of color #BB14DB: hue angle of 290.35º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB14DB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 20 | 219 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.14 |
| HSL | 290.35º | 0.83% | 0.47% | - |
| HSV(B) | 290.35º | 0.91% | 0.86% | - |
| XYZ | 33.53 | 16.18 | 68.37 | - |
| YUV | 92.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 219 | 0.15 | 0.91 | 0 | 0.14 | 290.35 | 0.83 | 0.47 |
| Hex | BB | 14 | DB | F | 5B | 0 | E | 122 | 53 | 2F |
| Octal | 273 | 24 | 333 | 17 | 133 | 0 | 16 | 442 | 123 | 57 |
| Binary | 10111011 | 10100 | 11011011 | 1111 | 1011011 | 0 | 1110 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BB14DB
Complementary color
Monochromatic Colors of #BB14DB
Black with #BB14DB
Text Example
Text Example
White with #BB14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14DB; }
p { color: rgb(187,20,219); }
H1.HeaderClassName
{
color: #BB14DB;
}
.AnyTagClassName
{
color: #BB14DB;
}
</style>
background-color css
<style>
a { background-color: #BB14DB; }
a { background-color: rgb(187,20,219); }
div.DivClassName
{
background-color: #BB14DB;
}
.BgClassName
{
background-color: #BB14DB;
}
</style>
border-color css
<style>
span { border-color: #BB14DB; }
span { border-color: rgb(187,20,219); }
td.TdClassName
{
border-color: #BB14DB;
}
.TagClassName
{
border-color: #BB14DB;
}
</style>