Shades of Deep Magenta #B015B9
Tints of Deep Magenta #B015B9
RGB
CMYK
RGB Variations
Color information
#B015B9 (or 0xB015B9) is known color: Deep Magenta. HEX triplet: B0, 15 and B9. RGB value is (176,21,185). Sum of RGB (Red+Green+Blue) = 176+21+185=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #B015B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015B9 is #4FEA46. Grayscale: #555555. Windows color (decimal): -5237319 or 12129712. OLE color: 12129712.
HSL color Cylindrical-coordinate representation of color #B015B9: hue angle of 296.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015B9 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 21 | 185 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.27 |
| HSL | 296.71º | 0.8% | 0.4% | - |
| HSV(B) | 296.71º | 0.89% | 0.73% | - |
| XYZ | 26.93 | 13.27 | 47.04 | - |
| YUV | 86.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 185 | 0.05 | 0.89 | 0 | 0.27 | 296.71 | 0.8 | 0.4 |
| Hex | B0 | 15 | B9 | 5 | 59 | 0 | 1B | 129 | 50 | 28 |
| Octal | 260 | 25 | 271 | 5 | 131 | 0 | 33 | 451 | 120 | 50 |
| Binary | 10110000 | 10101 | 10111001 | 101 | 1011001 | 0 | 11011 | 100101001 | 1010000 | 101000 |
Color Harmonies of #B015B9
Complementary color
Monochromatic Colors of #B015B9
Black with #B015B9
Text Example
Text Example
White with #B015B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015B9; }
p { color: rgb(176,21,185); }
H1.HeaderClassName
{
color: #B015B9;
}
.AnyTagClassName
{
color: #B015B9;
}
</style>
background-color css
<style>
a { background-color: #B015B9; }
a { background-color: rgb(176,21,185); }
div.DivClassName
{
background-color: #B015B9;
}
.BgClassName
{
background-color: #B015B9;
}
</style>
border-color css
<style>
span { border-color: #B015B9; }
span { border-color: rgb(176,21,185); }
td.TdClassName
{
border-color: #B015B9;
}
.TagClassName
{
border-color: #B015B9;
}
</style>