Shades of Medium Violet Red #BD0982
Tints of Medium Violet Red #BD0982
RGB
CMYK
RGB Variations
Color information
#BD0982 (or 0xBD0982) is known color: Medium Violet Red. HEX triplet: BD, 09 and 82. RGB value is (189,9,130). Sum of RGB (Red+Green+Blue) = 189+9+130=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0982 is #42F67D. Grayscale: #4C4C4C. Windows color (decimal): -4388478 or 8522173. OLE color: 8522173.
HSL color Cylindrical-coordinate representation of color #BD0982: hue angle of 319.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0982 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.26 |
| HSL | 319.67º | 0.91% | 0.39% | - |
| HSV(B) | 319.67º | 0.95% | 0.74% | - |
| XYZ | 25.11 | 12.63 | 22.23 | - |
| YUV | 76.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 130 | 0 | 0.95 | 0.31 | 0.26 | 319.67 | 0.91 | 0.39 |
| Hex | BD | 9 | 82 | 0 | 5F | 1F | 1A | 140 | 5B | 27 |
| Octal | 275 | 11 | 202 | 0 | 137 | 37 | 32 | 500 | 133 | 47 |
| Binary | 10111101 | 1001 | 10000010 | 0 | 1011111 | 11111 | 11010 | 101000000 | 1011011 | 100111 |
Color Harmonies of #BD0982
Complementary color
Monochromatic Colors of #BD0982
Black with #BD0982
Text Example
Text Example
White with #BD0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0982; }
p { color: rgb(189,9,130); }
H1.HeaderClassName
{
color: #BD0982;
}
.AnyTagClassName
{
color: #BD0982;
}
</style>
background-color css
<style>
a { background-color: #BD0982; }
a { background-color: rgb(189,9,130); }
div.DivClassName
{
background-color: #BD0982;
}
.BgClassName
{
background-color: #BD0982;
}
</style>
border-color css
<style>
span { border-color: #BD0982; }
span { border-color: rgb(189,9,130); }
td.TdClassName
{
border-color: #BD0982;
}
.TagClassName
{
border-color: #BD0982;
}
</style>