Shades of Deep Magenta #BB22BC
Tints of Deep Magenta #BB22BC
RGB
CMYK
RGB Variations
Color information
#BB22BC (or 0xBB22BC) is known color: Deep Magenta. HEX triplet: BB, 22 and BC. RGB value is (187,34,188). Sum of RGB (Red+Green+Blue) = 187+34+188=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB22BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22BC is #44DD43. Grayscale: #606060. Windows color (decimal): -4513092 or 12329659. OLE color: 12329659.
HSL color Cylindrical-coordinate representation of color #BB22BC: hue angle of 299.61º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB22BC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 34 | 188 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.26 |
| HSL | 299.61º | 0.69% | 0.44% | - |
| HSV(B) | 299.61º | 0.82% | 0.74% | - |
| XYZ | 30.14 | 15.34 | 48.95 | - |
| YUV | 97.3 | 179.19 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 188 | 0.01 | 0.82 | 0 | 0.26 | 299.61 | 0.69 | 0.44 |
| Hex | BB | 22 | BC | 1 | 52 | 0 | 1A | 12C | 45 | 2C |
| Octal | 273 | 42 | 274 | 1 | 122 | 0 | 32 | 454 | 105 | 54 |
| Binary | 10111011 | 100010 | 10111100 | 1 | 1010010 | 0 | 11010 | 100101100 | 1000101 | 101100 |
Color Harmonies of #BB22BC
Complementary color
Monochromatic Colors of #BB22BC
Black with #BB22BC
Text Example
Text Example
White with #BB22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22BC; }
p { color: rgb(187,34,188); }
H1.HeaderClassName
{
color: #BB22BC;
}
.AnyTagClassName
{
color: #BB22BC;
}
</style>
background-color css
<style>
a { background-color: #BB22BC; }
a { background-color: rgb(187,34,188); }
div.DivClassName
{
background-color: #BB22BC;
}
.BgClassName
{
background-color: #BB22BC;
}
</style>
border-color css
<style>
span { border-color: #BB22BC; }
span { border-color: rgb(187,34,188); }
td.TdClassName
{
border-color: #BB22BC;
}
.TagClassName
{
border-color: #BB22BC;
}
</style>