Shades of Medium Violet Red #BD1E89
Tints of Medium Violet Red #BD1E89
RGB
CMYK
RGB Variations
Color information
#BD1E89 (or 0xBD1E89) is known color: Medium Violet Red. HEX triplet: BD, 1E and 89. RGB value is (189,30,137). Sum of RGB (Red+Green+Blue) = 189+30+137=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E89 is #42E176. Grayscale: #595959. Windows color (decimal): -4383095 or 8986301. OLE color: 8986301.
HSL color Cylindrical-coordinate representation of color #BD1E89: hue angle of 319.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E89 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 137 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.26 |
| HSL | 319.62º | 0.73% | 0.43% | - |
| HSV(B) | 319.62º | 0.84% | 0.74% | - |
| XYZ | 25.97 | 13.55 | 24.91 | - |
| YUV | 89.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 137 | 0 | 0.84 | 0.28 | 0.26 | 319.62 | 0.73 | 0.43 |
| Hex | BD | 1E | 89 | 0 | 54 | 1C | 1A | 140 | 49 | 2B |
| Octal | 275 | 36 | 211 | 0 | 124 | 34 | 32 | 500 | 111 | 53 |
| Binary | 10111101 | 11110 | 10001001 | 0 | 1010100 | 11100 | 11010 | 101000000 | 1001001 | 101011 |
Color Harmonies of #BD1E89
Complementary color
Monochromatic Colors of #BD1E89
Black with #BD1E89
Text Example
Text Example
White with #BD1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1E89; }
p { color: rgb(189,30,137); }
H1.HeaderClassName
{
color: #BD1E89;
}
.AnyTagClassName
{
color: #BD1E89;
}
</style>
background-color css
<style>
a { background-color: #BD1E89; }
a { background-color: rgb(189,30,137); }
div.DivClassName
{
background-color: #BD1E89;
}
.BgClassName
{
background-color: #BD1E89;
}
</style>
border-color css
<style>
span { border-color: #BD1E89; }
span { border-color: rgb(189,30,137); }
td.TdClassName
{
border-color: #BD1E89;
}
.TagClassName
{
border-color: #BD1E89;
}
</style>