Shades of Medium Violet Red #BD029E
Tints of Medium Violet Red #BD029E
RGB
CMYK
RGB Variations
Color information
#BD029E (or 0xBD029E) is known color: Medium Violet Red. HEX triplet: BD, 02 and 9E. RGB value is (189,2,158). Sum of RGB (Red+Green+Blue) = 189+2+158=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD029E is #42FD61. Grayscale: #4B4B4B. Windows color (decimal): -4390242 or 10355389. OLE color: 10355389.
HSL color Cylindrical-coordinate representation of color #BD029E: hue angle of 309.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD029E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.26 |
| HSL | 309.95º | 0.98% | 0.37% | - |
| HSV(B) | 309.95º | 0.99% | 0.74% | - |
| XYZ | 27.18 | 13.33 | 33.49 | - |
| YUV | 75.7 | 174.45 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 158 | 0 | 0.99 | 0.16 | 0.26 | 309.95 | 0.98 | 0.37 |
| Hex | BD | 2 | 9E | 0 | 63 | 10 | 1A | 136 | 62 | 25 |
| Octal | 275 | 2 | 236 | 0 | 143 | 20 | 32 | 466 | 142 | 45 |
| Binary | 10111101 | 10 | 10011110 | 0 | 1100011 | 10000 | 11010 | 100110110 | 1100010 | 100101 |
Color Harmonies of #BD029E
Complementary color
Monochromatic Colors of #BD029E
Black with #BD029E
Text Example
Text Example
White with #BD029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD029E; }
p { color: rgb(189,2,158); }
H1.HeaderClassName
{
color: #BD029E;
}
.AnyTagClassName
{
color: #BD029E;
}
</style>
background-color css
<style>
a { background-color: #BD029E; }
a { background-color: rgb(189,2,158); }
div.DivClassName
{
background-color: #BD029E;
}
.BgClassName
{
background-color: #BD029E;
}
</style>
border-color css
<style>
span { border-color: #BD029E; }
span { border-color: rgb(189,2,158); }
td.TdClassName
{
border-color: #BD029E;
}
.TagClassName
{
border-color: #BD029E;
}
</style>