Shades of Medium Violet Red #BD059D
Tints of Medium Violet Red #BD059D
RGB
CMYK
RGB Variations
Color information
#BD059D (or 0xBD059D) is known color: Medium Violet Red. HEX triplet: BD, 05 and 9D. RGB value is (189,5,157). Sum of RGB (Red+Green+Blue) = 189+5+157=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD059D is #42FA62. Grayscale: #4C4C4C. Windows color (decimal): -4389475 or 10290621. OLE color: 10290621.
HSL color Cylindrical-coordinate representation of color #BD059D: hue angle of 310.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD059D is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.26 |
| HSL | 310.43º | 0.95% | 0.38% | - |
| HSV(B) | 310.43º | 0.97% | 0.74% | - |
| XYZ | 27.13 | 13.36 | 33.05 | - |
| YUV | 77.34 | 172.96 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 157 | 0 | 0.97 | 0.17 | 0.26 | 310.43 | 0.95 | 0.38 |
| Hex | BD | 5 | 9D | 0 | 61 | 11 | 1A | 136 | 5F | 26 |
| Octal | 275 | 5 | 235 | 0 | 141 | 21 | 32 | 466 | 137 | 46 |
| Binary | 10111101 | 101 | 10011101 | 0 | 1100001 | 10001 | 11010 | 100110110 | 1011111 | 100110 |
Color Harmonies of #BD059D
Complementary color
Monochromatic Colors of #BD059D
Black with #BD059D
Text Example
Text Example
White with #BD059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD059D; }
p { color: rgb(189,5,157); }
H1.HeaderClassName
{
color: #BD059D;
}
.AnyTagClassName
{
color: #BD059D;
}
</style>
background-color css
<style>
a { background-color: #BD059D; }
a { background-color: rgb(189,5,157); }
div.DivClassName
{
background-color: #BD059D;
}
.BgClassName
{
background-color: #BD059D;
}
</style>
border-color css
<style>
span { border-color: #BD059D; }
span { border-color: rgb(189,5,157); }
td.TdClassName
{
border-color: #BD059D;
}
.TagClassName
{
border-color: #BD059D;
}
</style>