Shades of Medium Violet Red #BD047B
Tints of Medium Violet Red #BD047B
RGB
CMYK
RGB Variations
Color information
#BD047B (or 0xBD047B) is known color: Medium Violet Red. HEX triplet: BD, 04 and 7B. RGB value is (189,4,123). Sum of RGB (Red+Green+Blue) = 189+4+123=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD047B is #42FB84. Grayscale: #484848. Windows color (decimal): -4389765 or 8062141. OLE color: 8062141.
HSL color Cylindrical-coordinate representation of color #BD047B: hue angle of 321.41º 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 #BD047B is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.26 |
| HSL | 321.41º | 0.96% | 0.38% | - |
| HSV(B) | 321.41º | 0.98% | 0.74% | - |
| XYZ | 24.6 | 12.34 | 19.82 | - |
| YUV | 72.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 123 | 0 | 0.98 | 0.35 | 0.26 | 321.41 | 0.96 | 0.38 |
| Hex | BD | 4 | 7B | 0 | 62 | 23 | 1A | 141 | 60 | 26 |
| Octal | 275 | 4 | 173 | 0 | 142 | 43 | 32 | 501 | 140 | 46 |
| Binary | 10111101 | 100 | 1111011 | 0 | 1100010 | 100011 | 11010 | 101000001 | 1100000 | 100110 |
Color Harmonies of #BD047B
Complementary color
Monochromatic Colors of #BD047B
Black with #BD047B
Text Example
Text Example
White with #BD047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD047B; }
p { color: rgb(189,4,123); }
H1.HeaderClassName
{
color: #BD047B;
}
.AnyTagClassName
{
color: #BD047B;
}
</style>
background-color css
<style>
a { background-color: #BD047B; }
a { background-color: rgb(189,4,123); }
div.DivClassName
{
background-color: #BD047B;
}
.BgClassName
{
background-color: #BD047B;
}
</style>
border-color css
<style>
span { border-color: #BD047B; }
span { border-color: rgb(189,4,123); }
td.TdClassName
{
border-color: #BD047B;
}
.TagClassName
{
border-color: #BD047B;
}
</style>