Shades of Deep Magenta #BB21CB
Tints of Deep Magenta #BB21CB
RGB
CMYK
RGB Variations
Color information
#BB21CB (or 0xBB21CB) is known color: Deep Magenta. HEX triplet: BB, 21 and CB. RGB value is (187,33,203). Sum of RGB (Red+Green+Blue) = 187+33+203=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB21CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21CB is #44DE34. Grayscale: #616161. Windows color (decimal): -4513333 or 13312443. OLE color: 13312443.
HSL color Cylindrical-coordinate representation of color #BB21CB: hue angle of 294.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB21CB is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 33 | 203 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.20 |
| HSL | 294.35º | 0.72% | 0.46% | - |
| HSV(B) | 294.35º | 0.84% | 0.8% | - |
| XYZ | 31.82 | 15.96 | 57.9 | - |
| YUV | 98.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 203 | 0.08 | 0.84 | 0 | 0.20 | 294.35 | 0.72 | 0.46 |
| Hex | BB | 21 | CB | 8 | 54 | 0 | 14 | 126 | 48 | 2E |
| Octal | 273 | 41 | 313 | 10 | 124 | 0 | 24 | 446 | 110 | 56 |
| Binary | 10111011 | 100001 | 11001011 | 1000 | 1010100 | 0 | 10100 | 100100110 | 1001000 | 101110 |
Color Harmonies of #BB21CB
Complementary color
Monochromatic Colors of #BB21CB
Black with #BB21CB
Text Example
Text Example
White with #BB21CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21CB; }
p { color: rgb(187,33,203); }
H1.HeaderClassName
{
color: #BB21CB;
}
.AnyTagClassName
{
color: #BB21CB;
}
</style>
background-color css
<style>
a { background-color: #BB21CB; }
a { background-color: rgb(187,33,203); }
div.DivClassName
{
background-color: #BB21CB;
}
.BgClassName
{
background-color: #BB21CB;
}
</style>
border-color css
<style>
span { border-color: #BB21CB; }
span { border-color: rgb(187,33,203); }
td.TdClassName
{
border-color: #BB21CB;
}
.TagClassName
{
border-color: #BB21CB;
}
</style>