Shades of Medium Violet Red #BD198A
Tints of Medium Violet Red #BD198A
RGB
CMYK
RGB Variations
Color information
#BD198A (or 0xBD198A) is known color: Medium Violet Red. HEX triplet: BD, 19 and 8A. RGB value is (189,25,138). Sum of RGB (Red+Green+Blue) = 189+25+138=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD198A is #42E675. Grayscale: #565656. Windows color (decimal): -4384374 or 9050557. OLE color: 9050557.
HSL color Cylindrical-coordinate representation of color #BD198A: hue angle of 318.66º 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 #BD198A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.26 |
| HSL | 318.66º | 0.77% | 0.42% | - |
| HSV(B) | 318.66º | 0.87% | 0.74% | - |
| XYZ | 25.92 | 13.35 | 25.26 | - |
| YUV | 86.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 138 | 0 | 0.87 | 0.27 | 0.26 | 318.66 | 0.77 | 0.42 |
| Hex | BD | 19 | 8A | 0 | 57 | 1B | 1A | 13F | 4D | 2A |
| Octal | 275 | 31 | 212 | 0 | 127 | 33 | 32 | 477 | 115 | 52 |
| Binary | 10111101 | 11001 | 10001010 | 0 | 1010111 | 11011 | 11010 | 100111111 | 1001101 | 101010 |
Color Harmonies of #BD198A
Complementary color
Monochromatic Colors of #BD198A
Black with #BD198A
Text Example
Text Example
White with #BD198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD198A; }
p { color: rgb(189,25,138); }
H1.HeaderClassName
{
color: #BD198A;
}
.AnyTagClassName
{
color: #BD198A;
}
</style>
background-color css
<style>
a { background-color: #BD198A; }
a { background-color: rgb(189,25,138); }
div.DivClassName
{
background-color: #BD198A;
}
.BgClassName
{
background-color: #BD198A;
}
</style>
border-color css
<style>
span { border-color: #BD198A; }
span { border-color: rgb(189,25,138); }
td.TdClassName
{
border-color: #BD198A;
}
.TagClassName
{
border-color: #BD198A;
}
</style>