Shades of Medium Violet Red #BD0091
Tints of Medium Violet Red #BD0091
RGB
CMYK
RGB Variations
Color information
#BD0091 (or 0xBD0091) is known color: Medium Violet Red. HEX triplet: BD, 00 and 91. RGB value is (189,0,145). Sum of RGB (Red+Green+Blue) = 189+0+145=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0091 is #42FF6E. Grayscale: #484848. Windows color (decimal): -4390767 or 9502909. OLE color: 9502909.
HSL color Cylindrical-coordinate representation of color #BD0091: hue angle of 313.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0091 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.23 | 0.26 |
| HSL | 313.97º | 1% | 0.37% | - |
| HSV(B) | 313.97º | 1% | 0.74% | - |
| XYZ | 26.1 | 12.86 | 27.9 | - |
| YUV | 73.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 145 | 0 | 1 | 0.23 | 0.26 | 313.97 | 1 | 0.37 |
| Hex | BD | 0 | 91 | 0 | 64 | 17 | 1A | 13A | 64 | 25 |
| Octal | 275 | 0 | 221 | 0 | 144 | 27 | 32 | 472 | 144 | 45 |
| Binary | 10111101 | 0 | 10010001 | 0 | 1100100 | 10111 | 11010 | 100111010 | 1100100 | 100101 |
Color Harmonies of #BD0091
Complementary color
Monochromatic Colors of #BD0091
Black with #BD0091
Text Example
Text Example
White with #BD0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0091; }
p { color: rgb(189,0,145); }
H1.HeaderClassName
{
color: #BD0091;
}
.AnyTagClassName
{
color: #BD0091;
}
</style>
background-color css
<style>
a { background-color: #BD0091; }
a { background-color: rgb(189,0,145); }
div.DivClassName
{
background-color: #BD0091;
}
.BgClassName
{
background-color: #BD0091;
}
</style>
border-color css
<style>
span { border-color: #BD0091; }
span { border-color: rgb(189,0,145); }
td.TdClassName
{
border-color: #BD0091;
}
.TagClassName
{
border-color: #BD0091;
}
</style>