Shades of Medium Violet Red #BD128C
Tints of Medium Violet Red #BD128C
RGB
CMYK
RGB Variations
Color information
#BD128C (or 0xBD128C) is known color: Medium Violet Red. HEX triplet: BD, 12 and 8C. RGB value is (189,18,140). Sum of RGB (Red+Green+Blue) = 189+18+140=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD128C is #42ED73. Grayscale: #525252. Windows color (decimal): -4386164 or 9179837. OLE color: 9179837.
HSL color Cylindrical-coordinate representation of color #BD128C: hue angle of 317.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD128C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 140 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.26 |
| HSL | 317.19º | 0.83% | 0.41% | - |
| HSV(B) | 317.19º | 0.9% | 0.74% | - |
| XYZ | 25.94 | 13.14 | 25.98 | - |
| YUV | 83.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 140 | 0 | 0.90 | 0.26 | 0.26 | 317.19 | 0.83 | 0.41 |
| Hex | BD | 12 | 8C | 0 | 5A | 1A | 1A | 13D | 53 | 29 |
| Octal | 275 | 22 | 214 | 0 | 132 | 32 | 32 | 475 | 123 | 51 |
| Binary | 10111101 | 10010 | 10001100 | 0 | 1011010 | 11010 | 11010 | 100111101 | 1010011 | 101001 |
Color Harmonies of #BD128C
Complementary color
Monochromatic Colors of #BD128C
Black with #BD128C
Text Example
Text Example
White with #BD128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD128C; }
p { color: rgb(189,18,140); }
H1.HeaderClassName
{
color: #BD128C;
}
.AnyTagClassName
{
color: #BD128C;
}
</style>
background-color css
<style>
a { background-color: #BD128C; }
a { background-color: rgb(189,18,140); }
div.DivClassName
{
background-color: #BD128C;
}
.BgClassName
{
background-color: #BD128C;
}
</style>
border-color css
<style>
span { border-color: #BD128C; }
span { border-color: rgb(189,18,140); }
td.TdClassName
{
border-color: #BD128C;
}
.TagClassName
{
border-color: #BD128C;
}
</style>