Shades of Medium Violet Red #BD049E
Tints of Medium Violet Red #BD049E
RGB
CMYK
RGB Variations
Color information
#BD049E (or 0xBD049E) is known color: Medium Violet Red. HEX triplet: BD, 04 and 9E. RGB value is (189,4,158). Sum of RGB (Red+Green+Blue) = 189+4+158=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD049E is #42FB61. Grayscale: #4C4C4C. Windows color (decimal): -4389730 or 10355901. OLE color: 10355901.
HSL color Cylindrical-coordinate representation of color #BD049E: hue angle of 310.05º 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 #BD049E is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.26 |
| HSL | 310.05º | 0.96% | 0.38% | - |
| HSV(B) | 310.05º | 0.98% | 0.74% | - |
| XYZ | 27.2 | 13.37 | 33.5 | - |
| YUV | 76.87 | 173.79 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 158 | 0 | 0.98 | 0.16 | 0.26 | 310.05 | 0.96 | 0.38 |
| Hex | BD | 4 | 9E | 0 | 62 | 10 | 1A | 136 | 60 | 26 |
| Octal | 275 | 4 | 236 | 0 | 142 | 20 | 32 | 466 | 140 | 46 |
| Binary | 10111101 | 100 | 10011110 | 0 | 1100010 | 10000 | 11010 | 100110110 | 1100000 | 100110 |
Color Harmonies of #BD049E
Complementary color
Monochromatic Colors of #BD049E
Black with #BD049E
Text Example
Text Example
White with #BD049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD049E; }
p { color: rgb(189,4,158); }
H1.HeaderClassName
{
color: #BD049E;
}
.AnyTagClassName
{
color: #BD049E;
}
</style>
background-color css
<style>
a { background-color: #BD049E; }
a { background-color: rgb(189,4,158); }
div.DivClassName
{
background-color: #BD049E;
}
.BgClassName
{
background-color: #BD049E;
}
</style>
border-color css
<style>
span { border-color: #BD049E; }
span { border-color: rgb(189,4,158); }
td.TdClassName
{
border-color: #BD049E;
}
.TagClassName
{
border-color: #BD049E;
}
</style>