Shades of Medium Violet Red #BD196C
Tints of Medium Violet Red #BD196C
RGB
CMYK
RGB Variations
Color information
#BD196C (or 0xBD196C) is known color: Medium Violet Red. HEX triplet: BD, 19 and 6C. RGB value is (189,25,108). Sum of RGB (Red+Green+Blue) = 189+25+108=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD196C is #42E693. Grayscale: #535353. Windows color (decimal): -4384404 or 7084477. OLE color: 7084477.
HSL color Cylindrical-coordinate representation of color #BD196C: hue angle of 329.63º 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 #BD196C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 108 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.26 |
| HSL | 329.63º | 0.77% | 0.42% | - |
| HSV(B) | 329.63º | 0.87% | 0.74% | - |
| XYZ | 24.04 | 12.6 | 15.35 | - |
| YUV | 83.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 108 | 0 | 0.87 | 0.43 | 0.26 | 329.63 | 0.77 | 0.42 |
| Hex | BD | 19 | 6C | 0 | 57 | 2B | 1A | 14A | 4D | 2A |
| Octal | 275 | 31 | 154 | 0 | 127 | 53 | 32 | 512 | 115 | 52 |
| Binary | 10111101 | 11001 | 1101100 | 0 | 1010111 | 101011 | 11010 | 101001010 | 1001101 | 101010 |
Color Harmonies of #BD196C
Complementary color
Monochromatic Colors of #BD196C
Black with #BD196C
Text Example
Text Example
White with #BD196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD196C; }
p { color: rgb(189,25,108); }
H1.HeaderClassName
{
color: #BD196C;
}
.AnyTagClassName
{
color: #BD196C;
}
</style>
background-color css
<style>
a { background-color: #BD196C; }
a { background-color: rgb(189,25,108); }
div.DivClassName
{
background-color: #BD196C;
}
.BgClassName
{
background-color: #BD196C;
}
</style>
border-color css
<style>
span { border-color: #BD196C; }
span { border-color: rgb(189,25,108); }
td.TdClassName
{
border-color: #BD196C;
}
.TagClassName
{
border-color: #BD196C;
}
</style>