Shades of Medium Red Violet #BD2977
Tints of Medium Red Violet #BD2977
RGB
CMYK
RGB Variations
Color information
#BD2977 (or 0xBD2977) is known color: Medium Red Violet. HEX triplet: BD, 29 and 77. RGB value is (189,41,119). Sum of RGB (Red+Green+Blue) = 189+41+119=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2977 is #42D688. Grayscale: #5D5D5D. Windows color (decimal): -4380297 or 7809469. OLE color: 7809469.
HSL color Cylindrical-coordinate representation of color #BD2977: hue angle of 328.38º 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 #BD2977 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 119 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.26 |
| HSL | 328.38º | 0.64% | 0.45% | - |
| HSV(B) | 328.38º | 0.78% | 0.74% | - |
| XYZ | 25.11 | 13.74 | 18.78 | - |
| YUV | 94.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 119 | 0 | 0.78 | 0.37 | 0.26 | 328.38 | 0.64 | 0.45 |
| Hex | BD | 29 | 77 | 0 | 4E | 25 | 1A | 148 | 40 | 2D |
| Octal | 275 | 51 | 167 | 0 | 116 | 45 | 32 | 510 | 100 | 55 |
| Binary | 10111101 | 101001 | 1110111 | 0 | 1001110 | 100101 | 11010 | 101001000 | 1000000 | 101101 |
Color Harmonies of #BD2977
Complementary color
Monochromatic Colors of #BD2977
Black with #BD2977
Text Example
Text Example
White with #BD2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2977; }
p { color: rgb(189,41,119); }
H1.HeaderClassName
{
color: #BD2977;
}
.AnyTagClassName
{
color: #BD2977;
}
</style>
background-color css
<style>
a { background-color: #BD2977; }
a { background-color: rgb(189,41,119); }
div.DivClassName
{
background-color: #BD2977;
}
.BgClassName
{
background-color: #BD2977;
}
</style>
border-color css
<style>
span { border-color: #BD2977; }
span { border-color: rgb(189,41,119); }
td.TdClassName
{
border-color: #BD2977;
}
.TagClassName
{
border-color: #BD2977;
}
</style>