Shades of Medium Red Violet #BD2990
Tints of Medium Red Violet #BD2990
RGB
CMYK
RGB Variations
Color information
#BD2990 (or 0xBD2990) is known color: Medium Red Violet. HEX triplet: BD, 29 and 90. RGB value is (189,41,144). Sum of RGB (Red+Green+Blue) = 189+41+144=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2990 is #42D66F. Grayscale: #606060. Windows color (decimal): -4380272 or 9447869. OLE color: 9447869.
HSL color Cylindrical-coordinate representation of color #BD2990: hue angle of 318.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2990 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 144 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.26 |
| HSL | 318.24º | 0.64% | 0.45% | - |
| HSV(B) | 318.24º | 0.78% | 0.74% | - |
| XYZ | 26.81 | 14.42 | 27.76 | - |
| YUV | 96.99 | 154.53 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 144 | 0 | 0.78 | 0.24 | 0.26 | 318.24 | 0.64 | 0.45 |
| Hex | BD | 29 | 90 | 0 | 4E | 18 | 1A | 13E | 40 | 2D |
| Octal | 275 | 51 | 220 | 0 | 116 | 30 | 32 | 476 | 100 | 55 |
| Binary | 10111101 | 101001 | 10010000 | 0 | 1001110 | 11000 | 11010 | 100111110 | 1000000 | 101101 |
Color Harmonies of #BD2990
Complementary color
Monochromatic Colors of #BD2990
Black with #BD2990
Text Example
Text Example
White with #BD2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2990; }
p { color: rgb(189,41,144); }
H1.HeaderClassName
{
color: #BD2990;
}
.AnyTagClassName
{
color: #BD2990;
}
</style>
background-color css
<style>
a { background-color: #BD2990; }
a { background-color: rgb(189,41,144); }
div.DivClassName
{
background-color: #BD2990;
}
.BgClassName
{
background-color: #BD2990;
}
</style>
border-color css
<style>
span { border-color: #BD2990; }
span { border-color: rgb(189,41,144); }
td.TdClassName
{
border-color: #BD2990;
}
.TagClassName
{
border-color: #BD2990;
}
</style>