Shades of Medium Violet Red #BD048A
Tints of Medium Violet Red #BD048A
RGB
CMYK
RGB Variations
Color information
#BD048A (or 0xBD048A) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8A. RGB value is (189,4,138). Sum of RGB (Red+Green+Blue) = 189+4+138=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048A is #42FB75. Grayscale: #4A4A4A. Windows color (decimal): -4389750 or 9045181. OLE color: 9045181.
HSL color Cylindrical-coordinate representation of color #BD048A: hue angle of 316.54º 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 #BD048A is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.26 |
| HSL | 316.54º | 0.96% | 0.38% | - |
| HSV(B) | 316.54º | 0.98% | 0.74% | - |
| XYZ | 25.62 | 12.74 | 25.15 | - |
| YUV | 74.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 138 | 0 | 0.98 | 0.27 | 0.26 | 316.54 | 0.96 | 0.38 |
| Hex | BD | 4 | 8A | 0 | 62 | 1B | 1A | 13D | 60 | 26 |
| Octal | 275 | 4 | 212 | 0 | 142 | 33 | 32 | 475 | 140 | 46 |
| Binary | 10111101 | 100 | 10001010 | 0 | 1100010 | 11011 | 11010 | 100111101 | 1100000 | 100110 |
Color Harmonies of #BD048A
Complementary color
Monochromatic Colors of #BD048A
Black with #BD048A
Text Example
Text Example
White with #BD048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD048A; }
p { color: rgb(189,4,138); }
H1.HeaderClassName
{
color: #BD048A;
}
.AnyTagClassName
{
color: #BD048A;
}
</style>
background-color css
<style>
a { background-color: #BD048A; }
a { background-color: rgb(189,4,138); }
div.DivClassName
{
background-color: #BD048A;
}
.BgClassName
{
background-color: #BD048A;
}
</style>
border-color css
<style>
span { border-color: #BD048A; }
span { border-color: rgb(189,4,138); }
td.TdClassName
{
border-color: #BD048A;
}
.TagClassName
{
border-color: #BD048A;
}
</style>