Shades of Deep Magenta #B015BD
Tints of Deep Magenta #B015BD
RGB
CMYK
RGB Variations
Color information
#B015BD (or 0xB015BD) is known color: Deep Magenta. HEX triplet: B0, 15 and BD. RGB value is (176,21,189). Sum of RGB (Red+Green+Blue) = 176+21+189=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #B015BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015BD is #4FEA42. Grayscale: #555555. Windows color (decimal): -5237315 or 12391856. OLE color: 12391856.
HSL color Cylindrical-coordinate representation of color #B015BD: hue angle of 295.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015BD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 21 | 189 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.26 |
| HSL | 295.36º | 0.8% | 0.41% | - |
| HSV(B) | 295.36º | 0.89% | 0.74% | - |
| XYZ | 27.36 | 13.44 | 49.3 | - |
| YUV | 86.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 189 | 0.07 | 0.89 | 0 | 0.26 | 295.36 | 0.8 | 0.41 |
| Hex | B0 | 15 | BD | 7 | 59 | 0 | 1A | 127 | 50 | 29 |
| Octal | 260 | 25 | 275 | 7 | 131 | 0 | 32 | 447 | 120 | 51 |
| Binary | 10110000 | 10101 | 10111101 | 111 | 1011001 | 0 | 11010 | 100100111 | 1010000 | 101001 |
Color Harmonies of #B015BD
Complementary color
Monochromatic Colors of #B015BD
Black with #B015BD
Text Example
Text Example
White with #B015BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015BD; }
p { color: rgb(176,21,189); }
H1.HeaderClassName
{
color: #B015BD;
}
.AnyTagClassName
{
color: #B015BD;
}
</style>
background-color css
<style>
a { background-color: #B015BD; }
a { background-color: rgb(176,21,189); }
div.DivClassName
{
background-color: #B015BD;
}
.BgClassName
{
background-color: #B015BD;
}
</style>
border-color css
<style>
span { border-color: #B015BD; }
span { border-color: rgb(176,21,189); }
td.TdClassName
{
border-color: #B015BD;
}
.TagClassName
{
border-color: #B015BD;
}
</style>