Shades of Medium Violet Red #BD0293
Tints of Medium Violet Red #BD0293
RGB
CMYK
RGB Variations
Color information
#BD0293 (or 0xBD0293) is known color: Medium Violet Red. HEX triplet: BD, 02 and 93. RGB value is (189,2,147). Sum of RGB (Red+Green+Blue) = 189+2+147=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0293 is #42FD6C. Grayscale: #4A4A4A. Windows color (decimal): -4390253 or 9634493. OLE color: 9634493.
HSL color Cylindrical-coordinate representation of color #BD0293: hue angle of 313.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0293 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.26 |
| HSL | 313.48º | 0.98% | 0.37% | - |
| HSV(B) | 313.48º | 0.99% | 0.74% | - |
| XYZ | 26.27 | 12.97 | 28.72 | - |
| YUV | 74.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 147 | 0 | 0.99 | 0.22 | 0.26 | 313.48 | 0.98 | 0.37 |
| Hex | BD | 2 | 93 | 0 | 63 | 16 | 1A | 139 | 62 | 25 |
| Octal | 275 | 2 | 223 | 0 | 143 | 26 | 32 | 471 | 142 | 45 |
| Binary | 10111101 | 10 | 10010011 | 0 | 1100011 | 10110 | 11010 | 100111001 | 1100010 | 100101 |
Color Harmonies of #BD0293
Complementary color
Monochromatic Colors of #BD0293
Black with #BD0293
Text Example
Text Example
White with #BD0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0293; }
p { color: rgb(189,2,147); }
H1.HeaderClassName
{
color: #BD0293;
}
.AnyTagClassName
{
color: #BD0293;
}
</style>
background-color css
<style>
a { background-color: #BD0293; }
a { background-color: rgb(189,2,147); }
div.DivClassName
{
background-color: #BD0293;
}
.BgClassName
{
background-color: #BD0293;
}
</style>
border-color css
<style>
span { border-color: #BD0293; }
span { border-color: rgb(189,2,147); }
td.TdClassName
{
border-color: #BD0293;
}
.TagClassName
{
border-color: #BD0293;
}
</style>