Shades of Deep Magenta #B017C8
Tints of Deep Magenta #B017C8
RGB
CMYK
RGB Variations
Color information
#B017C8 (or 0xB017C8) is known color: Deep Magenta. HEX triplet: B0, 17 and C8. RGB value is (176,23,200). Sum of RGB (Red+Green+Blue) = 176+23+200=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #B017C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017C8 is #4FE837. Grayscale: #585858. Windows color (decimal): -5236792 or 13113264. OLE color: 13113264.
HSL color Cylindrical-coordinate representation of color #B017C8: hue angle of 291.86º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017C8 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 23 | 200 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.22 |
| HSL | 291.86º | 0.79% | 0.44% | - |
| HSV(B) | 291.86º | 0.89% | 0.78% | - |
| XYZ | 28.64 | 14.01 | 55.84 | - |
| YUV | 88.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 200 | 0.12 | 0.88 | 0 | 0.22 | 291.86 | 0.79 | 0.44 |
| Hex | B0 | 17 | C8 | C | 58 | 0 | 16 | 124 | 4F | 2C |
| Octal | 260 | 27 | 310 | 14 | 130 | 0 | 26 | 444 | 117 | 54 |
| Binary | 10110000 | 10111 | 11001000 | 1100 | 1011000 | 0 | 10110 | 100100100 | 1001111 | 101100 |
Color Harmonies of #B017C8
Complementary color
Monochromatic Colors of #B017C8
Black with #B017C8
Text Example
Text Example
White with #B017C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017C8; }
p { color: rgb(176,23,200); }
H1.HeaderClassName
{
color: #B017C8;
}
.AnyTagClassName
{
color: #B017C8;
}
</style>
background-color css
<style>
a { background-color: #B017C8; }
a { background-color: rgb(176,23,200); }
div.DivClassName
{
background-color: #B017C8;
}
.BgClassName
{
background-color: #B017C8;
}
</style>
border-color css
<style>
span { border-color: #B017C8; }
span { border-color: rgb(176,23,200); }
td.TdClassName
{
border-color: #B017C8;
}
.TagClassName
{
border-color: #B017C8;
}
</style>