Shades of Medium Violet Red #BD109C
Tints of Medium Violet Red #BD109C
RGB
CMYK
RGB Variations
Color information
#BD109C (or 0xBD109C) is known color: Medium Violet Red. HEX triplet: BD, 10 and 9C. RGB value is (189,16,156). Sum of RGB (Red+Green+Blue) = 189+16+156=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD109C is #42EF63. Grayscale: #535353. Windows color (decimal): -4386660 or 10227901. OLE color: 10227901.
HSL color Cylindrical-coordinate representation of color #BD109C: hue angle of 311.45º 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 #BD109C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.26 |
| HSL | 311.45º | 0.84% | 0.4% | - |
| HSV(B) | 311.45º | 0.92% | 0.74% | - |
| XYZ | 27.17 | 13.59 | 32.64 | - |
| YUV | 83.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 156 | 0 | 0.92 | 0.17 | 0.26 | 311.45 | 0.84 | 0.4 |
| Hex | BD | 10 | 9C | 0 | 5C | 11 | 1A | 137 | 54 | 28 |
| Octal | 275 | 20 | 234 | 0 | 134 | 21 | 32 | 467 | 124 | 50 |
| Binary | 10111101 | 10000 | 10011100 | 0 | 1011100 | 10001 | 11010 | 100110111 | 1010100 | 101000 |
Color Harmonies of #BD109C
Complementary color
Monochromatic Colors of #BD109C
Black with #BD109C
Text Example
Text Example
White with #BD109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD109C; }
p { color: rgb(189,16,156); }
H1.HeaderClassName
{
color: #BD109C;
}
.AnyTagClassName
{
color: #BD109C;
}
</style>
background-color css
<style>
a { background-color: #BD109C; }
a { background-color: rgb(189,16,156); }
div.DivClassName
{
background-color: #BD109C;
}
.BgClassName
{
background-color: #BD109C;
}
</style>
border-color css
<style>
span { border-color: #BD109C; }
span { border-color: rgb(189,16,156); }
td.TdClassName
{
border-color: #BD109C;
}
.TagClassName
{
border-color: #BD109C;
}
</style>