Shades of Deep Magenta #B017C9
Tints of Deep Magenta #B017C9
RGB
CMYK
RGB Variations
Color information
#B017C9 (or 0xB017C9) is known color: Deep Magenta. HEX triplet: B0, 17 and C9. RGB value is (176,23,201). Sum of RGB (Red+Green+Blue) = 176+23+201=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #B017C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017C9 is #4FE836. Grayscale: #585858. Windows color (decimal): -5236791 or 13178800. OLE color: 13178800.
HSL color Cylindrical-coordinate representation of color #B017C9: hue angle of 291.57º degrees, saturation: 0.79, 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 #B017C9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 23 | 201 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.21 |
| HSL | 291.57º | 0.79% | 0.44% | - |
| HSV(B) | 291.57º | 0.89% | 0.79% | - |
| XYZ | 28.75 | 14.06 | 56.46 | - |
| YUV | 89.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 201 | 0.12 | 0.89 | 0 | 0.21 | 291.57 | 0.79 | 0.44 |
| Hex | B0 | 17 | C9 | C | 59 | 0 | 15 | 124 | 4F | 2C |
| Octal | 260 | 27 | 311 | 14 | 131 | 0 | 25 | 444 | 117 | 54 |
| Binary | 10110000 | 10111 | 11001001 | 1100 | 1011001 | 0 | 10101 | 100100100 | 1001111 | 101100 |
Color Harmonies of #B017C9
Complementary color
Monochromatic Colors of #B017C9
Black with #B017C9
Text Example
Text Example
White with #B017C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017C9; }
p { color: rgb(176,23,201); }
H1.HeaderClassName
{
color: #B017C9;
}
.AnyTagClassName
{
color: #B017C9;
}
</style>
background-color css
<style>
a { background-color: #B017C9; }
a { background-color: rgb(176,23,201); }
div.DivClassName
{
background-color: #B017C9;
}
.BgClassName
{
background-color: #B017C9;
}
</style>
border-color css
<style>
span { border-color: #B017C9; }
span { border-color: rgb(176,23,201); }
td.TdClassName
{
border-color: #B017C9;
}
.TagClassName
{
border-color: #B017C9;
}
</style>