Shades of Medium Violet Red #BD039D
Tints of Medium Violet Red #BD039D
RGB
CMYK
RGB Variations
Color information
#BD039D (or 0xBD039D) is known color: Medium Violet Red. HEX triplet: BD, 03 and 9D. RGB value is (189,3,157). Sum of RGB (Red+Green+Blue) = 189+3+157=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD039D is #42FC62. Grayscale: #4B4B4B. Windows color (decimal): -4389987 or 10290109. OLE color: 10290109.
HSL color Cylindrical-coordinate representation of color #BD039D: hue angle of 310.32º degrees, saturation: 0.97, 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 #BD039D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.26 |
| HSL | 310.32º | 0.97% | 0.38% | - |
| HSV(B) | 310.32º | 0.98% | 0.74% | - |
| XYZ | 27.1 | 13.32 | 33.04 | - |
| YUV | 76.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 157 | 0 | 0.98 | 0.17 | 0.26 | 310.32 | 0.97 | 0.38 |
| Hex | BD | 3 | 9D | 0 | 62 | 11 | 1A | 136 | 61 | 26 |
| Octal | 275 | 3 | 235 | 0 | 142 | 21 | 32 | 466 | 141 | 46 |
| Binary | 10111101 | 11 | 10011101 | 0 | 1100010 | 10001 | 11010 | 100110110 | 1100001 | 100110 |
Color Harmonies of #BD039D
Complementary color
Monochromatic Colors of #BD039D
Black with #BD039D
Text Example
Text Example
White with #BD039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD039D; }
p { color: rgb(189,3,157); }
H1.HeaderClassName
{
color: #BD039D;
}
.AnyTagClassName
{
color: #BD039D;
}
</style>
background-color css
<style>
a { background-color: #BD039D; }
a { background-color: rgb(189,3,157); }
div.DivClassName
{
background-color: #BD039D;
}
.BgClassName
{
background-color: #BD039D;
}
</style>
border-color css
<style>
span { border-color: #BD039D; }
span { border-color: rgb(189,3,157); }
td.TdClassName
{
border-color: #BD039D;
}
.TagClassName
{
border-color: #BD039D;
}
</style>