Shades of Medium Violet Red #BD1891
Tints of Medium Violet Red #BD1891
RGB
CMYK
RGB Variations
Color information
#BD1891 (or 0xBD1891) is known color: Medium Violet Red. HEX triplet: BD, 18 and 91. RGB value is (189,24,145). Sum of RGB (Red+Green+Blue) = 189+24+145=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1891 is #42E76E. Grayscale: #565656. Windows color (decimal): -4384623 or 9509053. OLE color: 9509053.
HSL color Cylindrical-coordinate representation of color #BD1891: hue angle of 316º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1891 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 145 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.26 |
| HSL | 316º | 0.77% | 0.42% | - |
| HSV(B) | 316º | 0.87% | 0.74% | - |
| XYZ | 26.42 | 13.52 | 28 | - |
| YUV | 87.13 | 160.66 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 145 | 0 | 0.87 | 0.23 | 0.26 | 316 | 0.77 | 0.42 |
| Hex | BD | 18 | 91 | 0 | 57 | 17 | 1A | 13C | 4D | 2A |
| Octal | 275 | 30 | 221 | 0 | 127 | 27 | 32 | 474 | 115 | 52 |
| Binary | 10111101 | 11000 | 10010001 | 0 | 1010111 | 10111 | 11010 | 100111100 | 1001101 | 101010 |
Color Harmonies of #BD1891
Complementary color
Monochromatic Colors of #BD1891
Black with #BD1891
Text Example
Text Example
White with #BD1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1891; }
p { color: rgb(189,24,145); }
H1.HeaderClassName
{
color: #BD1891;
}
.AnyTagClassName
{
color: #BD1891;
}
</style>
background-color css
<style>
a { background-color: #BD1891; }
a { background-color: rgb(189,24,145); }
div.DivClassName
{
background-color: #BD1891;
}
.BgClassName
{
background-color: #BD1891;
}
</style>
border-color css
<style>
span { border-color: #BD1891; }
span { border-color: rgb(189,24,145); }
td.TdClassName
{
border-color: #BD1891;
}
.TagClassName
{
border-color: #BD1891;
}
</style>