Shades of Deep Magenta #BB12C2
Tints of Deep Magenta #BB12C2
RGB
CMYK
RGB Variations
Color information
#BB12C2 (or 0xBB12C2) is known color: Deep Magenta. HEX triplet: BB, 12 and C2. RGB value is (187,18,194). Sum of RGB (Red+Green+Blue) = 187+18+194=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12C2 is #44ED3D. Grayscale: #585858. Windows color (decimal): -4517182 or 12718779. OLE color: 12718779.
HSL color Cylindrical-coordinate representation of color #BB12C2: hue angle of 297.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB12C2 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 18 | 194 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.24 |
| HSL | 297.61º | 0.83% | 0.42% | - |
| HSV(B) | 297.61º | 0.91% | 0.76% | - |
| XYZ | 30.45 | 14.89 | 52.31 | - |
| YUV | 88.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 194 | 0.04 | 0.91 | 0 | 0.24 | 297.61 | 0.83 | 0.42 |
| Hex | BB | 12 | C2 | 4 | 5B | 0 | 18 | 12A | 53 | 2A |
| Octal | 273 | 22 | 302 | 4 | 133 | 0 | 30 | 452 | 123 | 52 |
| Binary | 10111011 | 10010 | 11000010 | 100 | 1011011 | 0 | 11000 | 100101010 | 1010011 | 101010 |
Color Harmonies of #BB12C2
Complementary color
Monochromatic Colors of #BB12C2
Black with #BB12C2
Text Example
Text Example
White with #BB12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB12C2; }
p { color: rgb(187,18,194); }
H1.HeaderClassName
{
color: #BB12C2;
}
.AnyTagClassName
{
color: #BB12C2;
}
</style>
background-color css
<style>
a { background-color: #BB12C2; }
a { background-color: rgb(187,18,194); }
div.DivClassName
{
background-color: #BB12C2;
}
.BgClassName
{
background-color: #BB12C2;
}
</style>
border-color css
<style>
span { border-color: #BB12C2; }
span { border-color: rgb(187,18,194); }
td.TdClassName
{
border-color: #BB12C2;
}
.TagClassName
{
border-color: #BB12C2;
}
</style>