Shades of Medium Red Violet #BD398B
Tints of Medium Red Violet #BD398B
RGB
CMYK
RGB Variations
Color information
#BD398B (or 0xBD398B) is known color: Medium Red Violet. HEX triplet: BD, 39 and 8B. RGB value is (189,57,139). Sum of RGB (Red+Green+Blue) = 189+57+139=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD398B is #42C674. Grayscale: #696969. Windows color (decimal): -4376181 or 9124285. OLE color: 9124285.
HSL color Cylindrical-coordinate representation of color #BD398B: hue angle of 322.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD398B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 139 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.26 |
| HSL | 322.73º | 0.54% | 0.48% | - |
| HSV(B) | 322.73º | 0.7% | 0.74% | - |
| XYZ | 27.11 | 15.61 | 26.01 | - |
| YUV | 105.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 139 | 0 | 0.70 | 0.26 | 0.26 | 322.73 | 0.54 | 0.48 |
| Hex | BD | 39 | 8B | 0 | 46 | 1A | 1A | 143 | 36 | 30 |
| Octal | 275 | 71 | 213 | 0 | 106 | 32 | 32 | 503 | 66 | 60 |
| Binary | 10111101 | 111001 | 10001011 | 0 | 1000110 | 11010 | 11010 | 101000011 | 110110 | 110000 |
Color Harmonies of #BD398B
Complementary color
Monochromatic Colors of #BD398B
Black with #BD398B
Text Example
Text Example
White with #BD398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD398B; }
p { color: rgb(189,57,139); }
H1.HeaderClassName
{
color: #BD398B;
}
.AnyTagClassName
{
color: #BD398B;
}
</style>
background-color css
<style>
a { background-color: #BD398B; }
a { background-color: rgb(189,57,139); }
div.DivClassName
{
background-color: #BD398B;
}
.BgClassName
{
background-color: #BD398B;
}
</style>
border-color css
<style>
span { border-color: #BD398B; }
span { border-color: rgb(189,57,139); }
td.TdClassName
{
border-color: #BD398B;
}
.TagClassName
{
border-color: #BD398B;
}
</style>