Shades of Medium Red Violet #BD388B
Tints of Medium Red Violet #BD388B
RGB
CMYK
RGB Variations
Color information
#BD388B (or 0xBD388B) is known color: Medium Red Violet. HEX triplet: BD, 38 and 8B. RGB value is (189,56,139). Sum of RGB (Red+Green+Blue) = 189+56+139=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD388B is #42C774. Grayscale: #696969. Windows color (decimal): -4376437 or 9124029. OLE color: 9124029.
HSL color Cylindrical-coordinate representation of color #BD388B: hue angle of 322.56º 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 #BD388B is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 139 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.26 |
| HSL | 322.56º | 0.54% | 0.48% | - |
| HSV(B) | 322.56º | 0.7% | 0.74% | - |
| XYZ | 27.06 | 15.51 | 25.99 | - |
| YUV | 105.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 139 | 0 | 0.70 | 0.26 | 0.26 | 322.56 | 0.54 | 0.48 |
| Hex | BD | 38 | 8B | 0 | 46 | 1A | 1A | 143 | 36 | 30 |
| Octal | 275 | 70 | 213 | 0 | 106 | 32 | 32 | 503 | 66 | 60 |
| Binary | 10111101 | 111000 | 10001011 | 0 | 1000110 | 11010 | 11010 | 101000011 | 110110 | 110000 |
Color Harmonies of #BD388B
Complementary color
Monochromatic Colors of #BD388B
Black with #BD388B
Text Example
Text Example
White with #BD388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD388B; }
p { color: rgb(189,56,139); }
H1.HeaderClassName
{
color: #BD388B;
}
.AnyTagClassName
{
color: #BD388B;
}
</style>
background-color css
<style>
a { background-color: #BD388B; }
a { background-color: rgb(189,56,139); }
div.DivClassName
{
background-color: #BD388B;
}
.BgClassName
{
background-color: #BD388B;
}
</style>
border-color css
<style>
span { border-color: #BD388B; }
span { border-color: rgb(189,56,139); }
td.TdClassName
{
border-color: #BD388B;
}
.TagClassName
{
border-color: #BD388B;
}
</style>