Shades of Deep Magenta #B015CA
Tints of Deep Magenta #B015CA
RGB
CMYK
RGB Variations
Color information
#B015CA (or 0xB015CA) is known color: Deep Magenta. HEX triplet: B0, 15 and CA. RGB value is (176,21,202). Sum of RGB (Red+Green+Blue) = 176+21+202=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #B015CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015CA is #4FEA35. Grayscale: #575757. Windows color (decimal): -5237302 or 13243824. OLE color: 13243824.
HSL color Cylindrical-coordinate representation of color #B015CA: hue angle of 291.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B015CA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 21 | 202 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.21 |
| HSL | 291.38º | 0.81% | 0.44% | - |
| HSV(B) | 291.38º | 0.9% | 0.79% | - |
| XYZ | 28.83 | 14.03 | 57.07 | - |
| YUV | 87.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 202 | 0.13 | 0.90 | 0 | 0.21 | 291.38 | 0.81 | 0.44 |
| Hex | B0 | 15 | CA | D | 5A | 0 | 15 | 123 | 51 | 2C |
| Octal | 260 | 25 | 312 | 15 | 132 | 0 | 25 | 443 | 121 | 54 |
| Binary | 10110000 | 10101 | 11001010 | 1101 | 1011010 | 0 | 10101 | 100100011 | 1010001 | 101100 |
Color Harmonies of #B015CA
Complementary color
Monochromatic Colors of #B015CA
Black with #B015CA
Text Example
Text Example
White with #B015CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015CA; }
p { color: rgb(176,21,202); }
H1.HeaderClassName
{
color: #B015CA;
}
.AnyTagClassName
{
color: #B015CA;
}
</style>
background-color css
<style>
a { background-color: #B015CA; }
a { background-color: rgb(176,21,202); }
div.DivClassName
{
background-color: #B015CA;
}
.BgClassName
{
background-color: #B015CA;
}
</style>
border-color css
<style>
span { border-color: #B015CA; }
span { border-color: rgb(176,21,202); }
td.TdClassName
{
border-color: #B015CA;
}
.TagClassName
{
border-color: #B015CA;
}
</style>