Shades of Medium Violet Red #BD2091
Tints of Medium Violet Red #BD2091
RGB
CMYK
RGB Variations
Color information
#BD2091 (or 0xBD2091) is known color: Medium Violet Red. HEX triplet: BD, 20 and 91. RGB value is (189,32,145). Sum of RGB (Red+Green+Blue) = 189+32+145=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2091 is #42DF6E. Grayscale: #5B5B5B. Windows color (decimal): -4382575 or 9511101. OLE color: 9511101.
HSL color Cylindrical-coordinate representation of color #BD2091: hue angle of 316.82º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2091 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 145 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.26 |
| HSL | 316.82º | 0.71% | 0.43% | - |
| HSV(B) | 316.82º | 0.83% | 0.74% | - |
| XYZ | 26.61 | 13.9 | 28.07 | - |
| YUV | 91.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 145 | 0 | 0.83 | 0.23 | 0.26 | 316.82 | 0.71 | 0.43 |
| Hex | BD | 20 | 91 | 0 | 53 | 17 | 1A | 13D | 47 | 2B |
| Octal | 275 | 40 | 221 | 0 | 123 | 27 | 32 | 475 | 107 | 53 |
| Binary | 10111101 | 100000 | 10010001 | 0 | 1010011 | 10111 | 11010 | 100111101 | 1000111 | 101011 |
Color Harmonies of #BD2091
Complementary color
Monochromatic Colors of #BD2091
Black with #BD2091
Text Example
Text Example
White with #BD2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2091; }
p { color: rgb(189,32,145); }
H1.HeaderClassName
{
color: #BD2091;
}
.AnyTagClassName
{
color: #BD2091;
}
</style>
background-color css
<style>
a { background-color: #BD2091; }
a { background-color: rgb(189,32,145); }
div.DivClassName
{
background-color: #BD2091;
}
.BgClassName
{
background-color: #BD2091;
}
</style>
border-color css
<style>
span { border-color: #BD2091; }
span { border-color: rgb(189,32,145); }
td.TdClassName
{
border-color: #BD2091;
}
.TagClassName
{
border-color: #BD2091;
}
</style>