Shades of Deep Magenta #BB13C8
Tints of Deep Magenta #BB13C8
RGB
CMYK
RGB Variations
Color information
#BB13C8 (or 0xBB13C8) is known color: Deep Magenta. HEX triplet: BB, 13 and C8. RGB value is (187,19,200). Sum of RGB (Red+Green+Blue) = 187+19+200=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB13C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13C8 is #44EC37. Grayscale: #595959. Windows color (decimal): -4516920 or 13112251. OLE color: 13112251.
HSL color Cylindrical-coordinate representation of color #BB13C8: hue angle of 295.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB13C8 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 19 | 200 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.22 |
| HSL | 295.69º | 0.83% | 0.43% | - |
| HSV(B) | 295.69º | 0.91% | 0.78% | - |
| XYZ | 31.15 | 15.2 | 55.94 | - |
| YUV | 89.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 200 | 0.06 | 0.90 | 0 | 0.22 | 295.69 | 0.83 | 0.43 |
| Hex | BB | 13 | C8 | 6 | 5A | 0 | 16 | 128 | 53 | 2B |
| Octal | 273 | 23 | 310 | 6 | 132 | 0 | 26 | 450 | 123 | 53 |
| Binary | 10111011 | 10011 | 11001000 | 110 | 1011010 | 0 | 10110 | 100101000 | 1010011 | 101011 |
Color Harmonies of #BB13C8
Complementary color
Monochromatic Colors of #BB13C8
Black with #BB13C8
Text Example
Text Example
White with #BB13C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13C8; }
p { color: rgb(187,19,200); }
H1.HeaderClassName
{
color: #BB13C8;
}
.AnyTagClassName
{
color: #BB13C8;
}
</style>
background-color css
<style>
a { background-color: #BB13C8; }
a { background-color: rgb(187,19,200); }
div.DivClassName
{
background-color: #BB13C8;
}
.BgClassName
{
background-color: #BB13C8;
}
</style>
border-color css
<style>
span { border-color: #BB13C8; }
span { border-color: rgb(187,19,200); }
td.TdClassName
{
border-color: #BB13C8;
}
.TagClassName
{
border-color: #BB13C8;
}
</style>