Shades of Deep Magenta #B017BC
Tints of Deep Magenta #B017BC
RGB
CMYK
RGB Variations
Color information
#B017BC (or 0xB017BC) is known color: Deep Magenta. HEX triplet: B0, 17 and BC. RGB value is (176,23,188). Sum of RGB (Red+Green+Blue) = 176+23+188=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B017BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017BC is #4FE843. Grayscale: #575757. Windows color (decimal): -5236804 or 12326832. OLE color: 12326832.
HSL color Cylindrical-coordinate representation of color #B017BC: hue angle of 295.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017BC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 23 | 188 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.26 |
| HSL | 295.64º | 0.78% | 0.41% | - |
| HSV(B) | 295.64º | 0.88% | 0.74% | - |
| XYZ | 27.29 | 13.47 | 48.74 | - |
| YUV | 87.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 188 | 0.06 | 0.88 | 0 | 0.26 | 295.64 | 0.78 | 0.41 |
| Hex | B0 | 17 | BC | 6 | 58 | 0 | 1A | 128 | 4E | 29 |
| Octal | 260 | 27 | 274 | 6 | 130 | 0 | 32 | 450 | 116 | 51 |
| Binary | 10110000 | 10111 | 10111100 | 110 | 1011000 | 0 | 11010 | 100101000 | 1001110 | 101001 |
Color Harmonies of #B017BC
Complementary color
Monochromatic Colors of #B017BC
Black with #B017BC
Text Example
Text Example
White with #B017BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017BC; }
p { color: rgb(176,23,188); }
H1.HeaderClassName
{
color: #B017BC;
}
.AnyTagClassName
{
color: #B017BC;
}
</style>
background-color css
<style>
a { background-color: #B017BC; }
a { background-color: rgb(176,23,188); }
div.DivClassName
{
background-color: #B017BC;
}
.BgClassName
{
background-color: #B017BC;
}
</style>
border-color css
<style>
span { border-color: #B017BC; }
span { border-color: rgb(176,23,188); }
td.TdClassName
{
border-color: #B017BC;
}
.TagClassName
{
border-color: #B017BC;
}
</style>