Shades of Deep Magenta #BB22CE
Tints of Deep Magenta #BB22CE
RGB
CMYK
RGB Variations
Color information
#BB22CE (or 0xBB22CE) is known color: Deep Magenta. HEX triplet: BB, 22 and CE. RGB value is (187,34,206). Sum of RGB (Red+Green+Blue) = 187+34+206=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22CE is #44DD31. Grayscale: #626262. Windows color (decimal): -4513074 or 13509307. OLE color: 13509307.
HSL color Cylindrical-coordinate representation of color #BB22CE: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB22CE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 34 | 206 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.19 |
| HSL | 293.37º | 0.72% | 0.47% | - |
| HSV(B) | 293.37º | 0.83% | 0.81% | - |
| XYZ | 32.21 | 16.17 | 59.82 | - |
| YUV | 99.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 206 | 0.09 | 0.83 | 0 | 0.19 | 293.37 | 0.72 | 0.47 |
| Hex | BB | 22 | CE | 9 | 53 | 0 | 13 | 125 | 48 | 2F |
| Octal | 273 | 42 | 316 | 11 | 123 | 0 | 23 | 445 | 110 | 57 |
| Binary | 10111011 | 100010 | 11001110 | 1001 | 1010011 | 0 | 10011 | 100100101 | 1001000 | 101111 |
Color Harmonies of #BB22CE
Complementary color
Monochromatic Colors of #BB22CE
Black with #BB22CE
Text Example
Text Example
White with #BB22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22CE; }
p { color: rgb(187,34,206); }
H1.HeaderClassName
{
color: #BB22CE;
}
.AnyTagClassName
{
color: #BB22CE;
}
</style>
background-color css
<style>
a { background-color: #BB22CE; }
a { background-color: rgb(187,34,206); }
div.DivClassName
{
background-color: #BB22CE;
}
.BgClassName
{
background-color: #BB22CE;
}
</style>
border-color css
<style>
span { border-color: #BB22CE; }
span { border-color: rgb(187,34,206); }
td.TdClassName
{
border-color: #BB22CE;
}
.TagClassName
{
border-color: #BB22CE;
}
</style>