Shades of Medium Violet Red #BD1689
Tints of Medium Violet Red #BD1689
RGB
CMYK
RGB Variations
Color information
#BD1689 (or 0xBD1689) is known color: Medium Violet Red. HEX triplet: BD, 16 and 89. RGB value is (189,22,137). Sum of RGB (Red+Green+Blue) = 189+22+137=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1689 is #42E976. Grayscale: #545454. Windows color (decimal): -4385143 or 8984253. OLE color: 8984253.
HSL color Cylindrical-coordinate representation of color #BD1689: hue angle of 318.68º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1689 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 137 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 318.68º | 0.79% | 0.41% | - |
| HSV(B) | 318.68º | 0.88% | 0.74% | - |
| XYZ | 25.79 | 13.2 | 24.86 | - |
| YUV | 85.04 | 157.33 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 137 | 0 | 0.88 | 0.28 | 0.26 | 318.68 | 0.79 | 0.41 |
| Hex | BD | 16 | 89 | 0 | 58 | 1C | 1A | 13F | 4F | 29 |
| Octal | 275 | 26 | 211 | 0 | 130 | 34 | 32 | 477 | 117 | 51 |
| Binary | 10111101 | 10110 | 10001001 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BD1689
Complementary color
Monochromatic Colors of #BD1689
Black with #BD1689
Text Example
Text Example
White with #BD1689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1689; }
p { color: rgb(189,22,137); }
H1.HeaderClassName
{
color: #BD1689;
}
.AnyTagClassName
{
color: #BD1689;
}
</style>
background-color css
<style>
a { background-color: #BD1689; }
a { background-color: rgb(189,22,137); }
div.DivClassName
{
background-color: #BD1689;
}
.BgClassName
{
background-color: #BD1689;
}
</style>
border-color css
<style>
span { border-color: #BD1689; }
span { border-color: rgb(189,22,137); }
td.TdClassName
{
border-color: #BD1689;
}
.TagClassName
{
border-color: #BD1689;
}
</style>