Shades of Medium Red Violet #BD2797
Tints of Medium Red Violet #BD2797
RGB
CMYK
RGB Variations
Color information
#BD2797 (or 0xBD2797) is known color: Medium Red Violet. HEX triplet: BD, 27 and 97. RGB value is (189,39,151). Sum of RGB (Red+Green+Blue) = 189+39+151=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2797 is #42D868. Grayscale: #606060. Windows color (decimal): -4380777 or 9906109. OLE color: 9906109.
HSL color Cylindrical-coordinate representation of color #BD2797: hue angle of 315.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2797 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 151 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.26 |
| HSL | 315.2º | 0.66% | 0.45% | - |
| HSV(B) | 315.2º | 0.79% | 0.74% | - |
| XYZ | 27.3 | 14.5 | 30.64 | - |
| YUV | 96.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 151 | 0 | 0.79 | 0.20 | 0.26 | 315.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 97 | 0 | 4F | 14 | 1A | 13B | 42 | 2D |
| Octal | 275 | 47 | 227 | 0 | 117 | 24 | 32 | 473 | 102 | 55 |
| Binary | 10111101 | 100111 | 10010111 | 0 | 1001111 | 10100 | 11010 | 100111011 | 1000010 | 101101 |
Color Harmonies of #BD2797
Complementary color
Monochromatic Colors of #BD2797
Black with #BD2797
Text Example
Text Example
White with #BD2797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2797; }
p { color: rgb(189,39,151); }
H1.HeaderClassName
{
color: #BD2797;
}
.AnyTagClassName
{
color: #BD2797;
}
</style>
background-color css
<style>
a { background-color: #BD2797; }
a { background-color: rgb(189,39,151); }
div.DivClassName
{
background-color: #BD2797;
}
.BgClassName
{
background-color: #BD2797;
}
</style>
border-color css
<style>
span { border-color: #BD2797; }
span { border-color: rgb(189,39,151); }
td.TdClassName
{
border-color: #BD2797;
}
.TagClassName
{
border-color: #BD2797;
}
</style>