Shades of Medium Red Violet #BD3089
Tints of Medium Red Violet #BD3089
RGB
CMYK
RGB Variations
Color information
#BD3089 (or 0xBD3089) is known color: Medium Red Violet. HEX triplet: BD, 30 and 89. RGB value is (189,48,137). Sum of RGB (Red+Green+Blue) = 189+48+137=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3089 is #42CF76. Grayscale: #646464. Windows color (decimal): -4378487 or 8990909. OLE color: 8990909.
HSL color Cylindrical-coordinate representation of color #BD3089: hue angle of 322.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3089 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 137 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.26 |
| HSL | 322.13º | 0.59% | 0.46% | - |
| HSV(B) | 322.13º | 0.75% | 0.74% | - |
| XYZ | 26.56 | 14.74 | 25.11 | - |
| YUV | 100.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 137 | 0 | 0.75 | 0.28 | 0.26 | 322.13 | 0.59 | 0.46 |
| Hex | BD | 30 | 89 | 0 | 4B | 1C | 1A | 142 | 3B | 2E |
| Octal | 275 | 60 | 211 | 0 | 113 | 34 | 32 | 502 | 73 | 56 |
| Binary | 10111101 | 110000 | 10001001 | 0 | 1001011 | 11100 | 11010 | 101000010 | 111011 | 101110 |
Color Harmonies of #BD3089
Complementary color
Monochromatic Colors of #BD3089
Black with #BD3089
Text Example
Text Example
White with #BD3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3089; }
p { color: rgb(189,48,137); }
H1.HeaderClassName
{
color: #BD3089;
}
.AnyTagClassName
{
color: #BD3089;
}
</style>
background-color css
<style>
a { background-color: #BD3089; }
a { background-color: rgb(189,48,137); }
div.DivClassName
{
background-color: #BD3089;
}
.BgClassName
{
background-color: #BD3089;
}
</style>
border-color css
<style>
span { border-color: #BD3089; }
span { border-color: rgb(189,48,137); }
td.TdClassName
{
border-color: #BD3089;
}
.TagClassName
{
border-color: #BD3089;
}
</style>