Shades of Medium Violet Red #BD197D
Tints of Medium Violet Red #BD197D
RGB
CMYK
RGB Variations
Color information
#BD197D (or 0xBD197D) is known color: Medium Violet Red. HEX triplet: BD, 19 and 7D. RGB value is (189,25,125). Sum of RGB (Red+Green+Blue) = 189+25+125=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD197D is #42E682. Grayscale: #555555. Windows color (decimal): -4384387 or 8198589. OLE color: 8198589.
HSL color Cylindrical-coordinate representation of color #BD197D: hue angle of 323.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD197D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 125 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.26 |
| HSL | 323.41º | 0.77% | 0.42% | - |
| HSV(B) | 323.41º | 0.87% | 0.74% | - |
| XYZ | 25.04 | 12.99 | 20.59 | - |
| YUV | 85.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 125 | 0 | 0.87 | 0.34 | 0.26 | 323.41 | 0.77 | 0.42 |
| Hex | BD | 19 | 7D | 0 | 57 | 22 | 1A | 143 | 4D | 2A |
| Octal | 275 | 31 | 175 | 0 | 127 | 42 | 32 | 503 | 115 | 52 |
| Binary | 10111101 | 11001 | 1111101 | 0 | 1010111 | 100010 | 11010 | 101000011 | 1001101 | 101010 |
Color Harmonies of #BD197D
Complementary color
Monochromatic Colors of #BD197D
Black with #BD197D
Text Example
Text Example
White with #BD197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD197D; }
p { color: rgb(189,25,125); }
H1.HeaderClassName
{
color: #BD197D;
}
.AnyTagClassName
{
color: #BD197D;
}
</style>
background-color css
<style>
a { background-color: #BD197D; }
a { background-color: rgb(189,25,125); }
div.DivClassName
{
background-color: #BD197D;
}
.BgClassName
{
background-color: #BD197D;
}
</style>
border-color css
<style>
span { border-color: #BD197D; }
span { border-color: rgb(189,25,125); }
td.TdClassName
{
border-color: #BD197D;
}
.TagClassName
{
border-color: #BD197D;
}
</style>