Shades of Medium Violet Red #BD17AA
Tints of Medium Violet Red #BD17AA
RGB
CMYK
RGB Variations
Color information
#BD17AA (or 0xBD17AA) is known color: Medium Violet Red. HEX triplet: BD, 17 and AA. RGB value is (189,23,170). Sum of RGB (Red+Green+Blue) = 189+23+170=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AA is #42E855. Grayscale: #585858. Windows color (decimal): -4384854 or 11147197. OLE color: 11147197.
HSL color Cylindrical-coordinate representation of color #BD17AA: hue angle of 306.87º 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 #BD17AA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.26 |
| HSL | 306.87º | 0.78% | 0.42% | - |
| HSV(B) | 306.87º | 0.88% | 0.74% | - |
| XYZ | 28.55 | 14.33 | 39.29 | - |
| YUV | 89.39 | 173.5 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 170 | 0 | 0.88 | 0.10 | 0.26 | 306.87 | 0.78 | 0.42 |
| Hex | BD | 17 | AA | 0 | 58 | A | 1A | 133 | 4E | 2A |
| Octal | 275 | 27 | 252 | 0 | 130 | 12 | 32 | 463 | 116 | 52 |
| Binary | 10111101 | 10111 | 10101010 | 0 | 1011000 | 1010 | 11010 | 100110011 | 1001110 | 101010 |
Color Harmonies of #BD17AA
Complementary color
Monochromatic Colors of #BD17AA
Black with #BD17AA
Text Example
Text Example
White with #BD17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17AA; }
p { color: rgb(189,23,170); }
H1.HeaderClassName
{
color: #BD17AA;
}
.AnyTagClassName
{
color: #BD17AA;
}
</style>
background-color css
<style>
a { background-color: #BD17AA; }
a { background-color: rgb(189,23,170); }
div.DivClassName
{
background-color: #BD17AA;
}
.BgClassName
{
background-color: #BD17AA;
}
</style>
border-color css
<style>
span { border-color: #BD17AA; }
span { border-color: rgb(189,23,170); }
td.TdClassName
{
border-color: #BD17AA;
}
.TagClassName
{
border-color: #BD17AA;
}
</style>