Shades of Deep Magenta #BB21DB
Tints of Deep Magenta #BB21DB
RGB
CMYK
RGB Variations
Color information
#BB21DB (or 0xBB21DB) is known color: Deep Magenta. HEX triplet: BB, 21 and DB. RGB value is (187,33,219). Sum of RGB (Red+Green+Blue) = 187+33+219=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21DB is #44DE24. Grayscale: #636363. Windows color (decimal): -4513317 or 14361019. OLE color: 14361019.
HSL color Cylindrical-coordinate representation of color #BB21DB: hue angle of 289.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB21DB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 33 | 219 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.68º | 0.74% | 0.49% | - |
| HSV(B) | 289.68º | 0.85% | 0.86% | - |
| XYZ | 33.82 | 16.77 | 68.47 | - |
| YUV | 100.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 219 | 0.15 | 0.85 | 0 | 0.14 | 289.68 | 0.74 | 0.49 |
| Hex | BB | 21 | DB | F | 55 | 0 | E | 122 | 4A | 31 |
| Octal | 273 | 41 | 333 | 17 | 125 | 0 | 16 | 442 | 112 | 61 |
| Binary | 10111011 | 100001 | 11011011 | 1111 | 1010101 | 0 | 1110 | 100100010 | 1001010 | 110001 |
Color Harmonies of #BB21DB
Complementary color
Monochromatic Colors of #BB21DB
Black with #BB21DB
Text Example
Text Example
White with #BB21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21DB; }
p { color: rgb(187,33,219); }
H1.HeaderClassName
{
color: #BB21DB;
}
.AnyTagClassName
{
color: #BB21DB;
}
</style>
background-color css
<style>
a { background-color: #BB21DB; }
a { background-color: rgb(187,33,219); }
div.DivClassName
{
background-color: #BB21DB;
}
.BgClassName
{
background-color: #BB21DB;
}
</style>
border-color css
<style>
span { border-color: #BB21DB; }
span { border-color: rgb(187,33,219); }
td.TdClassName
{
border-color: #BB21DB;
}
.TagClassName
{
border-color: #BB21DB;
}
</style>