Shades of Medium Violet Red #BD0780
Tints of Medium Violet Red #BD0780
RGB
CMYK
RGB Variations
Color information
#BD0780 (or 0xBD0780) is known color: Medium Violet Red. HEX triplet: BD, 07 and 80. RGB value is (189,7,128). Sum of RGB (Red+Green+Blue) = 189+7+128=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0780 is #42F87F. Grayscale: #4A4A4A. Windows color (decimal): -4388992 or 8390589. OLE color: 8390589.
HSL color Cylindrical-coordinate representation of color #BD0780: hue angle of 320.11º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0780 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 128 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.26 |
| HSL | 320.11º | 0.93% | 0.38% | - |
| HSV(B) | 320.11º | 0.96% | 0.74% | - |
| XYZ | 24.96 | 12.53 | 21.53 | - |
| YUV | 75.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 128 | 0 | 0.96 | 0.32 | 0.26 | 320.11 | 0.93 | 0.38 |
| Hex | BD | 7 | 80 | 0 | 60 | 20 | 1A | 140 | 5D | 26 |
| Octal | 275 | 7 | 200 | 0 | 140 | 40 | 32 | 500 | 135 | 46 |
| Binary | 10111101 | 111 | 10000000 | 0 | 1100000 | 100000 | 11010 | 101000000 | 1011101 | 100110 |
Color Harmonies of #BD0780
Complementary color
Monochromatic Colors of #BD0780
Black with #BD0780
Text Example
Text Example
White with #BD0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0780; }
p { color: rgb(189,7,128); }
H1.HeaderClassName
{
color: #BD0780;
}
.AnyTagClassName
{
color: #BD0780;
}
</style>
background-color css
<style>
a { background-color: #BD0780; }
a { background-color: rgb(189,7,128); }
div.DivClassName
{
background-color: #BD0780;
}
.BgClassName
{
background-color: #BD0780;
}
</style>
border-color css
<style>
span { border-color: #BD0780; }
span { border-color: rgb(189,7,128); }
td.TdClassName
{
border-color: #BD0780;
}
.TagClassName
{
border-color: #BD0780;
}
</style>