Shades of Medium Violet Red #BD0795
Tints of Medium Violet Red #BD0795
RGB
CMYK
RGB Variations
Color information
#BD0795 (or 0xBD0795) is known color: Medium Violet Red. HEX triplet: BD, 07 and 95. RGB value is (189,7,149). Sum of RGB (Red+Green+Blue) = 189+7+149=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0795 is #42F86A. Grayscale: #4D4D4D. Windows color (decimal): -4388971 or 9766845. OLE color: 9766845.
HSL color Cylindrical-coordinate representation of color #BD0795: hue angle of 313.19º 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 #BD0795 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 149 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.26 |
| HSL | 313.19º | 0.93% | 0.38% | - |
| HSV(B) | 313.19º | 0.96% | 0.74% | - |
| XYZ | 26.49 | 13.14 | 29.57 | - |
| YUV | 77.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 149 | 0 | 0.96 | 0.21 | 0.26 | 313.19 | 0.93 | 0.38 |
| Hex | BD | 7 | 95 | 0 | 60 | 15 | 1A | 139 | 5D | 26 |
| Octal | 275 | 7 | 225 | 0 | 140 | 25 | 32 | 471 | 135 | 46 |
| Binary | 10111101 | 111 | 10010101 | 0 | 1100000 | 10101 | 11010 | 100111001 | 1011101 | 100110 |
Color Harmonies of #BD0795
Complementary color
Monochromatic Colors of #BD0795
Black with #BD0795
Text Example
Text Example
White with #BD0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0795; }
p { color: rgb(189,7,149); }
H1.HeaderClassName
{
color: #BD0795;
}
.AnyTagClassName
{
color: #BD0795;
}
</style>
background-color css
<style>
a { background-color: #BD0795; }
a { background-color: rgb(189,7,149); }
div.DivClassName
{
background-color: #BD0795;
}
.BgClassName
{
background-color: #BD0795;
}
</style>
border-color css
<style>
span { border-color: #BD0795; }
span { border-color: rgb(189,7,149); }
td.TdClassName
{
border-color: #BD0795;
}
.TagClassName
{
border-color: #BD0795;
}
</style>