Shades of Medium Violet Red #BD048B
Tints of Medium Violet Red #BD048B
RGB
CMYK
RGB Variations
Color information
#BD048B (or 0xBD048B) is known color: Medium Violet Red. HEX triplet: BD, 04 and 8B. RGB value is (189,4,139). Sum of RGB (Red+Green+Blue) = 189+4+139=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD048B is #42FB74. Grayscale: #4A4A4A. Windows color (decimal): -4389749 or 9110717. OLE color: 9110717.
HSL color Cylindrical-coordinate representation of color #BD048B: hue angle of 316.22º 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 #BD048B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.26 |
| HSL | 316.22º | 0.96% | 0.38% | - |
| HSV(B) | 316.22º | 0.98% | 0.74% | - |
| XYZ | 25.69 | 12.77 | 25.54 | - |
| YUV | 74.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 139 | 0 | 0.98 | 0.26 | 0.26 | 316.22 | 0.96 | 0.38 |
| Hex | BD | 4 | 8B | 0 | 62 | 1A | 1A | 13C | 60 | 26 |
| Octal | 275 | 4 | 213 | 0 | 142 | 32 | 32 | 474 | 140 | 46 |
| Binary | 10111101 | 100 | 10001011 | 0 | 1100010 | 11010 | 11010 | 100111100 | 1100000 | 100110 |
Color Harmonies of #BD048B
Complementary color
Monochromatic Colors of #BD048B
Black with #BD048B
Text Example
Text Example
White with #BD048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD048B; }
p { color: rgb(189,4,139); }
H1.HeaderClassName
{
color: #BD048B;
}
.AnyTagClassName
{
color: #BD048B;
}
</style>
background-color css
<style>
a { background-color: #BD048B; }
a { background-color: rgb(189,4,139); }
div.DivClassName
{
background-color: #BD048B;
}
.BgClassName
{
background-color: #BD048B;
}
</style>
border-color css
<style>
span { border-color: #BD048B; }
span { border-color: rgb(189,4,139); }
td.TdClassName
{
border-color: #BD048B;
}
.TagClassName
{
border-color: #BD048B;
}
</style>