Shades of Medium Violet Red #BD008D
Tints of Medium Violet Red #BD008D
RGB
CMYK
RGB Variations
Color information
#BD008D (or 0xBD008D) is known color: Medium Violet Red. HEX triplet: BD, 00 and 8D. RGB value is (189,0,141). Sum of RGB (Red+Green+Blue) = 189+0+141=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008D is #42FF72. Grayscale: #484848. Windows color (decimal): -4390771 or 9240765. OLE color: 9240765.
HSL color Cylindrical-coordinate representation of color #BD008D: hue angle of 315.24º 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 #BD008D is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.25 | 0.26 |
| HSL | 315.24º | 1% | 0.37% | - |
| HSV(B) | 315.24º | 1% | 0.74% | - |
| XYZ | 25.79 | 12.74 | 26.3 | - |
| YUV | 72.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 141 | 0 | 1 | 0.25 | 0.26 | 315.24 | 1 | 0.37 |
| Hex | BD | 0 | 8D | 0 | 64 | 19 | 1A | 13B | 64 | 25 |
| Octal | 275 | 0 | 215 | 0 | 144 | 31 | 32 | 473 | 144 | 45 |
| Binary | 10111101 | 0 | 10001101 | 0 | 1100100 | 11001 | 11010 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BD008D
Complementary color
Monochromatic Colors of #BD008D
Black with #BD008D
Text Example
Text Example
White with #BD008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD008D; }
p { color: rgb(189,0,141); }
H1.HeaderClassName
{
color: #BD008D;
}
.AnyTagClassName
{
color: #BD008D;
}
</style>
background-color css
<style>
a { background-color: #BD008D; }
a { background-color: rgb(189,0,141); }
div.DivClassName
{
background-color: #BD008D;
}
.BgClassName
{
background-color: #BD008D;
}
</style>
border-color css
<style>
span { border-color: #BD008D; }
span { border-color: rgb(189,0,141); }
td.TdClassName
{
border-color: #BD008D;
}
.TagClassName
{
border-color: #BD008D;
}
</style>