Shades of Medium Violet Red #BD1078
Tints of Medium Violet Red #BD1078
RGB
CMYK
RGB Variations
Color information
#BD1078 (or 0xBD1078) is known color: Medium Violet Red. HEX triplet: BD, 10 and 78. RGB value is (189,16,120). Sum of RGB (Red+Green+Blue) = 189+16+120=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1078 is #42EF87. Grayscale: #4F4F4F. Windows color (decimal): -4386696 or 7868605. OLE color: 7868605.
HSL color Cylindrical-coordinate representation of color #BD1078: hue angle of 323.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1078 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.26 |
| HSL | 323.93º | 0.84% | 0.4% | - |
| HSV(B) | 323.93º | 0.92% | 0.74% | - |
| XYZ | 24.56 | 12.55 | 18.9 | - |
| YUV | 79.58 | 150.81 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 120 | 0 | 0.92 | 0.37 | 0.26 | 323.93 | 0.84 | 0.4 |
| Hex | BD | 10 | 78 | 0 | 5C | 25 | 1A | 144 | 54 | 28 |
| Octal | 275 | 20 | 170 | 0 | 134 | 45 | 32 | 504 | 124 | 50 |
| Binary | 10111101 | 10000 | 1111000 | 0 | 1011100 | 100101 | 11010 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BD1078
Complementary color
Monochromatic Colors of #BD1078
Black with #BD1078
Text Example
Text Example
White with #BD1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1078; }
p { color: rgb(189,16,120); }
H1.HeaderClassName
{
color: #BD1078;
}
.AnyTagClassName
{
color: #BD1078;
}
</style>
background-color css
<style>
a { background-color: #BD1078; }
a { background-color: rgb(189,16,120); }
div.DivClassName
{
background-color: #BD1078;
}
.BgClassName
{
background-color: #BD1078;
}
</style>
border-color css
<style>
span { border-color: #BD1078; }
span { border-color: rgb(189,16,120); }
td.TdClassName
{
border-color: #BD1078;
}
.TagClassName
{
border-color: #BD1078;
}
</style>