Shades of Medium Violet Red #BD2170
Tints of Medium Violet Red #BD2170
RGB
CMYK
RGB Variations
Color information
#BD2170 (or 0xBD2170) is known color: Medium Violet Red. HEX triplet: BD, 21 and 70. RGB value is (189,33,112). Sum of RGB (Red+Green+Blue) = 189+33+112=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2170 is #42DE8F. Grayscale: #585858. Windows color (decimal): -4382352 or 7348669. OLE color: 7348669.
HSL color Cylindrical-coordinate representation of color #BD2170: hue angle of 329.62º 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 #BD2170 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 112 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.26 |
| HSL | 329.62º | 0.7% | 0.44% | - |
| HSV(B) | 329.62º | 0.83% | 0.74% | - |
| XYZ | 24.45 | 13.08 | 16.56 | - |
| YUV | 88.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 112 | 0 | 0.83 | 0.41 | 0.26 | 329.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 70 | 0 | 53 | 29 | 1A | 14A | 46 | 2C |
| Octal | 275 | 41 | 160 | 0 | 123 | 51 | 32 | 512 | 106 | 54 |
| Binary | 10111101 | 100001 | 1110000 | 0 | 1010011 | 101001 | 11010 | 101001010 | 1000110 | 101100 |
Color Harmonies of #BD2170
Complementary color
Monochromatic Colors of #BD2170
Black with #BD2170
Text Example
Text Example
White with #BD2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2170; }
p { color: rgb(189,33,112); }
H1.HeaderClassName
{
color: #BD2170;
}
.AnyTagClassName
{
color: #BD2170;
}
</style>
background-color css
<style>
a { background-color: #BD2170; }
a { background-color: rgb(189,33,112); }
div.DivClassName
{
background-color: #BD2170;
}
.BgClassName
{
background-color: #BD2170;
}
</style>
border-color css
<style>
span { border-color: #BD2170; }
span { border-color: rgb(189,33,112); }
td.TdClassName
{
border-color: #BD2170;
}
.TagClassName
{
border-color: #BD2170;
}
</style>