Shades of Medium Violet Red #BD0182
Tints of Medium Violet Red #BD0182
RGB
CMYK
RGB Variations
Color information
#BD0182 (or 0xBD0182) is known color: Medium Violet Red. HEX triplet: BD, 01 and 82. RGB value is (189,1,130). Sum of RGB (Red+Green+Blue) = 189+1+130=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0182 is #42FE7D. Grayscale: #474747. Windows color (decimal): -4390526 or 8520125. OLE color: 8520125.
HSL color Cylindrical-coordinate representation of color #BD0182: hue angle of 318.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0182 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.26 |
| HSL | 318.83º | 0.99% | 0.37% | - |
| HSV(B) | 318.83º | 0.99% | 0.74% | - |
| XYZ | 25.03 | 12.45 | 22.2 | - |
| YUV | 71.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 130 | 0 | 0.99 | 0.31 | 0.26 | 318.83 | 0.99 | 0.37 |
| Hex | BD | 1 | 82 | 0 | 63 | 1F | 1A | 13F | 63 | 25 |
| Octal | 275 | 1 | 202 | 0 | 143 | 37 | 32 | 477 | 143 | 45 |
| Binary | 10111101 | 1 | 10000010 | 0 | 1100011 | 11111 | 11010 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BD0182
Complementary color
Monochromatic Colors of #BD0182
Black with #BD0182
Text Example
Text Example
White with #BD0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0182; }
p { color: rgb(189,1,130); }
H1.HeaderClassName
{
color: #BD0182;
}
.AnyTagClassName
{
color: #BD0182;
}
</style>
background-color css
<style>
a { background-color: #BD0182; }
a { background-color: rgb(189,1,130); }
div.DivClassName
{
background-color: #BD0182;
}
.BgClassName
{
background-color: #BD0182;
}
</style>
border-color css
<style>
span { border-color: #BD0182; }
span { border-color: rgb(189,1,130); }
td.TdClassName
{
border-color: #BD0182;
}
.TagClassName
{
border-color: #BD0182;
}
</style>