Shades of Medium Violet Red #BD2179
Tints of Medium Violet Red #BD2179
RGB
CMYK
RGB Variations
Color information
#BD2179 (or 0xBD2179) is known color: Medium Violet Red. HEX triplet: BD, 21 and 79. RGB value is (189,33,121). Sum of RGB (Red+Green+Blue) = 189+33+121=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2179 is #42DE86. Grayscale: #595959. Windows color (decimal): -4382343 or 7938493. OLE color: 7938493.
HSL color Cylindrical-coordinate representation of color #BD2179: hue angle of 326.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2179 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 121 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.26 |
| HSL | 326.15º | 0.7% | 0.44% | - |
| HSV(B) | 326.15º | 0.83% | 0.74% | - |
| XYZ | 24.98 | 13.29 | 19.34 | - |
| YUV | 89.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 121 | 0 | 0.83 | 0.36 | 0.26 | 326.15 | 0.7 | 0.44 |
| Hex | BD | 21 | 79 | 0 | 53 | 24 | 1A | 146 | 46 | 2C |
| Octal | 275 | 41 | 171 | 0 | 123 | 44 | 32 | 506 | 106 | 54 |
| Binary | 10111101 | 100001 | 1111001 | 0 | 1010011 | 100100 | 11010 | 101000110 | 1000110 | 101100 |
Color Harmonies of #BD2179
Complementary color
Monochromatic Colors of #BD2179
Black with #BD2179
Text Example
Text Example
White with #BD2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2179; }
p { color: rgb(189,33,121); }
H1.HeaderClassName
{
color: #BD2179;
}
.AnyTagClassName
{
color: #BD2179;
}
</style>
background-color css
<style>
a { background-color: #BD2179; }
a { background-color: rgb(189,33,121); }
div.DivClassName
{
background-color: #BD2179;
}
.BgClassName
{
background-color: #BD2179;
}
</style>
border-color css
<style>
span { border-color: #BD2179; }
span { border-color: rgb(189,33,121); }
td.TdClassName
{
border-color: #BD2179;
}
.TagClassName
{
border-color: #BD2179;
}
</style>