Shades of Deep Magenta #BB20B1
Tints of Deep Magenta #BB20B1
RGB
CMYK
RGB Variations
Color information
#BB20B1 (or 0xBB20B1) is known color: Deep Magenta. HEX triplet: BB, 20 and B1. RGB value is (187,32,177). Sum of RGB (Red+Green+Blue) = 187+32+177=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20B1 is #44DF4E. Grayscale: #5E5E5E. Windows color (decimal): -4513615 or 11608251. OLE color: 11608251.
HSL color Cylindrical-coordinate representation of color #BB20B1: hue angle of 303.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB20B1 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 177 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.27 |
| HSL | 303.87º | 0.71% | 0.43% | - |
| HSV(B) | 303.87º | 0.83% | 0.73% | - |
| XYZ | 28.95 | 14.77 | 42.92 | - |
| YUV | 94.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 177 | 0 | 0.83 | 0.05 | 0.27 | 303.87 | 0.71 | 0.43 |
| Hex | BB | 20 | B1 | 0 | 53 | 5 | 1B | 130 | 47 | 2B |
| Octal | 273 | 40 | 261 | 0 | 123 | 5 | 33 | 460 | 107 | 53 |
| Binary | 10111011 | 100000 | 10110001 | 0 | 1010011 | 101 | 11011 | 100110000 | 1000111 | 101011 |
Color Harmonies of #BB20B1
Complementary color
Monochromatic Colors of #BB20B1
Black with #BB20B1
Text Example
Text Example
White with #BB20B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20B1; }
p { color: rgb(187,32,177); }
H1.HeaderClassName
{
color: #BB20B1;
}
.AnyTagClassName
{
color: #BB20B1;
}
</style>
background-color css
<style>
a { background-color: #BB20B1; }
a { background-color: rgb(187,32,177); }
div.DivClassName
{
background-color: #BB20B1;
}
.BgClassName
{
background-color: #BB20B1;
}
</style>
border-color css
<style>
span { border-color: #BB20B1; }
span { border-color: rgb(187,32,177); }
td.TdClassName
{
border-color: #BB20B1;
}
.TagClassName
{
border-color: #BB20B1;
}
</style>