Shades of Medium Violet Red #BD1673
Tints of Medium Violet Red #BD1673
RGB
CMYK
RGB Variations
Color information
#BD1673 (or 0xBD1673) is known color: Medium Violet Red. HEX triplet: BD, 16 and 73. RGB value is (189,22,115). Sum of RGB (Red+Green+Blue) = 189+22+115=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1673 is #42E98C. Grayscale: #525252. Windows color (decimal): -4385165 or 7542461. OLE color: 7542461.
HSL color Cylindrical-coordinate representation of color #BD1673: hue angle of 326.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1673 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 115 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.26 |
| HSL | 326.59º | 0.79% | 0.41% | - |
| HSV(B) | 326.59º | 0.88% | 0.74% | - |
| XYZ | 24.37 | 12.63 | 17.37 | - |
| YUV | 82.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 115 | 0 | 0.88 | 0.39 | 0.26 | 326.59 | 0.79 | 0.41 |
| Hex | BD | 16 | 73 | 0 | 58 | 27 | 1A | 147 | 4F | 29 |
| Octal | 275 | 26 | 163 | 0 | 130 | 47 | 32 | 507 | 117 | 51 |
| Binary | 10111101 | 10110 | 1110011 | 0 | 1011000 | 100111 | 11010 | 101000111 | 1001111 | 101001 |
Color Harmonies of #BD1673
Complementary color
Monochromatic Colors of #BD1673
Black with #BD1673
Text Example
Text Example
White with #BD1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1673; }
p { color: rgb(189,22,115); }
H1.HeaderClassName
{
color: #BD1673;
}
.AnyTagClassName
{
color: #BD1673;
}
</style>
background-color css
<style>
a { background-color: #BD1673; }
a { background-color: rgb(189,22,115); }
div.DivClassName
{
background-color: #BD1673;
}
.BgClassName
{
background-color: #BD1673;
}
</style>
border-color css
<style>
span { border-color: #BD1673; }
span { border-color: rgb(189,22,115); }
td.TdClassName
{
border-color: #BD1673;
}
.TagClassName
{
border-color: #BD1673;
}
</style>