Shades of Medium Violet Red #BD2078
Tints of Medium Violet Red #BD2078
RGB
CMYK
RGB Variations
Color information
#BD2078 (or 0xBD2078) is known color: Medium Violet Red. HEX triplet: BD, 20 and 78. RGB value is (189,32,120). Sum of RGB (Red+Green+Blue) = 189+32+120=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2078 is #42DF87. Grayscale: #585858. Windows color (decimal): -4382600 or 7872701. OLE color: 7872701.
HSL color Cylindrical-coordinate representation of color #BD2078: hue angle of 326.37º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2078 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 120 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.26 |
| HSL | 326.37º | 0.71% | 0.43% | - |
| HSV(B) | 326.37º | 0.83% | 0.74% | - |
| XYZ | 24.89 | 13.21 | 19.01 | - |
| YUV | 88.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 120 | 0 | 0.83 | 0.37 | 0.26 | 326.37 | 0.71 | 0.43 |
| Hex | BD | 20 | 78 | 0 | 53 | 25 | 1A | 146 | 47 | 2B |
| Octal | 275 | 40 | 170 | 0 | 123 | 45 | 32 | 506 | 107 | 53 |
| Binary | 10111101 | 100000 | 1111000 | 0 | 1010011 | 100101 | 11010 | 101000110 | 1000111 | 101011 |
Color Harmonies of #BD2078
Complementary color
Monochromatic Colors of #BD2078
Black with #BD2078
Text Example
Text Example
White with #BD2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2078; }
p { color: rgb(189,32,120); }
H1.HeaderClassName
{
color: #BD2078;
}
.AnyTagClassName
{
color: #BD2078;
}
</style>
background-color css
<style>
a { background-color: #BD2078; }
a { background-color: rgb(189,32,120); }
div.DivClassName
{
background-color: #BD2078;
}
.BgClassName
{
background-color: #BD2078;
}
</style>
border-color css
<style>
span { border-color: #BD2078; }
span { border-color: rgb(189,32,120); }
td.TdClassName
{
border-color: #BD2078;
}
.TagClassName
{
border-color: #BD2078;
}
</style>