Shades of Medium Red Violet #BD2E79
Tints of Medium Red Violet #BD2E79
RGB
CMYK
RGB Variations
Color information
#BD2E79 (or 0xBD2E79) is known color: Medium Red Violet. HEX triplet: BD, 2E and 79. RGB value is (189,46,121). Sum of RGB (Red+Green+Blue) = 189+46+121=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E79 is #42D186. Grayscale: #616161. Windows color (decimal): -4379015 or 7941821. OLE color: 7941821.
HSL color Cylindrical-coordinate representation of color #BD2E79: hue angle of 328.53º 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 #BD2E79 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 121 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.26 |
| HSL | 328.53º | 0.61% | 0.46% | - |
| HSV(B) | 328.53º | 0.76% | 0.74% | - |
| XYZ | 25.41 | 14.15 | 19.48 | - |
| YUV | 97.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 121 | 0 | 0.76 | 0.36 | 0.26 | 328.53 | 0.61 | 0.46 |
| Hex | BD | 2E | 79 | 0 | 4C | 24 | 1A | 149 | 3D | 2E |
| Octal | 275 | 56 | 171 | 0 | 114 | 44 | 32 | 511 | 75 | 56 |
| Binary | 10111101 | 101110 | 1111001 | 0 | 1001100 | 100100 | 11010 | 101001001 | 111101 | 101110 |
Color Harmonies of #BD2E79
Complementary color
Monochromatic Colors of #BD2E79
Black with #BD2E79
Text Example
Text Example
White with #BD2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E79; }
p { color: rgb(189,46,121); }
H1.HeaderClassName
{
color: #BD2E79;
}
.AnyTagClassName
{
color: #BD2E79;
}
</style>
background-color css
<style>
a { background-color: #BD2E79; }
a { background-color: rgb(189,46,121); }
div.DivClassName
{
background-color: #BD2E79;
}
.BgClassName
{
background-color: #BD2E79;
}
</style>
border-color css
<style>
span { border-color: #BD2E79; }
span { border-color: rgb(189,46,121); }
td.TdClassName
{
border-color: #BD2E79;
}
.TagClassName
{
border-color: #BD2E79;
}
</style>