Shades of Deep Magenta #BB20BD
Tints of Deep Magenta #BB20BD
RGB
CMYK
RGB Variations
Color information
#BB20BD (or 0xBB20BD) is known color: Deep Magenta. HEX triplet: BB, 20 and BD. RGB value is (187,32,189). Sum of RGB (Red+Green+Blue) = 187+32+189=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB20BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20BD is #44DF42. Grayscale: #5F5F5F. Windows color (decimal): -4513603 or 12394683. OLE color: 12394683.
HSL color Cylindrical-coordinate representation of color #BB20BD: hue angle of 299.24º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20BD is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 32 | 189 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.26 |
| HSL | 299.24º | 0.71% | 0.43% | - |
| HSV(B) | 299.24º | 0.83% | 0.74% | - |
| XYZ | 30.2 | 15.27 | 49.5 | - |
| YUV | 96.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 189 | 0.01 | 0.83 | 0 | 0.26 | 299.24 | 0.71 | 0.43 |
| Hex | BB | 20 | BD | 1 | 53 | 0 | 1A | 12B | 47 | 2B |
| Octal | 273 | 40 | 275 | 1 | 123 | 0 | 32 | 453 | 107 | 53 |
| Binary | 10111011 | 100000 | 10111101 | 1 | 1010011 | 0 | 11010 | 100101011 | 1000111 | 101011 |
Color Harmonies of #BB20BD
Complementary color
Monochromatic Colors of #BB20BD
Black with #BB20BD
Text Example
Text Example
White with #BB20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20BD; }
p { color: rgb(187,32,189); }
H1.HeaderClassName
{
color: #BB20BD;
}
.AnyTagClassName
{
color: #BB20BD;
}
</style>
background-color css
<style>
a { background-color: #BB20BD; }
a { background-color: rgb(187,32,189); }
div.DivClassName
{
background-color: #BB20BD;
}
.BgClassName
{
background-color: #BB20BD;
}
</style>
border-color css
<style>
span { border-color: #BB20BD; }
span { border-color: rgb(187,32,189); }
td.TdClassName
{
border-color: #BB20BD;
}
.TagClassName
{
border-color: #BB20BD;
}
</style>