Shades of Medium Red Violet #BD2997
Tints of Medium Red Violet #BD2997
RGB
CMYK
RGB Variations
Color information
#BD2997 (or 0xBD2997) is known color: Medium Red Violet. HEX triplet: BD, 29 and 97. RGB value is (189,41,151). Sum of RGB (Red+Green+Blue) = 189+41+151=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2997 is #42D668. Grayscale: #616161. Windows color (decimal): -4380265 or 9906621. OLE color: 9906621.
HSL color Cylindrical-coordinate representation of color #BD2997: hue angle of 315.41º 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 #BD2997 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 151 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.26 |
| HSL | 315.41º | 0.64% | 0.45% | - |
| HSV(B) | 315.41º | 0.78% | 0.74% | - |
| XYZ | 27.37 | 14.64 | 30.66 | - |
| YUV | 97.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 151 | 0 | 0.78 | 0.20 | 0.26 | 315.41 | 0.64 | 0.45 |
| Hex | BD | 29 | 97 | 0 | 4E | 14 | 1A | 13B | 40 | 2D |
| Octal | 275 | 51 | 227 | 0 | 116 | 24 | 32 | 473 | 100 | 55 |
| Binary | 10111101 | 101001 | 10010111 | 0 | 1001110 | 10100 | 11010 | 100111011 | 1000000 | 101101 |
Color Harmonies of #BD2997
Complementary color
Monochromatic Colors of #BD2997
Black with #BD2997
Text Example
Text Example
White with #BD2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2997; }
p { color: rgb(189,41,151); }
H1.HeaderClassName
{
color: #BD2997;
}
.AnyTagClassName
{
color: #BD2997;
}
</style>
background-color css
<style>
a { background-color: #BD2997; }
a { background-color: rgb(189,41,151); }
div.DivClassName
{
background-color: #BD2997;
}
.BgClassName
{
background-color: #BD2997;
}
</style>
border-color css
<style>
span { border-color: #BD2997; }
span { border-color: rgb(189,41,151); }
td.TdClassName
{
border-color: #BD2997;
}
.TagClassName
{
border-color: #BD2997;
}
</style>