Shades of Medium Violet Red #BD199E
Tints of Medium Violet Red #BD199E
RGB
CMYK
RGB Variations
Color information
#BD199E (or 0xBD199E) is known color: Medium Violet Red. HEX triplet: BD, 19 and 9E. RGB value is (189,25,158). Sum of RGB (Red+Green+Blue) = 189+25+158=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD199E is #42E661. Grayscale: #585858. Windows color (decimal): -4384354 or 10361277. OLE color: 10361277.
HSL color Cylindrical-coordinate representation of color #BD199E: hue angle of 311.34º 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 #BD199E is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 158 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.26 |
| HSL | 311.34º | 0.77% | 0.42% | - |
| HSV(B) | 311.34º | 0.87% | 0.74% | - |
| XYZ | 27.51 | 13.98 | 33.6 | - |
| YUV | 89.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 158 | 0 | 0.87 | 0.16 | 0.26 | 311.34 | 0.77 | 0.42 |
| Hex | BD | 19 | 9E | 0 | 57 | 10 | 1A | 137 | 4D | 2A |
| Octal | 275 | 31 | 236 | 0 | 127 | 20 | 32 | 467 | 115 | 52 |
| Binary | 10111101 | 11001 | 10011110 | 0 | 1010111 | 10000 | 11010 | 100110111 | 1001101 | 101010 |
Color Harmonies of #BD199E
Complementary color
Monochromatic Colors of #BD199E
Black with #BD199E
Text Example
Text Example
White with #BD199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD199E; }
p { color: rgb(189,25,158); }
H1.HeaderClassName
{
color: #BD199E;
}
.AnyTagClassName
{
color: #BD199E;
}
</style>
background-color css
<style>
a { background-color: #BD199E; }
a { background-color: rgb(189,25,158); }
div.DivClassName
{
background-color: #BD199E;
}
.BgClassName
{
background-color: #BD199E;
}
</style>
border-color css
<style>
span { border-color: #BD199E; }
span { border-color: rgb(189,25,158); }
td.TdClassName
{
border-color: #BD199E;
}
.TagClassName
{
border-color: #BD199E;
}
</style>