Shades of Deep Magenta #BB13B2
Tints of Deep Magenta #BB13B2
RGB
CMYK
RGB Variations
Color information
#BB13B2 (or 0xBB13B2) is known color: Deep Magenta. HEX triplet: BB, 13 and B2. RGB value is (187,19,178). Sum of RGB (Red+Green+Blue) = 187+19+178=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB13B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB13B2 is #44EC4D. Grayscale: #565656. Windows color (decimal): -4516942 or 11670459. OLE color: 11670459.
HSL color Cylindrical-coordinate representation of color #BB13B2: hue angle of 303.21º 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 #BB13B2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.27 |
| HSL | 303.21º | 0.82% | 0.4% | - |
| HSV(B) | 303.21º | 0.9% | 0.73% | - |
| XYZ | 28.76 | 14.24 | 43.35 | - |
| YUV | 87.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 178 | 0 | 0.90 | 0.05 | 0.27 | 303.21 | 0.82 | 0.4 |
| Hex | BB | 13 | B2 | 0 | 5A | 5 | 1B | 12F | 52 | 28 |
| Octal | 273 | 23 | 262 | 0 | 132 | 5 | 33 | 457 | 122 | 50 |
| Binary | 10111011 | 10011 | 10110010 | 0 | 1011010 | 101 | 11011 | 100101111 | 1010010 | 101000 |
Color Harmonies of #BB13B2
Complementary color
Monochromatic Colors of #BB13B2
Black with #BB13B2
Text Example
Text Example
White with #BB13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13B2; }
p { color: rgb(187,19,178); }
H1.HeaderClassName
{
color: #BB13B2;
}
.AnyTagClassName
{
color: #BB13B2;
}
</style>
background-color css
<style>
a { background-color: #BB13B2; }
a { background-color: rgb(187,19,178); }
div.DivClassName
{
background-color: #BB13B2;
}
.BgClassName
{
background-color: #BB13B2;
}
</style>
border-color css
<style>
span { border-color: #BB13B2; }
span { border-color: rgb(187,19,178); }
td.TdClassName
{
border-color: #BB13B2;
}
.TagClassName
{
border-color: #BB13B2;
}
</style>