Shades of Medium Violet Red #BD0682
Tints of Medium Violet Red #BD0682
RGB
CMYK
RGB Variations
Color information
#BD0682 (or 0xBD0682) is known color: Medium Violet Red. HEX triplet: BD, 06 and 82. RGB value is (189,6,130). Sum of RGB (Red+Green+Blue) = 189+6+130=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0682 is #42F97D. Grayscale: #4A4A4A. Windows color (decimal): -4389246 or 8521405. OLE color: 8521405.
HSL color Cylindrical-coordinate representation of color #BD0682: hue angle of 319.34º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0682 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.26 |
| HSL | 319.34º | 0.94% | 0.38% | - |
| HSV(B) | 319.34º | 0.97% | 0.74% | - |
| XYZ | 25.08 | 12.56 | 22.22 | - |
| YUV | 74.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 130 | 0 | 0.97 | 0.31 | 0.26 | 319.34 | 0.94 | 0.38 |
| Hex | BD | 6 | 82 | 0 | 61 | 1F | 1A | 13F | 5E | 26 |
| Octal | 275 | 6 | 202 | 0 | 141 | 37 | 32 | 477 | 136 | 46 |
| Binary | 10111101 | 110 | 10000010 | 0 | 1100001 | 11111 | 11010 | 100111111 | 1011110 | 100110 |
Color Harmonies of #BD0682
Complementary color
Monochromatic Colors of #BD0682
Black with #BD0682
Text Example
Text Example
White with #BD0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0682; }
p { color: rgb(189,6,130); }
H1.HeaderClassName
{
color: #BD0682;
}
.AnyTagClassName
{
color: #BD0682;
}
</style>
background-color css
<style>
a { background-color: #BD0682; }
a { background-color: rgb(189,6,130); }
div.DivClassName
{
background-color: #BD0682;
}
.BgClassName
{
background-color: #BD0682;
}
</style>
border-color css
<style>
span { border-color: #BD0682; }
span { border-color: rgb(189,6,130); }
td.TdClassName
{
border-color: #BD0682;
}
.TagClassName
{
border-color: #BD0682;
}
</style>