Shades of Medium Violet Red #BD0673
Tints of Medium Violet Red #BD0673
RGB
CMYK
RGB Variations
Color information
#BD0673 (or 0xBD0673) is known color: Medium Violet Red. HEX triplet: BD, 06 and 73. RGB value is (189,6,115). Sum of RGB (Red+Green+Blue) = 189+6+115=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0673 is #42F98C. Grayscale: #484848. Windows color (decimal): -4389261 or 7538365. OLE color: 7538365.
HSL color Cylindrical-coordinate representation of color #BD0673: hue angle of 324.26º 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 #BD0673 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.26 |
| HSL | 324.26º | 0.94% | 0.38% | - |
| HSV(B) | 324.26º | 0.97% | 0.74% | - |
| XYZ | 24.15 | 12.19 | 17.3 | - |
| YUV | 73.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 115 | 0 | 0.97 | 0.39 | 0.26 | 324.26 | 0.94 | 0.38 |
| Hex | BD | 6 | 73 | 0 | 61 | 27 | 1A | 144 | 5E | 26 |
| Octal | 275 | 6 | 163 | 0 | 141 | 47 | 32 | 504 | 136 | 46 |
| Binary | 10111101 | 110 | 1110011 | 0 | 1100001 | 100111 | 11010 | 101000100 | 1011110 | 100110 |
Color Harmonies of #BD0673
Complementary color
Monochromatic Colors of #BD0673
Black with #BD0673
Text Example
Text Example
White with #BD0673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0673; }
p { color: rgb(189,6,115); }
H1.HeaderClassName
{
color: #BD0673;
}
.AnyTagClassName
{
color: #BD0673;
}
</style>
background-color css
<style>
a { background-color: #BD0673; }
a { background-color: rgb(189,6,115); }
div.DivClassName
{
background-color: #BD0673;
}
.BgClassName
{
background-color: #BD0673;
}
</style>
border-color css
<style>
span { border-color: #BD0673; }
span { border-color: rgb(189,6,115); }
td.TdClassName
{
border-color: #BD0673;
}
.TagClassName
{
border-color: #BD0673;
}
</style>