Shades of Medium Violet Red #BD0085
Tints of Medium Violet Red #BD0085
RGB
CMYK
RGB Variations
Color information
#BD0085 (or 0xBD0085) is known color: Medium Violet Red. HEX triplet: BD, 00 and 85. RGB value is (189,0,133). Sum of RGB (Red+Green+Blue) = 189+0+133=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0085 is #42FF7A. Grayscale: #474747. Windows color (decimal): -4390779 or 8716477. OLE color: 8716477.
HSL color Cylindrical-coordinate representation of color #BD0085: hue angle of 317.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0085 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.30 | 0.26 |
| HSL | 317.78º | 1% | 0.37% | - |
| HSV(B) | 317.78º | 1% | 0.74% | - |
| XYZ | 25.22 | 12.51 | 23.28 | - |
| YUV | 71.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 133 | 0 | 1 | 0.30 | 0.26 | 317.78 | 1 | 0.37 |
| Hex | BD | 0 | 85 | 0 | 64 | 1E | 1A | 13E | 64 | 25 |
| Octal | 275 | 0 | 205 | 0 | 144 | 36 | 32 | 476 | 144 | 45 |
| Binary | 10111101 | 0 | 10000101 | 0 | 1100100 | 11110 | 11010 | 100111110 | 1100100 | 100101 |
Color Harmonies of #BD0085
Complementary color
Monochromatic Colors of #BD0085
Black with #BD0085
Text Example
Text Example
White with #BD0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0085; }
p { color: rgb(189,0,133); }
H1.HeaderClassName
{
color: #BD0085;
}
.AnyTagClassName
{
color: #BD0085;
}
</style>
background-color css
<style>
a { background-color: #BD0085; }
a { background-color: rgb(189,0,133); }
div.DivClassName
{
background-color: #BD0085;
}
.BgClassName
{
background-color: #BD0085;
}
</style>
border-color css
<style>
span { border-color: #BD0085; }
span { border-color: rgb(189,0,133); }
td.TdClassName
{
border-color: #BD0085;
}
.TagClassName
{
border-color: #BD0085;
}
</style>