Shades of Medium Violet Red #BD118B
Tints of Medium Violet Red #BD118B
RGB
CMYK
RGB Variations
Color information
#BD118B (or 0xBD118B) is known color: Medium Violet Red. HEX triplet: BD, 11 and 8B. RGB value is (189,17,139). Sum of RGB (Red+Green+Blue) = 189+17+139=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD118B is #42EE74. Grayscale: #525252. Windows color (decimal): -4386421 or 9114045. OLE color: 9114045.
HSL color Cylindrical-coordinate representation of color #BD118B: hue angle of 317.44º 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 #BD118B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.26 |
| HSL | 317.44º | 0.83% | 0.4% | - |
| HSV(B) | 317.44º | 0.91% | 0.74% | - |
| XYZ | 25.85 | 13.08 | 25.59 | - |
| YUV | 82.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 139 | 0 | 0.91 | 0.26 | 0.26 | 317.44 | 0.83 | 0.4 |
| Hex | BD | 11 | 8B | 0 | 5B | 1A | 1A | 13D | 53 | 28 |
| Octal | 275 | 21 | 213 | 0 | 133 | 32 | 32 | 475 | 123 | 50 |
| Binary | 10111101 | 10001 | 10001011 | 0 | 1011011 | 11010 | 11010 | 100111101 | 1010011 | 101000 |
Color Harmonies of #BD118B
Complementary color
Monochromatic Colors of #BD118B
Black with #BD118B
Text Example
Text Example
White with #BD118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD118B; }
p { color: rgb(189,17,139); }
H1.HeaderClassName
{
color: #BD118B;
}
.AnyTagClassName
{
color: #BD118B;
}
</style>
background-color css
<style>
a { background-color: #BD118B; }
a { background-color: rgb(189,17,139); }
div.DivClassName
{
background-color: #BD118B;
}
.BgClassName
{
background-color: #BD118B;
}
</style>
border-color css
<style>
span { border-color: #BD118B; }
span { border-color: rgb(189,17,139); }
td.TdClassName
{
border-color: #BD118B;
}
.TagClassName
{
border-color: #BD118B;
}
</style>