Shades of Medium Violet Red #BD108D
Tints of Medium Violet Red #BD108D
RGB
CMYK
RGB Variations
Color information
#BD108D (or 0xBD108D) is known color: Medium Violet Red. HEX triplet: BD, 10 and 8D. RGB value is (189,16,141). Sum of RGB (Red+Green+Blue) = 189+16+141=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD108D is #42EF72. Grayscale: #515151. Windows color (decimal): -4386675 or 9244861. OLE color: 9244861.
HSL color Cylindrical-coordinate representation of color #BD108D: hue angle of 316.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD108D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.26 |
| HSL | 316.65º | 0.84% | 0.4% | - |
| HSV(B) | 316.65º | 0.92% | 0.74% | - |
| XYZ | 25.98 | 13.11 | 26.36 | - |
| YUV | 81.98 | 161.31 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 141 | 0 | 0.92 | 0.25 | 0.26 | 316.65 | 0.84 | 0.4 |
| Hex | BD | 10 | 8D | 0 | 5C | 19 | 1A | 13D | 54 | 28 |
| Octal | 275 | 20 | 215 | 0 | 134 | 31 | 32 | 475 | 124 | 50 |
| Binary | 10111101 | 10000 | 10001101 | 0 | 1011100 | 11001 | 11010 | 100111101 | 1010100 | 101000 |
Color Harmonies of #BD108D
Complementary color
Monochromatic Colors of #BD108D
Black with #BD108D
Text Example
Text Example
White with #BD108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD108D; }
p { color: rgb(189,16,141); }
H1.HeaderClassName
{
color: #BD108D;
}
.AnyTagClassName
{
color: #BD108D;
}
</style>
background-color css
<style>
a { background-color: #BD108D; }
a { background-color: rgb(189,16,141); }
div.DivClassName
{
background-color: #BD108D;
}
.BgClassName
{
background-color: #BD108D;
}
</style>
border-color css
<style>
span { border-color: #BD108D; }
span { border-color: rgb(189,16,141); }
td.TdClassName
{
border-color: #BD108D;
}
.TagClassName
{
border-color: #BD108D;
}
</style>