Shades of Medium Red Violet #BD387A
Tints of Medium Red Violet #BD387A
RGB
CMYK
RGB Variations
Color information
#BD387A (or 0xBD387A) is known color: Medium Red Violet. HEX triplet: BD, 38 and 7A. RGB value is (189,56,122). Sum of RGB (Red+Green+Blue) = 189+56+122=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD387A is #42C785. Grayscale: #676767. Windows color (decimal): -4376454 or 8009917. OLE color: 8009917.
HSL color Cylindrical-coordinate representation of color #BD387A: hue angle of 330.23º 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 #BD387A is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 122 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.26 |
| HSL | 330.23º | 0.54% | 0.48% | - |
| HSV(B) | 330.23º | 0.7% | 0.74% | - |
| XYZ | 25.91 | 15.05 | 19.95 | - |
| YUV | 103.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 122 | 0 | 0.70 | 0.35 | 0.26 | 330.23 | 0.54 | 0.48 |
| Hex | BD | 38 | 7A | 0 | 46 | 23 | 1A | 14A | 36 | 30 |
| Octal | 275 | 70 | 172 | 0 | 106 | 43 | 32 | 512 | 66 | 60 |
| Binary | 10111101 | 111000 | 1111010 | 0 | 1000110 | 100011 | 11010 | 101001010 | 110110 | 110000 |
Color Harmonies of #BD387A
Complementary color
Monochromatic Colors of #BD387A
Black with #BD387A
Text Example
Text Example
White with #BD387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD387A; }
p { color: rgb(189,56,122); }
H1.HeaderClassName
{
color: #BD387A;
}
.AnyTagClassName
{
color: #BD387A;
}
</style>
background-color css
<style>
a { background-color: #BD387A; }
a { background-color: rgb(189,56,122); }
div.DivClassName
{
background-color: #BD387A;
}
.BgClassName
{
background-color: #BD387A;
}
</style>
border-color css
<style>
span { border-color: #BD387A; }
span { border-color: rgb(189,56,122); }
td.TdClassName
{
border-color: #BD387A;
}
.TagClassName
{
border-color: #BD387A;
}
</style>