Shades of Medium Red Violet #BD387C
Tints of Medium Red Violet #BD387C
RGB
CMYK
RGB Variations
Color information
#BD387C (or 0xBD387C) is known color: Medium Red Violet. HEX triplet: BD, 38 and 7C. RGB value is (189,56,124). Sum of RGB (Red+Green+Blue) = 189+56+124=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD387C is #42C783. Grayscale: #676767. Windows color (decimal): -4376452 or 8140989. OLE color: 8140989.
HSL color Cylindrical-coordinate representation of color #BD387C: hue angle of 329.32º 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 #BD387C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 124 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.26 |
| HSL | 329.32º | 0.54% | 0.48% | - |
| HSV(B) | 329.32º | 0.7% | 0.74% | - |
| XYZ | 26.04 | 15.1 | 20.61 | - |
| YUV | 103.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 124 | 0 | 0.70 | 0.34 | 0.26 | 329.32 | 0.54 | 0.48 |
| Hex | BD | 38 | 7C | 0 | 46 | 22 | 1A | 149 | 36 | 30 |
| Octal | 275 | 70 | 174 | 0 | 106 | 42 | 32 | 511 | 66 | 60 |
| Binary | 10111101 | 111000 | 1111100 | 0 | 1000110 | 100010 | 11010 | 101001001 | 110110 | 110000 |
Color Harmonies of #BD387C
Complementary color
Monochromatic Colors of #BD387C
Black with #BD387C
Text Example
Text Example
White with #BD387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD387C; }
p { color: rgb(189,56,124); }
H1.HeaderClassName
{
color: #BD387C;
}
.AnyTagClassName
{
color: #BD387C;
}
</style>
background-color css
<style>
a { background-color: #BD387C; }
a { background-color: rgb(189,56,124); }
div.DivClassName
{
background-color: #BD387C;
}
.BgClassName
{
background-color: #BD387C;
}
</style>
border-color css
<style>
span { border-color: #BD387C; }
span { border-color: rgb(189,56,124); }
td.TdClassName
{
border-color: #BD387C;
}
.TagClassName
{
border-color: #BD387C;
}
</style>