Shades of Medium Red Violet #BD389B
Tints of Medium Red Violet #BD389B
RGB
CMYK
RGB Variations
Color information
#BD389B (or 0xBD389B) is known color: Medium Red Violet. HEX triplet: BD, 38 and 9B. RGB value is (189,56,155). Sum of RGB (Red+Green+Blue) = 189+56+155=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389B is #42C764. Grayscale: #6A6A6A. Windows color (decimal): -4376421 or 10172605. OLE color: 10172605.
HSL color Cylindrical-coordinate representation of color #BD389B: hue angle of 315.34º 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 #BD389B is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 155 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.26 |
| HSL | 315.34º | 0.54% | 0.48% | - |
| HSV(B) | 315.34º | 0.7% | 0.74% | - |
| XYZ | 28.32 | 16.01 | 32.61 | - |
| YUV | 107.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 155 | 0 | 0.70 | 0.18 | 0.26 | 315.34 | 0.54 | 0.48 |
| Hex | BD | 38 | 9B | 0 | 46 | 12 | 1A | 13B | 36 | 30 |
| Octal | 275 | 70 | 233 | 0 | 106 | 22 | 32 | 473 | 66 | 60 |
| Binary | 10111101 | 111000 | 10011011 | 0 | 1000110 | 10010 | 11010 | 100111011 | 110110 | 110000 |
Color Harmonies of #BD389B
Complementary color
Monochromatic Colors of #BD389B
Black with #BD389B
Text Example
Text Example
White with #BD389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD389B; }
p { color: rgb(189,56,155); }
H1.HeaderClassName
{
color: #BD389B;
}
.AnyTagClassName
{
color: #BD389B;
}
</style>
background-color css
<style>
a { background-color: #BD389B; }
a { background-color: rgb(189,56,155); }
div.DivClassName
{
background-color: #BD389B;
}
.BgClassName
{
background-color: #BD389B;
}
</style>
border-color css
<style>
span { border-color: #BD389B; }
span { border-color: rgb(189,56,155); }
td.TdClassName
{
border-color: #BD389B;
}
.TagClassName
{
border-color: #BD389B;
}
</style>