Shades of Medium Violet Red #BD0978
Tints of Medium Violet Red #BD0978
RGB
CMYK
RGB Variations
Color information
#BD0978 (or 0xBD0978) is known color: Medium Violet Red. HEX triplet: BD, 09 and 78. RGB value is (189,9,120). Sum of RGB (Red+Green+Blue) = 189+9+120=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0978 is #42F687. Grayscale: #4B4B4B. Windows color (decimal): -4388488 or 7866813. OLE color: 7866813.
HSL color Cylindrical-coordinate representation of color #BD0978: hue angle of 323º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0978 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.26 |
| HSL | 323º | 0.91% | 0.39% | - |
| HSV(B) | 323º | 0.95% | 0.74% | - |
| XYZ | 24.47 | 12.37 | 18.87 | - |
| YUV | 75.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 120 | 0 | 0.95 | 0.37 | 0.26 | 323 | 0.91 | 0.39 |
| Hex | BD | 9 | 78 | 0 | 5F | 25 | 1A | 143 | 5B | 27 |
| Octal | 275 | 11 | 170 | 0 | 137 | 45 | 32 | 503 | 133 | 47 |
| Binary | 10111101 | 1001 | 1111000 | 0 | 1011111 | 100101 | 11010 | 101000011 | 1011011 | 100111 |
Color Harmonies of #BD0978
Complementary color
Monochromatic Colors of #BD0978
Black with #BD0978
Text Example
Text Example
White with #BD0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0978; }
p { color: rgb(189,9,120); }
H1.HeaderClassName
{
color: #BD0978;
}
.AnyTagClassName
{
color: #BD0978;
}
</style>
background-color css
<style>
a { background-color: #BD0978; }
a { background-color: rgb(189,9,120); }
div.DivClassName
{
background-color: #BD0978;
}
.BgClassName
{
background-color: #BD0978;
}
</style>
border-color css
<style>
span { border-color: #BD0978; }
span { border-color: rgb(189,9,120); }
td.TdClassName
{
border-color: #BD0978;
}
.TagClassName
{
border-color: #BD0978;
}
</style>