Shades of Deep Magenta #BB13C2
Tints of Deep Magenta #BB13C2
RGB
CMYK
RGB Variations
Color information
#BB13C2 (or 0xBB13C2) is known color: Deep Magenta. HEX triplet: BB, 13 and C2. RGB value is (187,19,194). Sum of RGB (Red+Green+Blue) = 187+19+194=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13C2 is #44EC3D. Grayscale: #585858. Windows color (decimal): -4516926 or 12719035. OLE color: 12719035.
HSL color Cylindrical-coordinate representation of color #BB13C2: hue angle of 297.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB13C2 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 19 | 194 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.24 |
| HSL | 297.6º | 0.82% | 0.42% | - |
| HSV(B) | 297.6º | 0.9% | 0.76% | - |
| XYZ | 30.46 | 14.93 | 52.31 | - |
| YUV | 89.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 194 | 0.04 | 0.90 | 0 | 0.24 | 297.6 | 0.82 | 0.42 |
| Hex | BB | 13 | C2 | 4 | 5A | 0 | 18 | 12A | 52 | 2A |
| Octal | 273 | 23 | 302 | 4 | 132 | 0 | 30 | 452 | 122 | 52 |
| Binary | 10111011 | 10011 | 11000010 | 100 | 1011010 | 0 | 11000 | 100101010 | 1010010 | 101010 |
Color Harmonies of #BB13C2
Complementary color
Monochromatic Colors of #BB13C2
Black with #BB13C2
Text Example
Text Example
White with #BB13C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13C2; }
p { color: rgb(187,19,194); }
H1.HeaderClassName
{
color: #BB13C2;
}
.AnyTagClassName
{
color: #BB13C2;
}
</style>
background-color css
<style>
a { background-color: #BB13C2; }
a { background-color: rgb(187,19,194); }
div.DivClassName
{
background-color: #BB13C2;
}
.BgClassName
{
background-color: #BB13C2;
}
</style>
border-color css
<style>
span { border-color: #BB13C2; }
span { border-color: rgb(187,19,194); }
td.TdClassName
{
border-color: #BB13C2;
}
.TagClassName
{
border-color: #BB13C2;
}
</style>