Shades of Medium Violet Red #BD0777
Tints of Medium Violet Red #BD0777
RGB
CMYK
RGB Variations
Color information
#BD0777 (or 0xBD0777) is known color: Medium Violet Red. HEX triplet: BD, 07 and 77. RGB value is (189,7,119). Sum of RGB (Red+Green+Blue) = 189+7+119=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0777 is #42F888. Grayscale: #494949. Windows color (decimal): -4389001 or 7800765. OLE color: 7800765.
HSL color Cylindrical-coordinate representation of color #BD0777: hue angle of 323.08º 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 #BD0777 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.26 |
| HSL | 323.08º | 0.93% | 0.38% | - |
| HSV(B) | 323.08º | 0.96% | 0.74% | - |
| XYZ | 24.39 | 12.3 | 18.54 | - |
| YUV | 74.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 119 | 0 | 0.96 | 0.37 | 0.26 | 323.08 | 0.93 | 0.38 |
| Hex | BD | 7 | 77 | 0 | 60 | 25 | 1A | 143 | 5D | 26 |
| Octal | 275 | 7 | 167 | 0 | 140 | 45 | 32 | 503 | 135 | 46 |
| Binary | 10111101 | 111 | 1110111 | 0 | 1100000 | 100101 | 11010 | 101000011 | 1011101 | 100110 |
Color Harmonies of #BD0777
Complementary color
Monochromatic Colors of #BD0777
Black with #BD0777
Text Example
Text Example
White with #BD0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0777; }
p { color: rgb(189,7,119); }
H1.HeaderClassName
{
color: #BD0777;
}
.AnyTagClassName
{
color: #BD0777;
}
</style>
background-color css
<style>
a { background-color: #BD0777; }
a { background-color: rgb(189,7,119); }
div.DivClassName
{
background-color: #BD0777;
}
.BgClassName
{
background-color: #BD0777;
}
</style>
border-color css
<style>
span { border-color: #BD0777; }
span { border-color: rgb(189,7,119); }
td.TdClassName
{
border-color: #BD0777;
}
.TagClassName
{
border-color: #BD0777;
}
</style>