Shades of Medium Violet Red #BD198F
Tints of Medium Violet Red #BD198F
RGB
CMYK
RGB Variations
Color information
#BD198F (or 0xBD198F) is known color: Medium Violet Red. HEX triplet: BD, 19 and 8F. RGB value is (189,25,143). Sum of RGB (Red+Green+Blue) = 189+25+143=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD198F is #42E670. Grayscale: #575757. Windows color (decimal): -4384369 or 9378237. OLE color: 9378237.
HSL color Cylindrical-coordinate representation of color #BD198F: hue angle of 316.83º 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 #BD198F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 143 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.26 |
| HSL | 316.83º | 0.77% | 0.42% | - |
| HSV(B) | 316.83º | 0.87% | 0.74% | - |
| XYZ | 26.29 | 13.5 | 27.21 | - |
| YUV | 87.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 143 | 0 | 0.87 | 0.24 | 0.26 | 316.83 | 0.77 | 0.42 |
| Hex | BD | 19 | 8F | 0 | 57 | 18 | 1A | 13D | 4D | 2A |
| Octal | 275 | 31 | 217 | 0 | 127 | 30 | 32 | 475 | 115 | 52 |
| Binary | 10111101 | 11001 | 10001111 | 0 | 1010111 | 11000 | 11010 | 100111101 | 1001101 | 101010 |
Color Harmonies of #BD198F
Complementary color
Monochromatic Colors of #BD198F
Black with #BD198F
Text Example
Text Example
White with #BD198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD198F; }
p { color: rgb(189,25,143); }
H1.HeaderClassName
{
color: #BD198F;
}
.AnyTagClassName
{
color: #BD198F;
}
</style>
background-color css
<style>
a { background-color: #BD198F; }
a { background-color: rgb(189,25,143); }
div.DivClassName
{
background-color: #BD198F;
}
.BgClassName
{
background-color: #BD198F;
}
</style>
border-color css
<style>
span { border-color: #BD198F; }
span { border-color: rgb(189,25,143); }
td.TdClassName
{
border-color: #BD198F;
}
.TagClassName
{
border-color: #BD198F;
}
</style>