Shades of Medium Violet Red #BD0382
Tints of Medium Violet Red #BD0382
RGB
CMYK
RGB Variations
Color information
#BD0382 (or 0xBD0382) is known color: Medium Violet Red. HEX triplet: BD, 03 and 82. RGB value is (189,3,130). Sum of RGB (Red+Green+Blue) = 189+3+130=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0382 is #42FC7D. Grayscale: #484848. Windows color (decimal): -4390014 or 8520637. OLE color: 8520637.
HSL color Cylindrical-coordinate representation of color #BD0382: hue angle of 319.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0382 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.26 |
| HSL | 319.03º | 0.97% | 0.38% | - |
| HSV(B) | 319.03º | 0.98% | 0.74% | - |
| XYZ | 25.05 | 12.5 | 22.21 | - |
| YUV | 73.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 130 | 0 | 0.98 | 0.31 | 0.26 | 319.03 | 0.97 | 0.38 |
| Hex | BD | 3 | 82 | 0 | 62 | 1F | 1A | 13F | 61 | 26 |
| Octal | 275 | 3 | 202 | 0 | 142 | 37 | 32 | 477 | 141 | 46 |
| Binary | 10111101 | 11 | 10000010 | 0 | 1100010 | 11111 | 11010 | 100111111 | 1100001 | 100110 |
Color Harmonies of #BD0382
Complementary color
Monochromatic Colors of #BD0382
Black with #BD0382
Text Example
Text Example
White with #BD0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0382; }
p { color: rgb(189,3,130); }
H1.HeaderClassName
{
color: #BD0382;
}
.AnyTagClassName
{
color: #BD0382;
}
</style>
background-color css
<style>
a { background-color: #BD0382; }
a { background-color: rgb(189,3,130); }
div.DivClassName
{
background-color: #BD0382;
}
.BgClassName
{
background-color: #BD0382;
}
</style>
border-color css
<style>
span { border-color: #BD0382; }
span { border-color: rgb(189,3,130); }
td.TdClassName
{
border-color: #BD0382;
}
.TagClassName
{
border-color: #BD0382;
}
</style>