Shades of Medium Violet Red #BD0670
Tints of Medium Violet Red #BD0670
RGB
CMYK
RGB Variations
Color information
#BD0670 (or 0xBD0670) is known color: Medium Violet Red. HEX triplet: BD, 06 and 70. RGB value is (189,6,112). Sum of RGB (Red+Green+Blue) = 189+6+112=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0670 is #42F98F. Grayscale: #484848. Windows color (decimal): -4389264 or 7341757. OLE color: 7341757.
HSL color Cylindrical-coordinate representation of color #BD0670: hue angle of 325.25º 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 #BD0670 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.26 |
| HSL | 325.25º | 0.94% | 0.38% | - |
| HSV(B) | 325.25º | 0.97% | 0.74% | - |
| XYZ | 23.98 | 12.12 | 16.4 | - |
| YUV | 72.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 112 | 0 | 0.97 | 0.41 | 0.26 | 325.25 | 0.94 | 0.38 |
| Hex | BD | 6 | 70 | 0 | 61 | 29 | 1A | 145 | 5E | 26 |
| Octal | 275 | 6 | 160 | 0 | 141 | 51 | 32 | 505 | 136 | 46 |
| Binary | 10111101 | 110 | 1110000 | 0 | 1100001 | 101001 | 11010 | 101000101 | 1011110 | 100110 |
Color Harmonies of #BD0670
Complementary color
Monochromatic Colors of #BD0670
Black with #BD0670
Text Example
Text Example
White with #BD0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0670; }
p { color: rgb(189,6,112); }
H1.HeaderClassName
{
color: #BD0670;
}
.AnyTagClassName
{
color: #BD0670;
}
</style>
background-color css
<style>
a { background-color: #BD0670; }
a { background-color: rgb(189,6,112); }
div.DivClassName
{
background-color: #BD0670;
}
.BgClassName
{
background-color: #BD0670;
}
</style>
border-color css
<style>
span { border-color: #BD0670; }
span { border-color: rgb(189,6,112); }
td.TdClassName
{
border-color: #BD0670;
}
.TagClassName
{
border-color: #BD0670;
}
</style>