Shades of Medium Violet Red #BD049A
Tints of Medium Violet Red #BD049A
RGB
CMYK
RGB Variations
Color information
#BD049A (or 0xBD049A) is known color: Medium Violet Red. HEX triplet: BD, 04 and 9A. RGB value is (189,4,154). Sum of RGB (Red+Green+Blue) = 189+4+154=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD049A is #42FB65. Grayscale: #4C4C4C. Windows color (decimal): -4389734 or 10093757. OLE color: 10093757.
HSL color Cylindrical-coordinate representation of color #BD049A: hue angle of 311.35º 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 #BD049A is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 154 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.26 |
| HSL | 311.35º | 0.96% | 0.38% | - |
| HSV(B) | 311.35º | 0.98% | 0.74% | - |
| XYZ | 26.86 | 13.24 | 31.71 | - |
| YUV | 76.42 | 171.79 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 154 | 0 | 0.98 | 0.19 | 0.26 | 311.35 | 0.96 | 0.38 |
| Hex | BD | 4 | 9A | 0 | 62 | 13 | 1A | 137 | 60 | 26 |
| Octal | 275 | 4 | 232 | 0 | 142 | 23 | 32 | 467 | 140 | 46 |
| Binary | 10111101 | 100 | 10011010 | 0 | 1100010 | 10011 | 11010 | 100110111 | 1100000 | 100110 |
Color Harmonies of #BD049A
Complementary color
Monochromatic Colors of #BD049A
Black with #BD049A
Text Example
Text Example
White with #BD049A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD049A; }
p { color: rgb(189,4,154); }
H1.HeaderClassName
{
color: #BD049A;
}
.AnyTagClassName
{
color: #BD049A;
}
</style>
background-color css
<style>
a { background-color: #BD049A; }
a { background-color: rgb(189,4,154); }
div.DivClassName
{
background-color: #BD049A;
}
.BgClassName
{
background-color: #BD049A;
}
</style>
border-color css
<style>
span { border-color: #BD049A; }
span { border-color: rgb(189,4,154); }
td.TdClassName
{
border-color: #BD049A;
}
.TagClassName
{
border-color: #BD049A;
}
</style>