Shades of Medium Violet Red #BD029D
Tints of Medium Violet Red #BD029D
RGB
CMYK
RGB Variations
Color information
#BD029D (or 0xBD029D) is known color: Medium Violet Red. HEX triplet: BD, 02 and 9D. RGB value is (189,2,157). Sum of RGB (Red+Green+Blue) = 189+2+157=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD029D is #42FD62. Grayscale: #4B4B4B. Windows color (decimal): -4390243 or 10289853. OLE color: 10289853.
HSL color Cylindrical-coordinate representation of color #BD029D: hue angle of 310.27º 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 #BD029D is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.26 |
| HSL | 310.27º | 0.98% | 0.37% | - |
| HSV(B) | 310.27º | 0.99% | 0.74% | - |
| XYZ | 27.09 | 13.3 | 33.04 | - |
| YUV | 75.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 157 | 0 | 0.99 | 0.17 | 0.26 | 310.27 | 0.98 | 0.37 |
| Hex | BD | 2 | 9D | 0 | 63 | 11 | 1A | 136 | 62 | 25 |
| Octal | 275 | 2 | 235 | 0 | 143 | 21 | 32 | 466 | 142 | 45 |
| Binary | 10111101 | 10 | 10011101 | 0 | 1100011 | 10001 | 11010 | 100110110 | 1100010 | 100101 |
Color Harmonies of #BD029D
Complementary color
Monochromatic Colors of #BD029D
Black with #BD029D
Text Example
Text Example
White with #BD029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD029D; }
p { color: rgb(189,2,157); }
H1.HeaderClassName
{
color: #BD029D;
}
.AnyTagClassName
{
color: #BD029D;
}
</style>
background-color css
<style>
a { background-color: #BD029D; }
a { background-color: rgb(189,2,157); }
div.DivClassName
{
background-color: #BD029D;
}
.BgClassName
{
background-color: #BD029D;
}
</style>
border-color css
<style>
span { border-color: #BD029D; }
span { border-color: rgb(189,2,157); }
td.TdClassName
{
border-color: #BD029D;
}
.TagClassName
{
border-color: #BD029D;
}
</style>