Shades of Medium Violet Red #BD079D
Tints of Medium Violet Red #BD079D
RGB
CMYK
RGB Variations
Color information
#BD079D (or 0xBD079D) is known color: Medium Violet Red. HEX triplet: BD, 07 and 9D. RGB value is (189,7,157). Sum of RGB (Red+Green+Blue) = 189+7+157=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD079D is #42F862. Grayscale: #4E4E4E. Windows color (decimal): -4388963 or 10291133. OLE color: 10291133.
HSL color Cylindrical-coordinate representation of color #BD079D: hue angle of 310.55º 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 #BD079D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.26 |
| HSL | 310.55º | 0.93% | 0.38% | - |
| HSV(B) | 310.55º | 0.96% | 0.74% | - |
| XYZ | 27.15 | 13.41 | 33.05 | - |
| YUV | 78.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 157 | 0 | 0.96 | 0.17 | 0.26 | 310.55 | 0.93 | 0.38 |
| Hex | BD | 7 | 9D | 0 | 60 | 11 | 1A | 137 | 5D | 26 |
| Octal | 275 | 7 | 235 | 0 | 140 | 21 | 32 | 467 | 135 | 46 |
| Binary | 10111101 | 111 | 10011101 | 0 | 1100000 | 10001 | 11010 | 100110111 | 1011101 | 100110 |
Color Harmonies of #BD079D
Complementary color
Monochromatic Colors of #BD079D
Black with #BD079D
Text Example
Text Example
White with #BD079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD079D; }
p { color: rgb(189,7,157); }
H1.HeaderClassName
{
color: #BD079D;
}
.AnyTagClassName
{
color: #BD079D;
}
</style>
background-color css
<style>
a { background-color: #BD079D; }
a { background-color: rgb(189,7,157); }
div.DivClassName
{
background-color: #BD079D;
}
.BgClassName
{
background-color: #BD079D;
}
</style>
border-color css
<style>
span { border-color: #BD079D; }
span { border-color: rgb(189,7,157); }
td.TdClassName
{
border-color: #BD079D;
}
.TagClassName
{
border-color: #BD079D;
}
</style>