Shades of Medium Violet Red #BD0797
Tints of Medium Violet Red #BD0797
RGB
CMYK
RGB Variations
Color information
#BD0797 (or 0xBD0797) is known color: Medium Violet Red. HEX triplet: BD, 07 and 97. RGB value is (189,7,151). Sum of RGB (Red+Green+Blue) = 189+7+151=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0797 is #42F868. Grayscale: #4D4D4D. Windows color (decimal): -4388969 or 9897917. OLE color: 9897917.
HSL color Cylindrical-coordinate representation of color #BD0797: hue angle of 312.53º 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 #BD0797 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 151 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.26 |
| HSL | 312.53º | 0.93% | 0.38% | - |
| HSV(B) | 312.53º | 0.96% | 0.74% | - |
| XYZ | 26.65 | 13.21 | 30.42 | - |
| YUV | 77.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 151 | 0 | 0.96 | 0.20 | 0.26 | 312.53 | 0.93 | 0.38 |
| Hex | BD | 7 | 97 | 0 | 60 | 14 | 1A | 139 | 5D | 26 |
| Octal | 275 | 7 | 227 | 0 | 140 | 24 | 32 | 471 | 135 | 46 |
| Binary | 10111101 | 111 | 10010111 | 0 | 1100000 | 10100 | 11010 | 100111001 | 1011101 | 100110 |
Color Harmonies of #BD0797
Complementary color
Monochromatic Colors of #BD0797
Black with #BD0797
Text Example
Text Example
White with #BD0797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0797; }
p { color: rgb(189,7,151); }
H1.HeaderClassName
{
color: #BD0797;
}
.AnyTagClassName
{
color: #BD0797;
}
</style>
background-color css
<style>
a { background-color: #BD0797; }
a { background-color: rgb(189,7,151); }
div.DivClassName
{
background-color: #BD0797;
}
.BgClassName
{
background-color: #BD0797;
}
</style>
border-color css
<style>
span { border-color: #BD0797; }
span { border-color: rgb(189,7,151); }
td.TdClassName
{
border-color: #BD0797;
}
.TagClassName
{
border-color: #BD0797;
}
</style>