Shades of Medium Red Violet #BD2789
Tints of Medium Red Violet #BD2789
RGB
CMYK
RGB Variations
Color information
#BD2789 (or 0xBD2789) is known color: Medium Red Violet. HEX triplet: BD, 27 and 89. RGB value is (189,39,137). Sum of RGB (Red+Green+Blue) = 189+39+137=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2789 is #42D876. Grayscale: #5E5E5E. Windows color (decimal): -4380791 or 8988605. OLE color: 8988605.
HSL color Cylindrical-coordinate representation of color #BD2789: hue angle of 320.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2789 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 137 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.26 |
| HSL | 320.8º | 0.66% | 0.45% | - |
| HSV(B) | 320.8º | 0.79% | 0.74% | - |
| XYZ | 26.23 | 14.08 | 25 | - |
| YUV | 95.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 137 | 0 | 0.79 | 0.28 | 0.26 | 320.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 89 | 0 | 4F | 1C | 1A | 141 | 42 | 2D |
| Octal | 275 | 47 | 211 | 0 | 117 | 34 | 32 | 501 | 102 | 55 |
| Binary | 10111101 | 100111 | 10001001 | 0 | 1001111 | 11100 | 11010 | 101000001 | 1000010 | 101101 |
Color Harmonies of #BD2789
Complementary color
Monochromatic Colors of #BD2789
Black with #BD2789
Text Example
Text Example
White with #BD2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2789; }
p { color: rgb(189,39,137); }
H1.HeaderClassName
{
color: #BD2789;
}
.AnyTagClassName
{
color: #BD2789;
}
</style>
background-color css
<style>
a { background-color: #BD2789; }
a { background-color: rgb(189,39,137); }
div.DivClassName
{
background-color: #BD2789;
}
.BgClassName
{
background-color: #BD2789;
}
</style>
border-color css
<style>
span { border-color: #BD2789; }
span { border-color: rgb(189,39,137); }
td.TdClassName
{
border-color: #BD2789;
}
.TagClassName
{
border-color: #BD2789;
}
</style>