Shades of Medium Violet Red #BD0D8E
Tints of Medium Violet Red #BD0D8E
RGB
CMYK
RGB Variations
Color information
#BD0D8E (or 0xBD0D8E) is known color: Medium Violet Red. HEX triplet: BD, 0D and 8E. RGB value is (189,13,142). Sum of RGB (Red+Green+Blue) = 189+13+142=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0D8E is #42F271. Grayscale: #4F4F4F. Windows color (decimal): -4387442 or 9309629. OLE color: 9309629.
HSL color Cylindrical-coordinate representation of color #BD0D8E: hue angle of 316.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D8E is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 142 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.26 |
| HSL | 316.02º | 0.87% | 0.4% | - |
| HSV(B) | 316.02º | 0.93% | 0.74% | - |
| XYZ | 26.01 | 13.06 | 26.74 | - |
| YUV | 80.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 142 | 0 | 0.93 | 0.25 | 0.26 | 316.02 | 0.87 | 0.4 |
| Hex | BD | D | 8E | 0 | 5D | 19 | 1A | 13C | 57 | 28 |
| Octal | 275 | 15 | 216 | 0 | 135 | 31 | 32 | 474 | 127 | 50 |
| Binary | 10111101 | 1101 | 10001110 | 0 | 1011101 | 11001 | 11010 | 100111100 | 1010111 | 101000 |
Color Harmonies of #BD0D8E
Complementary color
Monochromatic Colors of #BD0D8E
Black with #BD0D8E
Text Example
Text Example
White with #BD0D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D8E; }
p { color: rgb(189,13,142); }
H1.HeaderClassName
{
color: #BD0D8E;
}
.AnyTagClassName
{
color: #BD0D8E;
}
</style>
background-color css
<style>
a { background-color: #BD0D8E; }
a { background-color: rgb(189,13,142); }
div.DivClassName
{
background-color: #BD0D8E;
}
.BgClassName
{
background-color: #BD0D8E;
}
</style>
border-color css
<style>
span { border-color: #BD0D8E; }
span { border-color: rgb(189,13,142); }
td.TdClassName
{
border-color: #BD0D8E;
}
.TagClassName
{
border-color: #BD0D8E;
}
</style>