Shades of Deep Magenta #BB12B2
Tints of Deep Magenta #BB12B2
RGB
CMYK
RGB Variations
Color information
#BB12B2 (or 0xBB12B2) is known color: Deep Magenta. HEX triplet: BB, 12 and B2. RGB value is (187,18,178). Sum of RGB (Red+Green+Blue) = 187+18+178=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12B2 is #44ED4D. Grayscale: #565656. Windows color (decimal): -4517198 or 11670203. OLE color: 11670203.
HSL color Cylindrical-coordinate representation of color #BB12B2: hue angle of 303.2º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB12B2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 178 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.27 |
| HSL | 303.2º | 0.82% | 0.4% | - |
| HSV(B) | 303.2º | 0.9% | 0.73% | - |
| XYZ | 28.75 | 14.21 | 43.35 | - |
| YUV | 86.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 178 | 0 | 0.90 | 0.05 | 0.27 | 303.2 | 0.82 | 0.4 |
| Hex | BB | 12 | B2 | 0 | 5A | 5 | 1B | 12F | 52 | 28 |
| Octal | 273 | 22 | 262 | 0 | 132 | 5 | 33 | 457 | 122 | 50 |
| Binary | 10111011 | 10010 | 10110010 | 0 | 1011010 | 101 | 11011 | 100101111 | 1010010 | 101000 |
Color Harmonies of #BB12B2
Complementary color
Monochromatic Colors of #BB12B2
Black with #BB12B2
Text Example
Text Example
White with #BB12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12B2; }
p { color: rgb(187,18,178); }
H1.HeaderClassName
{
color: #BB12B2;
}
.AnyTagClassName
{
color: #BB12B2;
}
</style>
background-color css
<style>
a { background-color: #BB12B2; }
a { background-color: rgb(187,18,178); }
div.DivClassName
{
background-color: #BB12B2;
}
.BgClassName
{
background-color: #BB12B2;
}
</style>
border-color css
<style>
span { border-color: #BB12B2; }
span { border-color: rgb(187,18,178); }
td.TdClassName
{
border-color: #BB12B2;
}
.TagClassName
{
border-color: #BB12B2;
}
</style>