Shades of Medium Violet Red #BD0493
Tints of Medium Violet Red #BD0493
RGB
CMYK
RGB Variations
Color information
#BD0493 (or 0xBD0493) is known color: Medium Violet Red. HEX triplet: BD, 04 and 93. RGB value is (189,4,147). Sum of RGB (Red+Green+Blue) = 189+4+147=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0493 is #42FB6C. Grayscale: #4B4B4B. Windows color (decimal): -4389741 or 9635005. OLE color: 9635005.
HSL color Cylindrical-coordinate representation of color #BD0493: hue angle of 313.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0493 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.26 |
| HSL | 313.62º | 0.96% | 0.38% | - |
| HSV(B) | 313.62º | 0.98% | 0.74% | - |
| XYZ | 26.3 | 13.01 | 28.73 | - |
| YUV | 75.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 147 | 0 | 0.98 | 0.22 | 0.26 | 313.62 | 0.96 | 0.38 |
| Hex | BD | 4 | 93 | 0 | 62 | 16 | 1A | 13A | 60 | 26 |
| Octal | 275 | 4 | 223 | 0 | 142 | 26 | 32 | 472 | 140 | 46 |
| Binary | 10111101 | 100 | 10010011 | 0 | 1100010 | 10110 | 11010 | 100111010 | 1100000 | 100110 |
Color Harmonies of #BD0493
Complementary color
Monochromatic Colors of #BD0493
Black with #BD0493
Text Example
Text Example
White with #BD0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0493; }
p { color: rgb(189,4,147); }
H1.HeaderClassName
{
color: #BD0493;
}
.AnyTagClassName
{
color: #BD0493;
}
</style>
background-color css
<style>
a { background-color: #BD0493; }
a { background-color: rgb(189,4,147); }
div.DivClassName
{
background-color: #BD0493;
}
.BgClassName
{
background-color: #BD0493;
}
</style>
border-color css
<style>
span { border-color: #BD0493; }
span { border-color: rgb(189,4,147); }
td.TdClassName
{
border-color: #BD0493;
}
.TagClassName
{
border-color: #BD0493;
}
</style>