Shades of Deep Magenta #BB22B7
Tints of Deep Magenta #BB22B7
RGB
CMYK
RGB Variations
Color information
#BB22B7 (or 0xBB22B7) is known color: Deep Magenta. HEX triplet: BB, 22 and B7. RGB value is (187,34,183). Sum of RGB (Red+Green+Blue) = 187+34+183=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22B7 is #44DD48. Grayscale: #606060. Windows color (decimal): -4513097 or 12001979. OLE color: 12001979.
HSL color Cylindrical-coordinate representation of color #BB22B7: hue angle of 301.57º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB22B7 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 183 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.27 |
| HSL | 301.57º | 0.69% | 0.43% | - |
| HSV(B) | 301.57º | 0.82% | 0.73% | - |
| XYZ | 29.61 | 15.13 | 46.16 | - |
| YUV | 96.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 183 | 0 | 0.82 | 0.02 | 0.27 | 301.57 | 0.69 | 0.43 |
| Hex | BB | 22 | B7 | 0 | 52 | 2 | 1B | 12E | 45 | 2B |
| Octal | 273 | 42 | 267 | 0 | 122 | 2 | 33 | 456 | 105 | 53 |
| Binary | 10111011 | 100010 | 10110111 | 0 | 1010010 | 10 | 11011 | 100101110 | 1000101 | 101011 |
Color Harmonies of #BB22B7
Complementary color
Monochromatic Colors of #BB22B7
Black with #BB22B7
Text Example
Text Example
White with #BB22B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22B7; }
p { color: rgb(187,34,183); }
H1.HeaderClassName
{
color: #BB22B7;
}
.AnyTagClassName
{
color: #BB22B7;
}
</style>
background-color css
<style>
a { background-color: #BB22B7; }
a { background-color: rgb(187,34,183); }
div.DivClassName
{
background-color: #BB22B7;
}
.BgClassName
{
background-color: #BB22B7;
}
</style>
border-color css
<style>
span { border-color: #BB22B7; }
span { border-color: rgb(187,34,183); }
td.TdClassName
{
border-color: #BB22B7;
}
.TagClassName
{
border-color: #BB22B7;
}
</style>