Shades of Medium Violet Red #BD0372
Tints of Medium Violet Red #BD0372
RGB
CMYK
RGB Variations
Color information
#BD0372 (or 0xBD0372) is known color: Medium Violet Red. HEX triplet: BD, 03 and 72. RGB value is (189,3,114). Sum of RGB (Red+Green+Blue) = 189+3+114=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0372 is #42FC8D. Grayscale: #474747. Windows color (decimal): -4390030 or 7472061. OLE color: 7472061.
HSL color Cylindrical-coordinate representation of color #BD0372: hue angle of 324.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0372 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.26 |
| HSL | 324.19º | 0.97% | 0.38% | - |
| HSV(B) | 324.19º | 0.98% | 0.74% | - |
| XYZ | 24.06 | 12.1 | 16.99 | - |
| YUV | 71.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 114 | 0 | 0.98 | 0.40 | 0.26 | 324.19 | 0.97 | 0.38 |
| Hex | BD | 3 | 72 | 0 | 62 | 28 | 1A | 144 | 61 | 26 |
| Octal | 275 | 3 | 162 | 0 | 142 | 50 | 32 | 504 | 141 | 46 |
| Binary | 10111101 | 11 | 1110010 | 0 | 1100010 | 101000 | 11010 | 101000100 | 1100001 | 100110 |
Color Harmonies of #BD0372
Complementary color
Monochromatic Colors of #BD0372
Black with #BD0372
Text Example
Text Example
White with #BD0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0372; }
p { color: rgb(189,3,114); }
H1.HeaderClassName
{
color: #BD0372;
}
.AnyTagClassName
{
color: #BD0372;
}
</style>
background-color css
<style>
a { background-color: #BD0372; }
a { background-color: rgb(189,3,114); }
div.DivClassName
{
background-color: #BD0372;
}
.BgClassName
{
background-color: #BD0372;
}
</style>
border-color css
<style>
span { border-color: #BD0372; }
span { border-color: rgb(189,3,114); }
td.TdClassName
{
border-color: #BD0372;
}
.TagClassName
{
border-color: #BD0372;
}
</style>