Shades of Medium Violet Red #BD1482
Tints of Medium Violet Red #BD1482
RGB
CMYK
RGB Variations
Color information
#BD1482 (or 0xBD1482) is known color: Medium Violet Red. HEX triplet: BD, 14 and 82. RGB value is (189,20,130). Sum of RGB (Red+Green+Blue) = 189+20+130=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1482 is #42EB7D. Grayscale: #525252. Windows color (decimal): -4385662 or 8524989. OLE color: 8524989.
HSL color Cylindrical-coordinate representation of color #BD1482: hue angle of 320.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1482 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 130 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.26 |
| HSL | 320.95º | 0.81% | 0.41% | - |
| HSV(B) | 320.95º | 0.89% | 0.74% | - |
| XYZ | 25.27 | 12.93 | 22.28 | - |
| YUV | 83.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 130 | 0 | 0.89 | 0.31 | 0.26 | 320.95 | 0.81 | 0.41 |
| Hex | BD | 14 | 82 | 0 | 59 | 1F | 1A | 141 | 51 | 29 |
| Octal | 275 | 24 | 202 | 0 | 131 | 37 | 32 | 501 | 121 | 51 |
| Binary | 10111101 | 10100 | 10000010 | 0 | 1011001 | 11111 | 11010 | 101000001 | 1010001 | 101001 |
Color Harmonies of #BD1482
Complementary color
Monochromatic Colors of #BD1482
Black with #BD1482
Text Example
Text Example
White with #BD1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1482; }
p { color: rgb(189,20,130); }
H1.HeaderClassName
{
color: #BD1482;
}
.AnyTagClassName
{
color: #BD1482;
}
</style>
background-color css
<style>
a { background-color: #BD1482; }
a { background-color: rgb(189,20,130); }
div.DivClassName
{
background-color: #BD1482;
}
.BgClassName
{
background-color: #BD1482;
}
</style>
border-color css
<style>
span { border-color: #BD1482; }
span { border-color: rgb(189,20,130); }
td.TdClassName
{
border-color: #BD1482;
}
.TagClassName
{
border-color: #BD1482;
}
</style>