Shades of Medium Violet Red #BD109D
Tints of Medium Violet Red #BD109D
RGB
CMYK
RGB Variations
Color information
#BD109D (or 0xBD109D) is known color: Medium Violet Red. HEX triplet: BD, 10 and 9D. RGB value is (189,16,157). Sum of RGB (Red+Green+Blue) = 189+16+157=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD109D is #42EF62. Grayscale: #535353. Windows color (decimal): -4386659 or 10293437. OLE color: 10293437.
HSL color Cylindrical-coordinate representation of color #BD109D: hue angle of 311.1º 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 #BD109D is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.26 |
| HSL | 311.1º | 0.84% | 0.4% | - |
| HSV(B) | 311.1º | 0.92% | 0.74% | - |
| XYZ | 27.26 | 13.62 | 33.09 | - |
| YUV | 83.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 157 | 0 | 0.92 | 0.17 | 0.26 | 311.1 | 0.84 | 0.4 |
| Hex | BD | 10 | 9D | 0 | 5C | 11 | 1A | 137 | 54 | 28 |
| Octal | 275 | 20 | 235 | 0 | 134 | 21 | 32 | 467 | 124 | 50 |
| Binary | 10111101 | 10000 | 10011101 | 0 | 1011100 | 10001 | 11010 | 100110111 | 1010100 | 101000 |
Color Harmonies of #BD109D
Complementary color
Monochromatic Colors of #BD109D
Black with #BD109D
Text Example
Text Example
White with #BD109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD109D; }
p { color: rgb(189,16,157); }
H1.HeaderClassName
{
color: #BD109D;
}
.AnyTagClassName
{
color: #BD109D;
}
</style>
background-color css
<style>
a { background-color: #BD109D; }
a { background-color: rgb(189,16,157); }
div.DivClassName
{
background-color: #BD109D;
}
.BgClassName
{
background-color: #BD109D;
}
</style>
border-color css
<style>
span { border-color: #BD109D; }
span { border-color: rgb(189,16,157); }
td.TdClassName
{
border-color: #BD109D;
}
.TagClassName
{
border-color: #BD109D;
}
</style>