Shades of Deep Magenta #BB22B8
Tints of Deep Magenta #BB22B8
RGB
CMYK
RGB Variations
Color information
#BB22B8 (or 0xBB22B8) is known color: Deep Magenta. HEX triplet: BB, 22 and B8. RGB value is (187,34,184). Sum of RGB (Red+Green+Blue) = 187+34+184=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22B8 is #44DD47. Grayscale: #606060. Windows color (decimal): -4513096 or 12067515. OLE color: 12067515.
HSL color Cylindrical-coordinate representation of color #BB22B8: hue angle of 301.18º 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 #BB22B8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 184 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.27 |
| HSL | 301.18º | 0.69% | 0.43% | - |
| HSV(B) | 301.18º | 0.82% | 0.73% | - |
| XYZ | 29.72 | 15.17 | 46.71 | - |
| YUV | 96.85 | 177.19 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 184 | 0 | 0.82 | 0.02 | 0.27 | 301.18 | 0.69 | 0.43 |
| Hex | BB | 22 | B8 | 0 | 52 | 2 | 1B | 12D | 45 | 2B |
| Octal | 273 | 42 | 270 | 0 | 122 | 2 | 33 | 455 | 105 | 53 |
| Binary | 10111011 | 100010 | 10111000 | 0 | 1010010 | 10 | 11011 | 100101101 | 1000101 | 101011 |
Color Harmonies of #BB22B8
Complementary color
Monochromatic Colors of #BB22B8
Black with #BB22B8
Text Example
Text Example
White with #BB22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22B8; }
p { color: rgb(187,34,184); }
H1.HeaderClassName
{
color: #BB22B8;
}
.AnyTagClassName
{
color: #BB22B8;
}
</style>
background-color css
<style>
a { background-color: #BB22B8; }
a { background-color: rgb(187,34,184); }
div.DivClassName
{
background-color: #BB22B8;
}
.BgClassName
{
background-color: #BB22B8;
}
</style>
border-color css
<style>
span { border-color: #BB22B8; }
span { border-color: rgb(187,34,184); }
td.TdClassName
{
border-color: #BB22B8;
}
.TagClassName
{
border-color: #BB22B8;
}
</style>