Shades of Medium Violet Red #BD1072
Tints of Medium Violet Red #BD1072
RGB
CMYK
RGB Variations
Color information
#BD1072 (or 0xBD1072) is known color: Medium Violet Red. HEX triplet: BD, 10 and 72. RGB value is (189,16,114). Sum of RGB (Red+Green+Blue) = 189+16+114=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1072 is #42EF8D. Grayscale: #4E4E4E. Windows color (decimal): -4386702 or 7475389. OLE color: 7475389.
HSL color Cylindrical-coordinate representation of color #BD1072: hue angle of 326.01º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1072 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.26 |
| HSL | 326.01º | 0.84% | 0.4% | - |
| HSV(B) | 326.01º | 0.92% | 0.74% | - |
| XYZ | 24.21 | 12.4 | 17.04 | - |
| YUV | 78.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 114 | 0 | 0.92 | 0.40 | 0.26 | 326.01 | 0.84 | 0.4 |
| Hex | BD | 10 | 72 | 0 | 5C | 28 | 1A | 146 | 54 | 28 |
| Octal | 275 | 20 | 162 | 0 | 134 | 50 | 32 | 506 | 124 | 50 |
| Binary | 10111101 | 10000 | 1110010 | 0 | 1011100 | 101000 | 11010 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BD1072
Complementary color
Monochromatic Colors of #BD1072
Black with #BD1072
Text Example
Text Example
White with #BD1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1072; }
p { color: rgb(189,16,114); }
H1.HeaderClassName
{
color: #BD1072;
}
.AnyTagClassName
{
color: #BD1072;
}
</style>
background-color css
<style>
a { background-color: #BD1072; }
a { background-color: rgb(189,16,114); }
div.DivClassName
{
background-color: #BD1072;
}
.BgClassName
{
background-color: #BD1072;
}
</style>
border-color css
<style>
span { border-color: #BD1072; }
span { border-color: rgb(189,16,114); }
td.TdClassName
{
border-color: #BD1072;
}
.TagClassName
{
border-color: #BD1072;
}
</style>