Shades of Deep Magenta #B017CA
Tints of Deep Magenta #B017CA
RGB
CMYK
RGB Variations
Color information
#B017CA (or 0xB017CA) is known color: Deep Magenta. HEX triplet: B0, 17 and CA. RGB value is (176,23,202). Sum of RGB (Red+Green+Blue) = 176+23+202=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B017CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CA is #4FE835. Grayscale: #585858. Windows color (decimal): -5236790 or 13244336. OLE color: 13244336.
HSL color Cylindrical-coordinate representation of color #B017CA: hue angle of 291.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017CA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 23 | 202 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.21 |
| HSL | 291.28º | 0.8% | 0.44% | - |
| HSV(B) | 291.28º | 0.89% | 0.79% | - |
| XYZ | 28.87 | 14.11 | 57.08 | - |
| YUV | 89.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 202 | 0.13 | 0.89 | 0 | 0.21 | 291.28 | 0.8 | 0.44 |
| Hex | B0 | 17 | CA | D | 59 | 0 | 15 | 123 | 50 | 2C |
| Octal | 260 | 27 | 312 | 15 | 131 | 0 | 25 | 443 | 120 | 54 |
| Binary | 10110000 | 10111 | 11001010 | 1101 | 1011001 | 0 | 10101 | 100100011 | 1010000 | 101100 |
Color Harmonies of #B017CA
Complementary color
Monochromatic Colors of #B017CA
Black with #B017CA
Text Example
Text Example
White with #B017CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017CA; }
p { color: rgb(176,23,202); }
H1.HeaderClassName
{
color: #B017CA;
}
.AnyTagClassName
{
color: #B017CA;
}
</style>
background-color css
<style>
a { background-color: #B017CA; }
a { background-color: rgb(176,23,202); }
div.DivClassName
{
background-color: #B017CA;
}
.BgClassName
{
background-color: #B017CA;
}
</style>
border-color css
<style>
span { border-color: #B017CA; }
span { border-color: rgb(176,23,202); }
td.TdClassName
{
border-color: #B017CA;
}
.TagClassName
{
border-color: #B017CA;
}
</style>