Shades of Medium Violet Red #BD008E
Tints of Medium Violet Red #BD008E
RGB
CMYK
RGB Variations
Color information
#BD008E (or 0xBD008E) is known color: Medium Violet Red. HEX triplet: BD, 00 and 8E. RGB value is (189,0,142). Sum of RGB (Red+Green+Blue) = 189+0+142=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008E is #42FF71. Grayscale: #484848. Windows color (decimal): -4390770 or 9306301. OLE color: 9306301.
HSL color Cylindrical-coordinate representation of color #BD008E: hue angle of 314.92º 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 #BD008E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.25 | 0.26 |
| HSL | 314.92º | 1% | 0.37% | - |
| HSV(B) | 314.92º | 1% | 0.74% | - |
| XYZ | 25.87 | 12.77 | 26.69 | - |
| YUV | 72.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 142 | 0 | 1 | 0.25 | 0.26 | 314.92 | 1 | 0.37 |
| Hex | BD | 0 | 8E | 0 | 64 | 19 | 1A | 13B | 64 | 25 |
| Octal | 275 | 0 | 216 | 0 | 144 | 31 | 32 | 473 | 144 | 45 |
| Binary | 10111101 | 0 | 10001110 | 0 | 1100100 | 11001 | 11010 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BD008E
Complementary color
Monochromatic Colors of #BD008E
Black with #BD008E
Text Example
Text Example
White with #BD008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD008E; }
p { color: rgb(189,0,142); }
H1.HeaderClassName
{
color: #BD008E;
}
.AnyTagClassName
{
color: #BD008E;
}
</style>
background-color css
<style>
a { background-color: #BD008E; }
a { background-color: rgb(189,0,142); }
div.DivClassName
{
background-color: #BD008E;
}
.BgClassName
{
background-color: #BD008E;
}
</style>
border-color css
<style>
span { border-color: #BD008E; }
span { border-color: rgb(189,0,142); }
td.TdClassName
{
border-color: #BD008E;
}
.TagClassName
{
border-color: #BD008E;
}
</style>