Shades of Medium Violet Red #BD029F
Tints of Medium Violet Red #BD029F
RGB
CMYK
RGB Variations
Color information
#BD029F (or 0xBD029F) is known color: Medium Violet Red. HEX triplet: BD, 02 and 9F. RGB value is (189,2,159). Sum of RGB (Red+Green+Blue) = 189+2+159=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD029F is #42FD60. Grayscale: #4B4B4B. Windows color (decimal): -4390241 or 10420925. OLE color: 10420925.
HSL color Cylindrical-coordinate representation of color #BD029F: hue angle of 309.63º 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 #BD029F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.26 |
| HSL | 309.63º | 0.98% | 0.37% | - |
| HSV(B) | 309.63º | 0.99% | 0.74% | - |
| XYZ | 27.27 | 13.37 | 33.94 | - |
| YUV | 75.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 159 | 0 | 0.99 | 0.16 | 0.26 | 309.63 | 0.98 | 0.37 |
| Hex | BD | 2 | 9F | 0 | 63 | 10 | 1A | 136 | 62 | 25 |
| Octal | 275 | 2 | 237 | 0 | 143 | 20 | 32 | 466 | 142 | 45 |
| Binary | 10111101 | 10 | 10011111 | 0 | 1100011 | 10000 | 11010 | 100110110 | 1100010 | 100101 |
Color Harmonies of #BD029F
Complementary color
Monochromatic Colors of #BD029F
Black with #BD029F
Text Example
Text Example
White with #BD029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD029F; }
p { color: rgb(189,2,159); }
H1.HeaderClassName
{
color: #BD029F;
}
.AnyTagClassName
{
color: #BD029F;
}
</style>
background-color css
<style>
a { background-color: #BD029F; }
a { background-color: rgb(189,2,159); }
div.DivClassName
{
background-color: #BD029F;
}
.BgClassName
{
background-color: #BD029F;
}
</style>
border-color css
<style>
span { border-color: #BD029F; }
span { border-color: rgb(189,2,159); }
td.TdClassName
{
border-color: #BD029F;
}
.TagClassName
{
border-color: #BD029F;
}
</style>