Shades of Medium Violet Red #BD0772
Tints of Medium Violet Red #BD0772
RGB
CMYK
RGB Variations
Color information
#BD0772 (or 0xBD0772) is known color: Medium Violet Red. HEX triplet: BD, 07 and 72. RGB value is (189,7,114). Sum of RGB (Red+Green+Blue) = 189+7+114=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0772 is #42F88D. Grayscale: #494949. Windows color (decimal): -4389006 or 7473085. OLE color: 7473085.
HSL color Cylindrical-coordinate representation of color #BD0772: hue angle of 324.73º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0772 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.26 |
| HSL | 324.73º | 0.93% | 0.38% | - |
| HSV(B) | 324.73º | 0.96% | 0.74% | - |
| XYZ | 24.1 | 12.19 | 17 | - |
| YUV | 73.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 114 | 0 | 0.96 | 0.40 | 0.26 | 324.73 | 0.93 | 0.38 |
| Hex | BD | 7 | 72 | 0 | 60 | 28 | 1A | 145 | 5D | 26 |
| Octal | 275 | 7 | 162 | 0 | 140 | 50 | 32 | 505 | 135 | 46 |
| Binary | 10111101 | 111 | 1110010 | 0 | 1100000 | 101000 | 11010 | 101000101 | 1011101 | 100110 |
Color Harmonies of #BD0772
Complementary color
Monochromatic Colors of #BD0772
Black with #BD0772
Text Example
Text Example
White with #BD0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0772; }
p { color: rgb(189,7,114); }
H1.HeaderClassName
{
color: #BD0772;
}
.AnyTagClassName
{
color: #BD0772;
}
</style>
background-color css
<style>
a { background-color: #BD0772; }
a { background-color: rgb(189,7,114); }
div.DivClassName
{
background-color: #BD0772;
}
.BgClassName
{
background-color: #BD0772;
}
</style>
border-color css
<style>
span { border-color: #BD0772; }
span { border-color: rgb(189,7,114); }
td.TdClassName
{
border-color: #BD0772;
}
.TagClassName
{
border-color: #BD0772;
}
</style>