Shades of Medium Violet Red #BD0078
Tints of Medium Violet Red #BD0078
RGB
CMYK
RGB Variations
Color information
#BD0078 (or 0xBD0078) is known color: Medium Violet Red. HEX triplet: BD, 00 and 78. RGB value is (189,0,120). Sum of RGB (Red+Green+Blue) = 189+0+120=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0078 is #42FF87. Grayscale: #454545. Windows color (decimal): -4390792 or 7864509. OLE color: 7864509.
HSL color Cylindrical-coordinate representation of color #BD0078: hue angle of 321.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0078 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.37 | 0.26 |
| HSL | 321.9º | 1% | 0.37% | - |
| HSV(B) | 321.9º | 1% | 0.74% | - |
| XYZ | 24.38 | 12.17 | 18.83 | - |
| YUV | 70.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 120 | 0 | 1 | 0.37 | 0.26 | 321.9 | 1 | 0.37 |
| Hex | BD | 0 | 78 | 0 | 64 | 25 | 1A | 142 | 64 | 25 |
| Octal | 275 | 0 | 170 | 0 | 144 | 45 | 32 | 502 | 144 | 45 |
| Binary | 10111101 | 0 | 1111000 | 0 | 1100100 | 100101 | 11010 | 101000010 | 1100100 | 100101 |
Color Harmonies of #BD0078
Complementary color
Monochromatic Colors of #BD0078
Black with #BD0078
Text Example
Text Example
White with #BD0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0078; }
p { color: rgb(189,0,120); }
H1.HeaderClassName
{
color: #BD0078;
}
.AnyTagClassName
{
color: #BD0078;
}
</style>
background-color css
<style>
a { background-color: #BD0078; }
a { background-color: rgb(189,0,120); }
div.DivClassName
{
background-color: #BD0078;
}
.BgClassName
{
background-color: #BD0078;
}
</style>
border-color css
<style>
span { border-color: #BD0078; }
span { border-color: rgb(189,0,120); }
td.TdClassName
{
border-color: #BD0078;
}
.TagClassName
{
border-color: #BD0078;
}
</style>