Shades of Deep Magenta #BB20B0
Tints of Deep Magenta #BB20B0
RGB
CMYK
RGB Variations
Color information
#BB20B0 (or 0xBB20B0) is known color: Deep Magenta. HEX triplet: BB, 20 and B0. RGB value is (187,32,176). Sum of RGB (Red+Green+Blue) = 187+32+176=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20B0 is #44DF4F. Grayscale: #5E5E5E. Windows color (decimal): -4513616 or 11542715. OLE color: 11542715.
HSL color Cylindrical-coordinate representation of color #BB20B0: hue angle of 304.26º 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 #BB20B0 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 176 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.27 |
| HSL | 304.26º | 0.71% | 0.43% | - |
| HSV(B) | 304.26º | 0.83% | 0.73% | - |
| XYZ | 28.85 | 14.73 | 42.4 | - |
| YUV | 94.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 176 | 0 | 0.83 | 0.06 | 0.27 | 304.26 | 0.71 | 0.43 |
| Hex | BB | 20 | B0 | 0 | 53 | 6 | 1B | 130 | 47 | 2B |
| Octal | 273 | 40 | 260 | 0 | 123 | 6 | 33 | 460 | 107 | 53 |
| Binary | 10111011 | 100000 | 10110000 | 0 | 1010011 | 110 | 11011 | 100110000 | 1000111 | 101011 |
Color Harmonies of #BB20B0
Complementary color
Monochromatic Colors of #BB20B0
Black with #BB20B0
Text Example
Text Example
White with #BB20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20B0; }
p { color: rgb(187,32,176); }
H1.HeaderClassName
{
color: #BB20B0;
}
.AnyTagClassName
{
color: #BB20B0;
}
</style>
background-color css
<style>
a { background-color: #BB20B0; }
a { background-color: rgb(187,32,176); }
div.DivClassName
{
background-color: #BB20B0;
}
.BgClassName
{
background-color: #BB20B0;
}
</style>
border-color css
<style>
span { border-color: #BB20B0; }
span { border-color: rgb(187,32,176); }
td.TdClassName
{
border-color: #BB20B0;
}
.TagClassName
{
border-color: #BB20B0;
}
</style>