Shades of Medium Violet Red #BD0BA1
Tints of Medium Violet Red #BD0BA1
RGB
CMYK
RGB Variations
Color information
#BD0BA1 (or 0xBD0BA1) is known color: Medium Violet Red. HEX triplet: BD, 0B and A1. RGB value is (189,11,161). Sum of RGB (Red+Green+Blue) = 189+11+161=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BA1 is #42F45E. Grayscale: #505050. Windows color (decimal): -4387935 or 10554301. OLE color: 10554301.
HSL color Cylindrical-coordinate representation of color #BD0BA1: hue angle of 309.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.26 |
| HSL | 309.44º | 0.89% | 0.39% | - |
| HSV(B) | 309.44º | 0.94% | 0.74% | - |
| XYZ | 27.54 | 13.63 | 34.9 | - |
| YUV | 81.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 161 | 0 | 0.94 | 0.15 | 0.26 | 309.44 | 0.89 | 0.39 |
| Hex | BD | B | A1 | 0 | 5E | F | 1A | 135 | 59 | 27 |
| Octal | 275 | 13 | 241 | 0 | 136 | 17 | 32 | 465 | 131 | 47 |
| Binary | 10111101 | 1011 | 10100001 | 0 | 1011110 | 1111 | 11010 | 100110101 | 1011001 | 100111 |
Color Harmonies of #BD0BA1
Complementary color
Monochromatic Colors of #BD0BA1
Black with #BD0BA1
Text Example
Text Example
White with #BD0BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BA1; }
p { color: rgb(189,11,161); }
H1.HeaderClassName
{
color: #BD0BA1;
}
.AnyTagClassName
{
color: #BD0BA1;
}
</style>
background-color css
<style>
a { background-color: #BD0BA1; }
a { background-color: rgb(189,11,161); }
div.DivClassName
{
background-color: #BD0BA1;
}
.BgClassName
{
background-color: #BD0BA1;
}
</style>
border-color css
<style>
span { border-color: #BD0BA1; }
span { border-color: rgb(189,11,161); }
td.TdClassName
{
border-color: #BD0BA1;
}
.TagClassName
{
border-color: #BD0BA1;
}
</style>