Shades of Medium Violet Red #BD059B
Tints of Medium Violet Red #BD059B
RGB
CMYK
RGB Variations
Color information
#BD059B (or 0xBD059B) is known color: Medium Violet Red. HEX triplet: BD, 05 and 9B. RGB value is (189,5,155). Sum of RGB (Red+Green+Blue) = 189+5+155=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD059B is #42FA64. Grayscale: #4C4C4C. Windows color (decimal): -4389477 or 10159549. OLE color: 10159549.
HSL color Cylindrical-coordinate representation of color #BD059B: hue angle of 311.09º 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 #BD059B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.26 |
| HSL | 311.09º | 0.95% | 0.38% | - |
| HSV(B) | 311.09º | 0.97% | 0.74% | - |
| XYZ | 26.96 | 13.29 | 32.16 | - |
| YUV | 77.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 155 | 0 | 0.97 | 0.18 | 0.26 | 311.09 | 0.95 | 0.38 |
| Hex | BD | 5 | 9B | 0 | 61 | 12 | 1A | 137 | 5F | 26 |
| Octal | 275 | 5 | 233 | 0 | 141 | 22 | 32 | 467 | 137 | 46 |
| Binary | 10111101 | 101 | 10011011 | 0 | 1100001 | 10010 | 11010 | 100110111 | 1011111 | 100110 |
Color Harmonies of #BD059B
Complementary color
Monochromatic Colors of #BD059B
Black with #BD059B
Text Example
Text Example
White with #BD059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD059B; }
p { color: rgb(189,5,155); }
H1.HeaderClassName
{
color: #BD059B;
}
.AnyTagClassName
{
color: #BD059B;
}
</style>
background-color css
<style>
a { background-color: #BD059B; }
a { background-color: rgb(189,5,155); }
div.DivClassName
{
background-color: #BD059B;
}
.BgClassName
{
background-color: #BD059B;
}
</style>
border-color css
<style>
span { border-color: #BD059B; }
span { border-color: rgb(189,5,155); }
td.TdClassName
{
border-color: #BD059B;
}
.TagClassName
{
border-color: #BD059B;
}
</style>