Shades of Medium Red Violet #BD389F
Tints of Medium Red Violet #BD389F
RGB
CMYK
RGB Variations
Color information
#BD389F (or 0xBD389F) is known color: Medium Red Violet. HEX triplet: BD, 38 and 9F. RGB value is (189,56,159). Sum of RGB (Red+Green+Blue) = 189+56+159=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD389F is #42C760. Grayscale: #6B6B6B. Windows color (decimal): -4376417 or 10434749. OLE color: 10434749.
HSL color Cylindrical-coordinate representation of color #BD389F: hue angle of 313.53º 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 #BD389F is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 159 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.26 |
| HSL | 313.53º | 0.54% | 0.48% | - |
| HSV(B) | 313.53º | 0.7% | 0.74% | - |
| XYZ | 28.66 | 16.15 | 34.41 | - |
| YUV | 107.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 159 | 0 | 0.70 | 0.16 | 0.26 | 313.53 | 0.54 | 0.48 |
| Hex | BD | 38 | 9F | 0 | 46 | 10 | 1A | 13A | 36 | 30 |
| Octal | 275 | 70 | 237 | 0 | 106 | 20 | 32 | 472 | 66 | 60 |
| Binary | 10111101 | 111000 | 10011111 | 0 | 1000110 | 10000 | 11010 | 100111010 | 110110 | 110000 |
Color Harmonies of #BD389F
Complementary color
Monochromatic Colors of #BD389F
Black with #BD389F
Text Example
Text Example
White with #BD389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD389F; }
p { color: rgb(189,56,159); }
H1.HeaderClassName
{
color: #BD389F;
}
.AnyTagClassName
{
color: #BD389F;
}
</style>
background-color css
<style>
a { background-color: #BD389F; }
a { background-color: rgb(189,56,159); }
div.DivClassName
{
background-color: #BD389F;
}
.BgClassName
{
background-color: #BD389F;
}
</style>
border-color css
<style>
span { border-color: #BD389F; }
span { border-color: rgb(189,56,159); }
td.TdClassName
{
border-color: #BD389F;
}
.TagClassName
{
border-color: #BD389F;
}
</style>