Shades of Medium Violet Red #BD1289
Tints of Medium Violet Red #BD1289
RGB
CMYK
RGB Variations
Color information
#BD1289 (or 0xBD1289) is known color: Medium Violet Red. HEX triplet: BD, 12 and 89. RGB value is (189,18,137). Sum of RGB (Red+Green+Blue) = 189+18+137=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1289 is #42ED76. Grayscale: #525252. Windows color (decimal): -4386167 or 8983229. OLE color: 8983229.
HSL color Cylindrical-coordinate representation of color #BD1289: hue angle of 318.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1289 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 137 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.25º | 0.83% | 0.41% | - |
| HSV(B) | 318.25º | 0.9% | 0.74% | - |
| XYZ | 25.72 | 13.06 | 24.83 | - |
| YUV | 82.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 137 | 0 | 0.90 | 0.28 | 0.26 | 318.25 | 0.83 | 0.41 |
| Hex | BD | 12 | 89 | 0 | 5A | 1C | 1A | 13E | 53 | 29 |
| Octal | 275 | 22 | 211 | 0 | 132 | 34 | 32 | 476 | 123 | 51 |
| Binary | 10111101 | 10010 | 10001001 | 0 | 1011010 | 11100 | 11010 | 100111110 | 1010011 | 101001 |
Color Harmonies of #BD1289
Complementary color
Monochromatic Colors of #BD1289
Black with #BD1289
Text Example
Text Example
White with #BD1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1289; }
p { color: rgb(189,18,137); }
H1.HeaderClassName
{
color: #BD1289;
}
.AnyTagClassName
{
color: #BD1289;
}
</style>
background-color css
<style>
a { background-color: #BD1289; }
a { background-color: rgb(189,18,137); }
div.DivClassName
{
background-color: #BD1289;
}
.BgClassName
{
background-color: #BD1289;
}
</style>
border-color css
<style>
span { border-color: #BD1289; }
span { border-color: rgb(189,18,137); }
td.TdClassName
{
border-color: #BD1289;
}
.TagClassName
{
border-color: #BD1289;
}
</style>