Shades of Medium Violet Red #BD039B
Tints of Medium Violet Red #BD039B
RGB
CMYK
RGB Variations
Color information
#BD039B (or 0xBD039B) is known color: Medium Violet Red. HEX triplet: BD, 03 and 9B. RGB value is (189,3,155). Sum of RGB (Red+Green+Blue) = 189+3+155=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD039B is #42FC64. Grayscale: #4B4B4B. Windows color (decimal): -4389989 or 10159037. OLE color: 10159037.
HSL color Cylindrical-coordinate representation of color #BD039B: hue angle of 310.97º 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 #BD039B is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.26 |
| HSL | 310.97º | 0.97% | 0.38% | - |
| HSV(B) | 310.97º | 0.98% | 0.74% | - |
| XYZ | 26.94 | 13.25 | 32.15 | - |
| YUV | 75.94 | 172.62 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 155 | 0 | 0.98 | 0.18 | 0.26 | 310.97 | 0.97 | 0.38 |
| Hex | BD | 3 | 9B | 0 | 62 | 12 | 1A | 137 | 61 | 26 |
| Octal | 275 | 3 | 233 | 0 | 142 | 22 | 32 | 467 | 141 | 46 |
| Binary | 10111101 | 11 | 10011011 | 0 | 1100010 | 10010 | 11010 | 100110111 | 1100001 | 100110 |
Color Harmonies of #BD039B
Complementary color
Monochromatic Colors of #BD039B
Black with #BD039B
Text Example
Text Example
White with #BD039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD039B; }
p { color: rgb(189,3,155); }
H1.HeaderClassName
{
color: #BD039B;
}
.AnyTagClassName
{
color: #BD039B;
}
</style>
background-color css
<style>
a { background-color: #BD039B; }
a { background-color: rgb(189,3,155); }
div.DivClassName
{
background-color: #BD039B;
}
.BgClassName
{
background-color: #BD039B;
}
</style>
border-color css
<style>
span { border-color: #BD039B; }
span { border-color: rgb(189,3,155); }
td.TdClassName
{
border-color: #BD039B;
}
.TagClassName
{
border-color: #BD039B;
}
</style>