Shades of Medium Violet Red #BD17A0
Tints of Medium Violet Red #BD17A0
RGB
CMYK
RGB Variations
Color information
#BD17A0 (or 0xBD17A0) is known color: Medium Violet Red. HEX triplet: BD, 17 and A0. RGB value is (189,23,160). Sum of RGB (Red+Green+Blue) = 189+23+160=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A0 is #42E85F. Grayscale: #575757. Windows color (decimal): -4384864 or 10491837. OLE color: 10491837.
HSL color Cylindrical-coordinate representation of color #BD17A0: hue angle of 310.48º 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 #BD17A0 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 160 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.26 |
| HSL | 310.48º | 0.78% | 0.42% | - |
| HSV(B) | 310.48º | 0.88% | 0.74% | - |
| XYZ | 27.64 | 13.97 | 34.5 | - |
| YUV | 88.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 160 | 0 | 0.88 | 0.15 | 0.26 | 310.48 | 0.78 | 0.42 |
| Hex | BD | 17 | A0 | 0 | 58 | F | 1A | 136 | 4E | 2A |
| Octal | 275 | 27 | 240 | 0 | 130 | 17 | 32 | 466 | 116 | 52 |
| Binary | 10111101 | 10111 | 10100000 | 0 | 1011000 | 1111 | 11010 | 100110110 | 1001110 | 101010 |
Color Harmonies of #BD17A0
Complementary color
Monochromatic Colors of #BD17A0
Black with #BD17A0
Text Example
Text Example
White with #BD17A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17A0; }
p { color: rgb(189,23,160); }
H1.HeaderClassName
{
color: #BD17A0;
}
.AnyTagClassName
{
color: #BD17A0;
}
</style>
background-color css
<style>
a { background-color: #BD17A0; }
a { background-color: rgb(189,23,160); }
div.DivClassName
{
background-color: #BD17A0;
}
.BgClassName
{
background-color: #BD17A0;
}
</style>
border-color css
<style>
span { border-color: #BD17A0; }
span { border-color: rgb(189,23,160); }
td.TdClassName
{
border-color: #BD17A0;
}
.TagClassName
{
border-color: #BD17A0;
}
</style>