Shades of Medium Red Violet #BD2E90
Tints of Medium Red Violet #BD2E90
RGB
CMYK
RGB Variations
Color information
#BD2E90 (or 0xBD2E90) is known color: Medium Red Violet. HEX triplet: BD, 2E and 90. RGB value is (189,46,144). Sum of RGB (Red+Green+Blue) = 189+46+144=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E90 is #42D16F. Grayscale: #636363. Windows color (decimal): -4378992 or 9449149. OLE color: 9449149.
HSL color Cylindrical-coordinate representation of color #BD2E90: hue angle of 318.88º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E90 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 144 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.26 |
| HSL | 318.88º | 0.61% | 0.46% | - |
| HSV(B) | 318.88º | 0.76% | 0.74% | - |
| XYZ | 27 | 14.79 | 27.82 | - |
| YUV | 99.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 144 | 0 | 0.76 | 0.24 | 0.26 | 318.88 | 0.61 | 0.46 |
| Hex | BD | 2E | 90 | 0 | 4C | 18 | 1A | 13F | 3D | 2E |
| Octal | 275 | 56 | 220 | 0 | 114 | 30 | 32 | 477 | 75 | 56 |
| Binary | 10111101 | 101110 | 10010000 | 0 | 1001100 | 11000 | 11010 | 100111111 | 111101 | 101110 |
Color Harmonies of #BD2E90
Complementary color
Monochromatic Colors of #BD2E90
Black with #BD2E90
Text Example
Text Example
White with #BD2E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E90; }
p { color: rgb(189,46,144); }
H1.HeaderClassName
{
color: #BD2E90;
}
.AnyTagClassName
{
color: #BD2E90;
}
</style>
background-color css
<style>
a { background-color: #BD2E90; }
a { background-color: rgb(189,46,144); }
div.DivClassName
{
background-color: #BD2E90;
}
.BgClassName
{
background-color: #BD2E90;
}
</style>
border-color css
<style>
span { border-color: #BD2E90; }
span { border-color: rgb(189,46,144); }
td.TdClassName
{
border-color: #BD2E90;
}
.TagClassName
{
border-color: #BD2E90;
}
</style>