Shades of Medium Violet Red #BD0793
Tints of Medium Violet Red #BD0793
RGB
CMYK
RGB Variations
Color information
#BD0793 (or 0xBD0793) is known color: Medium Violet Red. HEX triplet: BD, 07 and 93. RGB value is (189,7,147). Sum of RGB (Red+Green+Blue) = 189+7+147=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0793 is #42F86C. Grayscale: #4D4D4D. Windows color (decimal): -4388973 or 9635773. OLE color: 9635773.
HSL color Cylindrical-coordinate representation of color #BD0793: hue angle of 313.85º 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 #BD0793 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 147 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.26 |
| HSL | 313.85º | 0.93% | 0.38% | - |
| HSV(B) | 313.85º | 0.96% | 0.74% | - |
| XYZ | 26.33 | 13.08 | 28.74 | - |
| YUV | 77.38 | 167.3 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 147 | 0 | 0.96 | 0.22 | 0.26 | 313.85 | 0.93 | 0.38 |
| Hex | BD | 7 | 93 | 0 | 60 | 16 | 1A | 13A | 5D | 26 |
| Octal | 275 | 7 | 223 | 0 | 140 | 26 | 32 | 472 | 135 | 46 |
| Binary | 10111101 | 111 | 10010011 | 0 | 1100000 | 10110 | 11010 | 100111010 | 1011101 | 100110 |
Color Harmonies of #BD0793
Complementary color
Monochromatic Colors of #BD0793
Black with #BD0793
Text Example
Text Example
White with #BD0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0793; }
p { color: rgb(189,7,147); }
H1.HeaderClassName
{
color: #BD0793;
}
.AnyTagClassName
{
color: #BD0793;
}
</style>
background-color css
<style>
a { background-color: #BD0793; }
a { background-color: rgb(189,7,147); }
div.DivClassName
{
background-color: #BD0793;
}
.BgClassName
{
background-color: #BD0793;
}
</style>
border-color css
<style>
span { border-color: #BD0793; }
span { border-color: rgb(189,7,147); }
td.TdClassName
{
border-color: #BD0793;
}
.TagClassName
{
border-color: #BD0793;
}
</style>