Shades of Medium Violet Red #BD119D
Tints of Medium Violet Red #BD119D
RGB
CMYK
RGB Variations
Color information
#BD119D (or 0xBD119D) is known color: Medium Violet Red. HEX triplet: BD, 11 and 9D. RGB value is (189,17,157). Sum of RGB (Red+Green+Blue) = 189+17+157=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD119D is #42EE62. Grayscale: #535353. Windows color (decimal): -4386403 or 10293693. OLE color: 10293693.
HSL color Cylindrical-coordinate representation of color #BD119D: hue angle of 311.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD119D is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.26 |
| HSL | 311.16º | 0.83% | 0.4% | - |
| HSV(B) | 311.16º | 0.91% | 0.74% | - |
| XYZ | 27.27 | 13.65 | 33.1 | - |
| YUV | 84.39 | 168.98 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 157 | 0 | 0.91 | 0.17 | 0.26 | 311.16 | 0.83 | 0.4 |
| Hex | BD | 11 | 9D | 0 | 5B | 11 | 1A | 137 | 53 | 28 |
| Octal | 275 | 21 | 235 | 0 | 133 | 21 | 32 | 467 | 123 | 50 |
| Binary | 10111101 | 10001 | 10011101 | 0 | 1011011 | 10001 | 11010 | 100110111 | 1010011 | 101000 |
Color Harmonies of #BD119D
Complementary color
Monochromatic Colors of #BD119D
Black with #BD119D
Text Example
Text Example
White with #BD119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD119D; }
p { color: rgb(189,17,157); }
H1.HeaderClassName
{
color: #BD119D;
}
.AnyTagClassName
{
color: #BD119D;
}
</style>
background-color css
<style>
a { background-color: #BD119D; }
a { background-color: rgb(189,17,157); }
div.DivClassName
{
background-color: #BD119D;
}
.BgClassName
{
background-color: #BD119D;
}
</style>
border-color css
<style>
span { border-color: #BD119D; }
span { border-color: rgb(189,17,157); }
td.TdClassName
{
border-color: #BD119D;
}
.TagClassName
{
border-color: #BD119D;
}
</style>