Shades of Deep Magenta #BB20B7
Tints of Deep Magenta #BB20B7
RGB
CMYK
RGB Variations
Color information
#BB20B7 (or 0xBB20B7) is known color: Deep Magenta. HEX triplet: BB, 20 and B7. RGB value is (187,32,183). Sum of RGB (Red+Green+Blue) = 187+32+183=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB20B7 is #44DF48. Grayscale: #5F5F5F. Windows color (decimal): -4513609 or 12001467. OLE color: 12001467.
HSL color Cylindrical-coordinate representation of color #BB20B7: hue angle of 301.55º 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 #BB20B7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 183 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.27 |
| HSL | 301.55º | 0.71% | 0.43% | - |
| HSV(B) | 301.55º | 0.83% | 0.73% | - |
| XYZ | 29.56 | 15.02 | 46.14 | - |
| YUV | 95.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 183 | 0 | 0.83 | 0.02 | 0.27 | 301.55 | 0.71 | 0.43 |
| Hex | BB | 20 | B7 | 0 | 53 | 2 | 1B | 12E | 47 | 2B |
| Octal | 273 | 40 | 267 | 0 | 123 | 2 | 33 | 456 | 107 | 53 |
| Binary | 10111011 | 100000 | 10110111 | 0 | 1010011 | 10 | 11011 | 100101110 | 1000111 | 101011 |
Color Harmonies of #BB20B7
Complementary color
Monochromatic Colors of #BB20B7
Black with #BB20B7
Text Example
Text Example
White with #BB20B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20B7; }
p { color: rgb(187,32,183); }
H1.HeaderClassName
{
color: #BB20B7;
}
.AnyTagClassName
{
color: #BB20B7;
}
</style>
background-color css
<style>
a { background-color: #BB20B7; }
a { background-color: rgb(187,32,183); }
div.DivClassName
{
background-color: #BB20B7;
}
.BgClassName
{
background-color: #BB20B7;
}
</style>
border-color css
<style>
span { border-color: #BB20B7; }
span { border-color: rgb(187,32,183); }
td.TdClassName
{
border-color: #BB20B7;
}
.TagClassName
{
border-color: #BB20B7;
}
</style>