Shades of Medium Violet Red #BD2289
Tints of Medium Violet Red #BD2289
RGB
CMYK
RGB Variations
Color information
#BD2289 (or 0xBD2289) is known color: Medium Violet Red. HEX triplet: BD, 22 and 89. RGB value is (189,34,137). Sum of RGB (Red+Green+Blue) = 189+34+137=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2289 is #42DD76. Grayscale: #5B5B5B. Windows color (decimal): -4382071 or 8987325. OLE color: 8987325.
HSL color Cylindrical-coordinate representation of color #BD2289: hue angle of 320.13º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2289 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 137 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.26 |
| HSL | 320.13º | 0.7% | 0.44% | - |
| HSV(B) | 320.13º | 0.82% | 0.74% | - |
| XYZ | 26.07 | 13.77 | 24.95 | - |
| YUV | 92.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 137 | 0 | 0.82 | 0.28 | 0.26 | 320.13 | 0.7 | 0.44 |
| Hex | BD | 22 | 89 | 0 | 52 | 1C | 1A | 140 | 46 | 2C |
| Octal | 275 | 42 | 211 | 0 | 122 | 34 | 32 | 500 | 106 | 54 |
| Binary | 10111101 | 100010 | 10001001 | 0 | 1010010 | 11100 | 11010 | 101000000 | 1000110 | 101100 |
Color Harmonies of #BD2289
Complementary color
Monochromatic Colors of #BD2289
Black with #BD2289
Text Example
Text Example
White with #BD2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2289; }
p { color: rgb(189,34,137); }
H1.HeaderClassName
{
color: #BD2289;
}
.AnyTagClassName
{
color: #BD2289;
}
</style>
background-color css
<style>
a { background-color: #BD2289; }
a { background-color: rgb(189,34,137); }
div.DivClassName
{
background-color: #BD2289;
}
.BgClassName
{
background-color: #BD2289;
}
</style>
border-color css
<style>
span { border-color: #BD2289; }
span { border-color: rgb(189,34,137); }
td.TdClassName
{
border-color: #BD2289;
}
.TagClassName
{
border-color: #BD2289;
}
</style>