Shades of Medium Violet Red #BD196D
Tints of Medium Violet Red #BD196D
RGB
CMYK
RGB Variations
Color information
#BD196D (or 0xBD196D) is known color: Medium Violet Red. HEX triplet: BD, 19 and 6D. RGB value is (189,25,109). Sum of RGB (Red+Green+Blue) = 189+25+109=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD196D is #42E692. Grayscale: #535353. Windows color (decimal): -4384403 or 7150013. OLE color: 7150013.
HSL color Cylindrical-coordinate representation of color #BD196D: hue angle of 329.27º 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 #BD196D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 109 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.26 |
| HSL | 329.27º | 0.77% | 0.42% | - |
| HSV(B) | 329.27º | 0.87% | 0.74% | - |
| XYZ | 24.09 | 12.62 | 15.63 | - |
| YUV | 83.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 109 | 0 | 0.87 | 0.42 | 0.26 | 329.27 | 0.77 | 0.42 |
| Hex | BD | 19 | 6D | 0 | 57 | 2A | 1A | 149 | 4D | 2A |
| Octal | 275 | 31 | 155 | 0 | 127 | 52 | 32 | 511 | 115 | 52 |
| Binary | 10111101 | 11001 | 1101101 | 0 | 1010111 | 101010 | 11010 | 101001001 | 1001101 | 101010 |
Color Harmonies of #BD196D
Complementary color
Monochromatic Colors of #BD196D
Black with #BD196D
Text Example
Text Example
White with #BD196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD196D; }
p { color: rgb(189,25,109); }
H1.HeaderClassName
{
color: #BD196D;
}
.AnyTagClassName
{
color: #BD196D;
}
</style>
background-color css
<style>
a { background-color: #BD196D; }
a { background-color: rgb(189,25,109); }
div.DivClassName
{
background-color: #BD196D;
}
.BgClassName
{
background-color: #BD196D;
}
</style>
border-color css
<style>
span { border-color: #BD196D; }
span { border-color: rgb(189,25,109); }
td.TdClassName
{
border-color: #BD196D;
}
.TagClassName
{
border-color: #BD196D;
}
</style>