Shades of Medium Red Violet #BD38A0
Tints of Medium Red Violet #BD38A0
RGB
CMYK
RGB Variations
Color information
#BD38A0 (or 0xBD38A0) is known color: Medium Red Violet. HEX triplet: BD, 38 and A0. RGB value is (189,56,160). Sum of RGB (Red+Green+Blue) = 189+56+160=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD38A0 is #42C75F. Grayscale: #6B6B6B. Windows color (decimal): -4376416 or 10500285. OLE color: 10500285.
HSL color Cylindrical-coordinate representation of color #BD38A0: hue angle of 313.08º 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 #BD38A0 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 160 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.26 |
| HSL | 313.08º | 0.54% | 0.48% | - |
| HSV(B) | 313.08º | 0.7% | 0.74% | - |
| XYZ | 28.75 | 16.19 | 34.87 | - |
| YUV | 107.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 160 | 0 | 0.70 | 0.15 | 0.26 | 313.08 | 0.54 | 0.48 |
| Hex | BD | 38 | A0 | 0 | 46 | F | 1A | 139 | 36 | 30 |
| Octal | 275 | 70 | 240 | 0 | 106 | 17 | 32 | 471 | 66 | 60 |
| Binary | 10111101 | 111000 | 10100000 | 0 | 1000110 | 1111 | 11010 | 100111001 | 110110 | 110000 |
Color Harmonies of #BD38A0
Complementary color
Monochromatic Colors of #BD38A0
Black with #BD38A0
Text Example
Text Example
White with #BD38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38A0; }
p { color: rgb(189,56,160); }
H1.HeaderClassName
{
color: #BD38A0;
}
.AnyTagClassName
{
color: #BD38A0;
}
</style>
background-color css
<style>
a { background-color: #BD38A0; }
a { background-color: rgb(189,56,160); }
div.DivClassName
{
background-color: #BD38A0;
}
.BgClassName
{
background-color: #BD38A0;
}
</style>
border-color css
<style>
span { border-color: #BD38A0; }
span { border-color: rgb(189,56,160); }
td.TdClassName
{
border-color: #BD38A0;
}
.TagClassName
{
border-color: #BD38A0;
}
</style>