Shades of Deep Magenta #B017BD
Tints of Deep Magenta #B017BD
RGB
CMYK
RGB Variations
Color information
#B017BD (or 0xB017BD) is known color: Deep Magenta. HEX triplet: B0, 17 and BD. RGB value is (176,23,189). Sum of RGB (Red+Green+Blue) = 176+23+189=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B017BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017BD is #4FE842. Grayscale: #575757. Windows color (decimal): -5236803 or 12392368. OLE color: 12392368.
HSL color Cylindrical-coordinate representation of color #B017BD: hue angle of 295.3º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017BD is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 23 | 189 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.26 |
| HSL | 295.3º | 0.78% | 0.42% | - |
| HSV(B) | 295.3º | 0.88% | 0.74% | - |
| XYZ | 27.4 | 13.52 | 49.31 | - |
| YUV | 87.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 189 | 0.07 | 0.88 | 0 | 0.26 | 295.3 | 0.78 | 0.42 |
| Hex | B0 | 17 | BD | 7 | 58 | 0 | 1A | 127 | 4E | 2A |
| Octal | 260 | 27 | 275 | 7 | 130 | 0 | 32 | 447 | 116 | 52 |
| Binary | 10110000 | 10111 | 10111101 | 111 | 1011000 | 0 | 11010 | 100100111 | 1001110 | 101010 |
Color Harmonies of #B017BD
Complementary color
Monochromatic Colors of #B017BD
Black with #B017BD
Text Example
Text Example
White with #B017BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017BD; }
p { color: rgb(176,23,189); }
H1.HeaderClassName
{
color: #B017BD;
}
.AnyTagClassName
{
color: #B017BD;
}
</style>
background-color css
<style>
a { background-color: #B017BD; }
a { background-color: rgb(176,23,189); }
div.DivClassName
{
background-color: #B017BD;
}
.BgClassName
{
background-color: #B017BD;
}
</style>
border-color css
<style>
span { border-color: #B017BD; }
span { border-color: rgb(176,23,189); }
td.TdClassName
{
border-color: #B017BD;
}
.TagClassName
{
border-color: #B017BD;
}
</style>