Shades of Medium Violet Red #BD117D
Tints of Medium Violet Red #BD117D
RGB
CMYK
RGB Variations
Color information
#BD117D (or 0xBD117D) is known color: Medium Violet Red. HEX triplet: BD, 11 and 7D. RGB value is (189,17,125). Sum of RGB (Red+Green+Blue) = 189+17+125=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD117D is #42EE82. Grayscale: #505050. Windows color (decimal): -4386435 or 8196541. OLE color: 8196541.
HSL color Cylindrical-coordinate representation of color #BD117D: hue angle of 322.33º 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 #BD117D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 125 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.26 |
| HSL | 322.33º | 0.83% | 0.4% | - |
| HSV(B) | 322.33º | 0.91% | 0.74% | - |
| XYZ | 24.89 | 12.7 | 20.54 | - |
| YUV | 80.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 125 | 0 | 0.91 | 0.34 | 0.26 | 322.33 | 0.83 | 0.4 |
| Hex | BD | 11 | 7D | 0 | 5B | 22 | 1A | 142 | 53 | 28 |
| Octal | 275 | 21 | 175 | 0 | 133 | 42 | 32 | 502 | 123 | 50 |
| Binary | 10111101 | 10001 | 1111101 | 0 | 1011011 | 100010 | 11010 | 101000010 | 1010011 | 101000 |
Color Harmonies of #BD117D
Complementary color
Monochromatic Colors of #BD117D
Black with #BD117D
Text Example
Text Example
White with #BD117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD117D; }
p { color: rgb(189,17,125); }
H1.HeaderClassName
{
color: #BD117D;
}
.AnyTagClassName
{
color: #BD117D;
}
</style>
background-color css
<style>
a { background-color: #BD117D; }
a { background-color: rgb(189,17,125); }
div.DivClassName
{
background-color: #BD117D;
}
.BgClassName
{
background-color: #BD117D;
}
</style>
border-color css
<style>
span { border-color: #BD117D; }
span { border-color: rgb(189,17,125); }
td.TdClassName
{
border-color: #BD117D;
}
.TagClassName
{
border-color: #BD117D;
}
</style>