Shades of Medium Violet Red #BD199C
Tints of Medium Violet Red #BD199C
RGB
CMYK
RGB Variations
Color information
#BD199C (or 0xBD199C) is known color: Medium Violet Red. HEX triplet: BD, 19 and 9C. RGB value is (189,25,156). Sum of RGB (Red+Green+Blue) = 189+25+156=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD199C is #42E663. Grayscale: #585858. Windows color (decimal): -4384356 or 10230205. OLE color: 10230205.
HSL color Cylindrical-coordinate representation of color #BD199C: hue angle of 312.07º 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 #BD199C is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.26 |
| HSL | 312.07º | 0.77% | 0.42% | - |
| HSV(B) | 312.07º | 0.87% | 0.74% | - |
| XYZ | 27.33 | 13.91 | 32.7 | - |
| YUV | 88.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 156 | 0 | 0.87 | 0.17 | 0.26 | 312.07 | 0.77 | 0.42 |
| Hex | BD | 19 | 9C | 0 | 57 | 11 | 1A | 138 | 4D | 2A |
| Octal | 275 | 31 | 234 | 0 | 127 | 21 | 32 | 470 | 115 | 52 |
| Binary | 10111101 | 11001 | 10011100 | 0 | 1010111 | 10001 | 11010 | 100111000 | 1001101 | 101010 |
Color Harmonies of #BD199C
Complementary color
Monochromatic Colors of #BD199C
Black with #BD199C
Text Example
Text Example
White with #BD199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD199C; }
p { color: rgb(189,25,156); }
H1.HeaderClassName
{
color: #BD199C;
}
.AnyTagClassName
{
color: #BD199C;
}
</style>
background-color css
<style>
a { background-color: #BD199C; }
a { background-color: rgb(189,25,156); }
div.DivClassName
{
background-color: #BD199C;
}
.BgClassName
{
background-color: #BD199C;
}
</style>
border-color css
<style>
span { border-color: #BD199C; }
span { border-color: rgb(189,25,156); }
td.TdClassName
{
border-color: #BD199C;
}
.TagClassName
{
border-color: #BD199C;
}
</style>