Shades of Deep Magenta #B017BA
Tints of Deep Magenta #B017BA
RGB
CMYK
RGB Variations
Color information
#B017BA (or 0xB017BA) is known color: Deep Magenta. HEX triplet: B0, 17 and BA. RGB value is (176,23,186). Sum of RGB (Red+Green+Blue) = 176+23+186=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B017BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017BA is #4FE845. Grayscale: #565656. Windows color (decimal): -5236806 or 12195760. OLE color: 12195760.
HSL color Cylindrical-coordinate representation of color #B017BA: hue angle of 296.32º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017BA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 23 | 186 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.27 |
| HSL | 296.32º | 0.78% | 0.41% | - |
| HSV(B) | 296.32º | 0.88% | 0.73% | - |
| XYZ | 27.07 | 13.39 | 47.61 | - |
| YUV | 87.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 186 | 0.05 | 0.88 | 0 | 0.27 | 296.32 | 0.78 | 0.41 |
| Hex | B0 | 17 | BA | 5 | 58 | 0 | 1B | 128 | 4E | 29 |
| Octal | 260 | 27 | 272 | 5 | 130 | 0 | 33 | 450 | 116 | 51 |
| Binary | 10110000 | 10111 | 10111010 | 101 | 1011000 | 0 | 11011 | 100101000 | 1001110 | 101001 |
Color Harmonies of #B017BA
Complementary color
Monochromatic Colors of #B017BA
Black with #B017BA
Text Example
Text Example
White with #B017BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017BA; }
p { color: rgb(176,23,186); }
H1.HeaderClassName
{
color: #B017BA;
}
.AnyTagClassName
{
color: #B017BA;
}
</style>
background-color css
<style>
a { background-color: #B017BA; }
a { background-color: rgb(176,23,186); }
div.DivClassName
{
background-color: #B017BA;
}
.BgClassName
{
background-color: #B017BA;
}
</style>
border-color css
<style>
span { border-color: #B017BA; }
span { border-color: rgb(176,23,186); }
td.TdClassName
{
border-color: #B017BA;
}
.TagClassName
{
border-color: #B017BA;
}
</style>