Shades of Medium Violet Red #BD0790
Tints of Medium Violet Red #BD0790
RGB
CMYK
RGB Variations
Color information
#BD0790 (or 0xBD0790) is known color: Medium Violet Red. HEX triplet: BD, 07 and 90. RGB value is (189,7,144). Sum of RGB (Red+Green+Blue) = 189+7+144=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0790 is #42F86F. Grayscale: #4C4C4C. Windows color (decimal): -4388976 or 9439165. OLE color: 9439165.
HSL color Cylindrical-coordinate representation of color #BD0790: hue angle of 314.84º 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 #BD0790 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.26 |
| HSL | 314.84º | 0.93% | 0.38% | - |
| HSV(B) | 314.84º | 0.96% | 0.74% | - |
| XYZ | 26.1 | 12.98 | 27.52 | - |
| YUV | 77.04 | 165.8 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 144 | 0 | 0.96 | 0.24 | 0.26 | 314.84 | 0.93 | 0.38 |
| Hex | BD | 7 | 90 | 0 | 60 | 18 | 1A | 13B | 5D | 26 |
| Octal | 275 | 7 | 220 | 0 | 140 | 30 | 32 | 473 | 135 | 46 |
| Binary | 10111101 | 111 | 10010000 | 0 | 1100000 | 11000 | 11010 | 100111011 | 1011101 | 100110 |
Color Harmonies of #BD0790
Complementary color
Monochromatic Colors of #BD0790
Black with #BD0790
Text Example
Text Example
White with #BD0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0790; }
p { color: rgb(189,7,144); }
H1.HeaderClassName
{
color: #BD0790;
}
.AnyTagClassName
{
color: #BD0790;
}
</style>
background-color css
<style>
a { background-color: #BD0790; }
a { background-color: rgb(189,7,144); }
div.DivClassName
{
background-color: #BD0790;
}
.BgClassName
{
background-color: #BD0790;
}
</style>
border-color css
<style>
span { border-color: #BD0790; }
span { border-color: rgb(189,7,144); }
td.TdClassName
{
border-color: #BD0790;
}
.TagClassName
{
border-color: #BD0790;
}
</style>