Shades of Deep Magenta #BD17BC
Tints of Deep Magenta #BD17BC
RGB
CMYK
RGB Variations
Color information
#BD17BC (or 0xBD17BC) is known color: Deep Magenta. HEX triplet: BD, 17 and BC. RGB value is (189,23,188). Sum of RGB (Red+Green+Blue) = 189+23+188=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD17BC is #42E843. Grayscale: #5A5A5A. Windows color (decimal): -4384836 or 12326845. OLE color: 12326845.
HSL color Cylindrical-coordinate representation of color #BD17BC: hue angle of 300.36º 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 #BD17BC is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 188 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.26 |
| HSL | 300.36º | 0.78% | 0.42% | - |
| HSV(B) | 300.36º | 0.88% | 0.74% | - |
| XYZ | 30.37 | 15.06 | 48.88 | - |
| YUV | 91.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 188 | 0 | 0.88 | 0.01 | 0.26 | 300.36 | 0.78 | 0.42 |
| Hex | BD | 17 | BC | 0 | 58 | 1 | 1A | 12C | 4E | 2A |
| Octal | 275 | 27 | 274 | 0 | 130 | 1 | 32 | 454 | 116 | 52 |
| Binary | 10111101 | 10111 | 10111100 | 0 | 1011000 | 1 | 11010 | 100101100 | 1001110 | 101010 |
Color Harmonies of #BD17BC
Complementary color
Monochromatic Colors of #BD17BC
Black with #BD17BC
Text Example
Text Example
White with #BD17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17BC; }
p { color: rgb(189,23,188); }
H1.HeaderClassName
{
color: #BD17BC;
}
.AnyTagClassName
{
color: #BD17BC;
}
</style>
background-color css
<style>
a { background-color: #BD17BC; }
a { background-color: rgb(189,23,188); }
div.DivClassName
{
background-color: #BD17BC;
}
.BgClassName
{
background-color: #BD17BC;
}
</style>
border-color css
<style>
span { border-color: #BD17BC; }
span { border-color: rgb(189,23,188); }
td.TdClassName
{
border-color: #BD17BC;
}
.TagClassName
{
border-color: #BD17BC;
}
</style>