Shades of Deep Magenta #BB21BD
Tints of Deep Magenta #BB21BD
RGB
CMYK
RGB Variations
Color information
#BB21BD (or 0xBB21BD) is known color: Deep Magenta. HEX triplet: BB, 21 and BD. RGB value is (187,33,189). Sum of RGB (Red+Green+Blue) = 187+33+189=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB21BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21BD is #44DE42. Grayscale: #606060. Windows color (decimal): -4513347 or 12394939. OLE color: 12394939.
HSL color Cylindrical-coordinate representation of color #BB21BD: hue angle of 299.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB21BD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 33 | 189 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.26 |
| HSL | 299.23º | 0.7% | 0.44% | - |
| HSV(B) | 299.23º | 0.83% | 0.74% | - |
| XYZ | 30.22 | 15.33 | 49.51 | - |
| YUV | 96.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 189 | 0.01 | 0.83 | 0 | 0.26 | 299.23 | 0.7 | 0.44 |
| Hex | BB | 21 | BD | 1 | 53 | 0 | 1A | 12B | 46 | 2C |
| Octal | 273 | 41 | 275 | 1 | 123 | 0 | 32 | 453 | 106 | 54 |
| Binary | 10111011 | 100001 | 10111101 | 1 | 1010011 | 0 | 11010 | 100101011 | 1000110 | 101100 |
Color Harmonies of #BB21BD
Complementary color
Monochromatic Colors of #BB21BD
Black with #BB21BD
Text Example
Text Example
White with #BB21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21BD; }
p { color: rgb(187,33,189); }
H1.HeaderClassName
{
color: #BB21BD;
}
.AnyTagClassName
{
color: #BB21BD;
}
</style>
background-color css
<style>
a { background-color: #BB21BD; }
a { background-color: rgb(187,33,189); }
div.DivClassName
{
background-color: #BB21BD;
}
.BgClassName
{
background-color: #BB21BD;
}
</style>
border-color css
<style>
span { border-color: #BB21BD; }
span { border-color: rgb(187,33,189); }
td.TdClassName
{
border-color: #BB21BD;
}
.TagClassName
{
border-color: #BB21BD;
}
</style>