Shades of Medium Violet Red #BD2174
Tints of Medium Violet Red #BD2174
RGB
CMYK
RGB Variations
Color information
#BD2174 (or 0xBD2174) is known color: Medium Violet Red. HEX triplet: BD, 21 and 74. RGB value is (189,33,116). Sum of RGB (Red+Green+Blue) = 189+33+116=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2174 is #42DE8B. Grayscale: #585858. Windows color (decimal): -4382348 or 7610813. OLE color: 7610813.
HSL color Cylindrical-coordinate representation of color #BD2174: hue angle of 328.08º 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 #BD2174 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 116 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.26 |
| HSL | 328.08º | 0.7% | 0.44% | - |
| HSV(B) | 328.08º | 0.83% | 0.74% | - |
| XYZ | 24.68 | 13.17 | 17.76 | - |
| YUV | 89.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 116 | 0 | 0.83 | 0.39 | 0.26 | 328.08 | 0.7 | 0.44 |
| Hex | BD | 21 | 74 | 0 | 53 | 27 | 1A | 148 | 46 | 2C |
| Octal | 275 | 41 | 164 | 0 | 123 | 47 | 32 | 510 | 106 | 54 |
| Binary | 10111101 | 100001 | 1110100 | 0 | 1010011 | 100111 | 11010 | 101001000 | 1000110 | 101100 |
Color Harmonies of #BD2174
Complementary color
Monochromatic Colors of #BD2174
Black with #BD2174
Text Example
Text Example
White with #BD2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2174; }
p { color: rgb(189,33,116); }
H1.HeaderClassName
{
color: #BD2174;
}
.AnyTagClassName
{
color: #BD2174;
}
</style>
background-color css
<style>
a { background-color: #BD2174; }
a { background-color: rgb(189,33,116); }
div.DivClassName
{
background-color: #BD2174;
}
.BgClassName
{
background-color: #BD2174;
}
</style>
border-color css
<style>
span { border-color: #BD2174; }
span { border-color: rgb(189,33,116); }
td.TdClassName
{
border-color: #BD2174;
}
.TagClassName
{
border-color: #BD2174;
}
</style>