Shades of Deep Magenta #BB12CE
Tints of Deep Magenta #BB12CE
RGB
CMYK
RGB Variations
Color information
#BB12CE (or 0xBB12CE) is known color: Deep Magenta. HEX triplet: BB, 12 and CE. RGB value is (187,18,206). Sum of RGB (Red+Green+Blue) = 187+18+206=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12CE is #44ED31. Grayscale: #595959. Windows color (decimal): -4517170 or 13505211. OLE color: 13505211.
HSL color Cylindrical-coordinate representation of color #BB12CE: hue angle of 293.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB12CE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 18 | 206 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.19 |
| HSL | 293.94º | 0.84% | 0.44% | - |
| HSV(B) | 293.94º | 0.91% | 0.81% | - |
| XYZ | 31.85 | 15.45 | 59.7 | - |
| YUV | 89.96 | 193.49 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 206 | 0.09 | 0.91 | 0 | 0.19 | 293.94 | 0.84 | 0.44 |
| Hex | BB | 12 | CE | 9 | 5B | 0 | 13 | 126 | 54 | 2C |
| Octal | 273 | 22 | 316 | 11 | 133 | 0 | 23 | 446 | 124 | 54 |
| Binary | 10111011 | 10010 | 11001110 | 1001 | 1011011 | 0 | 10011 | 100100110 | 1010100 | 101100 |
Color Harmonies of #BB12CE
Complementary color
Monochromatic Colors of #BB12CE
Black with #BB12CE
Text Example
Text Example
White with #BB12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12CE; }
p { color: rgb(187,18,206); }
H1.HeaderClassName
{
color: #BB12CE;
}
.AnyTagClassName
{
color: #BB12CE;
}
</style>
background-color css
<style>
a { background-color: #BB12CE; }
a { background-color: rgb(187,18,206); }
div.DivClassName
{
background-color: #BB12CE;
}
.BgClassName
{
background-color: #BB12CE;
}
</style>
border-color css
<style>
span { border-color: #BB12CE; }
span { border-color: rgb(187,18,206); }
td.TdClassName
{
border-color: #BB12CE;
}
.TagClassName
{
border-color: #BB12CE;
}
</style>