Shades of Medium Violet Red #BD17A2
Tints of Medium Violet Red #BD17A2
RGB
CMYK
RGB Variations
Color information
#BD17A2 (or 0xBD17A2) is known color: Medium Violet Red. HEX triplet: BD, 17 and A2. RGB value is (189,23,162). Sum of RGB (Red+Green+Blue) = 189+23+162=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17A2 is #42E85D. Grayscale: #585858. Windows color (decimal): -4384862 or 10622909. OLE color: 10622909.
HSL color Cylindrical-coordinate representation of color #BD17A2: hue angle of 309.76º 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 #BD17A2 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 162 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.26 |
| HSL | 309.76º | 0.78% | 0.42% | - |
| HSV(B) | 309.76º | 0.88% | 0.74% | - |
| XYZ | 27.81 | 14.04 | 35.43 | - |
| YUV | 88.48 | 169.5 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 162 | 0 | 0.88 | 0.14 | 0.26 | 309.76 | 0.78 | 0.42 |
| Hex | BD | 17 | A2 | 0 | 58 | E | 1A | 136 | 4E | 2A |
| Octal | 275 | 27 | 242 | 0 | 130 | 16 | 32 | 466 | 116 | 52 |
| Binary | 10111101 | 10111 | 10100010 | 0 | 1011000 | 1110 | 11010 | 100110110 | 1001110 | 101010 |
Color Harmonies of #BD17A2
Complementary color
Monochromatic Colors of #BD17A2
Black with #BD17A2
Text Example
Text Example
White with #BD17A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17A2; }
p { color: rgb(189,23,162); }
H1.HeaderClassName
{
color: #BD17A2;
}
.AnyTagClassName
{
color: #BD17A2;
}
</style>
background-color css
<style>
a { background-color: #BD17A2; }
a { background-color: rgb(189,23,162); }
div.DivClassName
{
background-color: #BD17A2;
}
.BgClassName
{
background-color: #BD17A2;
}
</style>
border-color css
<style>
span { border-color: #BD17A2; }
span { border-color: rgb(189,23,162); }
td.TdClassName
{
border-color: #BD17A2;
}
.TagClassName
{
border-color: #BD17A2;
}
</style>