Shades of Deep Magenta #BB21B2
Tints of Deep Magenta #BB21B2
RGB
CMYK
RGB Variations
Color information
#BB21B2 (or 0xBB21B2) is known color: Deep Magenta. HEX triplet: BB, 21 and B2. RGB value is (187,33,178). Sum of RGB (Red+Green+Blue) = 187+33+178=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB21B2 is #44DE4D. Grayscale: #5F5F5F. Windows color (decimal): -4513358 or 11674043. OLE color: 11674043.
HSL color Cylindrical-coordinate representation of color #BB21B2: hue angle of 303.51º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB21B2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 178 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.27 |
| HSL | 303.51º | 0.7% | 0.43% | - |
| HSV(B) | 303.51º | 0.82% | 0.73% | - |
| XYZ | 29.07 | 14.87 | 43.46 | - |
| YUV | 95.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 178 | 0 | 0.82 | 0.05 | 0.27 | 303.51 | 0.7 | 0.43 |
| Hex | BB | 21 | B2 | 0 | 52 | 5 | 1B | 130 | 46 | 2B |
| Octal | 273 | 41 | 262 | 0 | 122 | 5 | 33 | 460 | 106 | 53 |
| Binary | 10111011 | 100001 | 10110010 | 0 | 1010010 | 101 | 11011 | 100110000 | 1000110 | 101011 |
Color Harmonies of #BB21B2
Complementary color
Monochromatic Colors of #BB21B2
Black with #BB21B2
Text Example
Text Example
White with #BB21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21B2; }
p { color: rgb(187,33,178); }
H1.HeaderClassName
{
color: #BB21B2;
}
.AnyTagClassName
{
color: #BB21B2;
}
</style>
background-color css
<style>
a { background-color: #BB21B2; }
a { background-color: rgb(187,33,178); }
div.DivClassName
{
background-color: #BB21B2;
}
.BgClassName
{
background-color: #BB21B2;
}
</style>
border-color css
<style>
span { border-color: #BB21B2; }
span { border-color: rgb(187,33,178); }
td.TdClassName
{
border-color: #BB21B2;
}
.TagClassName
{
border-color: #BB21B2;
}
</style>