Shades of Deep Magenta #BB22B2
Tints of Deep Magenta #BB22B2
RGB
CMYK
RGB Variations
Color information
#BB22B2 (or 0xBB22B2) is known color: Deep Magenta. HEX triplet: BB, 22 and B2. RGB value is (187,34,178). Sum of RGB (Red+Green+Blue) = 187+34+178=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB22B2 is #44DD4D. Grayscale: #5F5F5F. Windows color (decimal): -4513102 or 11674299. OLE color: 11674299.
HSL color Cylindrical-coordinate representation of color #BB22B2: hue angle of 303.53º 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 #BB22B2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 178 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.27 |
| HSL | 303.53º | 0.69% | 0.43% | - |
| HSV(B) | 303.53º | 0.82% | 0.73% | - |
| XYZ | 29.1 | 14.92 | 43.47 | - |
| YUV | 96.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 178 | 0 | 0.82 | 0.05 | 0.27 | 303.53 | 0.69 | 0.43 |
| Hex | BB | 22 | B2 | 0 | 52 | 5 | 1B | 130 | 45 | 2B |
| Octal | 273 | 42 | 262 | 0 | 122 | 5 | 33 | 460 | 105 | 53 |
| Binary | 10111011 | 100010 | 10110010 | 0 | 1010010 | 101 | 11011 | 100110000 | 1000101 | 101011 |
Color Harmonies of #BB22B2
Complementary color
Monochromatic Colors of #BB22B2
Black with #BB22B2
Text Example
Text Example
White with #BB22B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB22B2; }
p { color: rgb(187,34,178); }
H1.HeaderClassName
{
color: #BB22B2;
}
.AnyTagClassName
{
color: #BB22B2;
}
</style>
background-color css
<style>
a { background-color: #BB22B2; }
a { background-color: rgb(187,34,178); }
div.DivClassName
{
background-color: #BB22B2;
}
.BgClassName
{
background-color: #BB22B2;
}
</style>
border-color css
<style>
span { border-color: #BB22B2; }
span { border-color: rgb(187,34,178); }
td.TdClassName
{
border-color: #BB22B2;
}
.TagClassName
{
border-color: #BB22B2;
}
</style>