Shades of Medium Violet Red #BD116E
Tints of Medium Violet Red #BD116E
RGB
CMYK
RGB Variations
Color information
#BD116E (or 0xBD116E) is known color: Medium Violet Red. HEX triplet: BD, 11 and 6E. RGB value is (189,17,110). Sum of RGB (Red+Green+Blue) = 189+17+110=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD116E is #42EE91. Grayscale: #4E4E4E. Windows color (decimal): -4386450 or 7213501. OLE color: 7213501.
HSL color Cylindrical-coordinate representation of color #BD116E: hue angle of 327.56º 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 #BD116E is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 110 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.26 |
| HSL | 327.56º | 0.83% | 0.4% | - |
| HSV(B) | 327.56º | 0.91% | 0.74% | - |
| XYZ | 24 | 12.35 | 15.87 | - |
| YUV | 79.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 110 | 0 | 0.91 | 0.42 | 0.26 | 327.56 | 0.83 | 0.4 |
| Hex | BD | 11 | 6E | 0 | 5B | 2A | 1A | 148 | 53 | 28 |
| Octal | 275 | 21 | 156 | 0 | 133 | 52 | 32 | 510 | 123 | 50 |
| Binary | 10111101 | 10001 | 1101110 | 0 | 1011011 | 101010 | 11010 | 101001000 | 1010011 | 101000 |
Color Harmonies of #BD116E
Complementary color
Monochromatic Colors of #BD116E
Black with #BD116E
Text Example
Text Example
White with #BD116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD116E; }
p { color: rgb(189,17,110); }
H1.HeaderClassName
{
color: #BD116E;
}
.AnyTagClassName
{
color: #BD116E;
}
</style>
background-color css
<style>
a { background-color: #BD116E; }
a { background-color: rgb(189,17,110); }
div.DivClassName
{
background-color: #BD116E;
}
.BgClassName
{
background-color: #BD116E;
}
</style>
border-color css
<style>
span { border-color: #BD116E; }
span { border-color: rgb(189,17,110); }
td.TdClassName
{
border-color: #BD116E;
}
.TagClassName
{
border-color: #BD116E;
}
</style>