Shades of Deep Magenta #BB12DA
Tints of Deep Magenta #BB12DA
RGB
CMYK
RGB Variations
Color information
#BB12DA (or 0xBB12DA) is known color: Deep Magenta. HEX triplet: BB, 12 and DA. RGB value is (187,18,218). Sum of RGB (Red+Green+Blue) = 187+18+218=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12DA is #44ED25. Grayscale: #5A5A5A. Windows color (decimal): -4517158 or 14291643. OLE color: 14291643.
HSL color Cylindrical-coordinate representation of color #BB12DA: hue angle of 290.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB12DA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 18 | 218 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.15 |
| HSL | 290.7º | 0.85% | 0.46% | - |
| HSV(B) | 290.7º | 0.92% | 0.85% | - |
| XYZ | 33.36 | 16.06 | 67.67 | - |
| YUV | 91.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 218 | 0.14 | 0.92 | 0 | 0.15 | 290.7 | 0.85 | 0.46 |
| Hex | BB | 12 | DA | E | 5C | 0 | F | 123 | 55 | 2E |
| Octal | 273 | 22 | 332 | 16 | 134 | 0 | 17 | 443 | 125 | 56 |
| Binary | 10111011 | 10010 | 11011010 | 1110 | 1011100 | 0 | 1111 | 100100011 | 1010101 | 101110 |
Color Harmonies of #BB12DA
Complementary color
Monochromatic Colors of #BB12DA
Black with #BB12DA
Text Example
Text Example
White with #BB12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12DA; }
p { color: rgb(187,18,218); }
H1.HeaderClassName
{
color: #BB12DA;
}
.AnyTagClassName
{
color: #BB12DA;
}
</style>
background-color css
<style>
a { background-color: #BB12DA; }
a { background-color: rgb(187,18,218); }
div.DivClassName
{
background-color: #BB12DA;
}
.BgClassName
{
background-color: #BB12DA;
}
</style>
border-color css
<style>
span { border-color: #BB12DA; }
span { border-color: rgb(187,18,218); }
td.TdClassName
{
border-color: #BB12DA;
}
.TagClassName
{
border-color: #BB12DA;
}
</style>