Shades of Medium Violet Red #BD0672
Tints of Medium Violet Red #BD0672
RGB
CMYK
RGB Variations
Color information
#BD0672 (or 0xBD0672) is known color: Medium Violet Red. HEX triplet: BD, 06 and 72. RGB value is (189,6,114). Sum of RGB (Red+Green+Blue) = 189+6+114=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0672 is #42F98D. Grayscale: #484848. Windows color (decimal): -4389262 or 7472829. OLE color: 7472829.
HSL color Cylindrical-coordinate representation of color #BD0672: hue angle of 324.59º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0672 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.26 |
| HSL | 324.59º | 0.94% | 0.38% | - |
| HSV(B) | 324.59º | 0.97% | 0.74% | - |
| XYZ | 24.09 | 12.16 | 17 | - |
| YUV | 73.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 114 | 0 | 0.97 | 0.40 | 0.26 | 324.59 | 0.94 | 0.38 |
| Hex | BD | 6 | 72 | 0 | 61 | 28 | 1A | 145 | 5E | 26 |
| Octal | 275 | 6 | 162 | 0 | 141 | 50 | 32 | 505 | 136 | 46 |
| Binary | 10111101 | 110 | 1110010 | 0 | 1100001 | 101000 | 11010 | 101000101 | 1011110 | 100110 |
Color Harmonies of #BD0672
Complementary color
Monochromatic Colors of #BD0672
Black with #BD0672
Text Example
Text Example
White with #BD0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0672; }
p { color: rgb(189,6,114); }
H1.HeaderClassName
{
color: #BD0672;
}
.AnyTagClassName
{
color: #BD0672;
}
</style>
background-color css
<style>
a { background-color: #BD0672; }
a { background-color: rgb(189,6,114); }
div.DivClassName
{
background-color: #BD0672;
}
.BgClassName
{
background-color: #BD0672;
}
</style>
border-color css
<style>
span { border-color: #BD0672; }
span { border-color: rgb(189,6,114); }
td.TdClassName
{
border-color: #BD0672;
}
.TagClassName
{
border-color: #BD0672;
}
</style>