Shades of Medium Violet Red #BD129C
Tints of Medium Violet Red #BD129C
RGB
CMYK
RGB Variations
Color information
#BD129C (or 0xBD129C) is known color: Medium Violet Red. HEX triplet: BD, 12 and 9C. RGB value is (189,18,156). Sum of RGB (Red+Green+Blue) = 189+18+156=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD129C is #42ED63. Grayscale: #545454. Windows color (decimal): -4386148 or 10228413. OLE color: 10228413.
HSL color Cylindrical-coordinate representation of color #BD129C: hue angle of 311.58º 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 #BD129C is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.26 |
| HSL | 311.58º | 0.83% | 0.41% | - |
| HSV(B) | 311.58º | 0.9% | 0.74% | - |
| XYZ | 27.2 | 13.65 | 32.65 | - |
| YUV | 84.86 | 168.15 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 156 | 0 | 0.90 | 0.17 | 0.26 | 311.58 | 0.83 | 0.41 |
| Hex | BD | 12 | 9C | 0 | 5A | 11 | 1A | 138 | 53 | 29 |
| Octal | 275 | 22 | 234 | 0 | 132 | 21 | 32 | 470 | 123 | 51 |
| Binary | 10111101 | 10010 | 10011100 | 0 | 1011010 | 10001 | 11010 | 100111000 | 1010011 | 101001 |
Color Harmonies of #BD129C
Complementary color
Monochromatic Colors of #BD129C
Black with #BD129C
Text Example
Text Example
White with #BD129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD129C; }
p { color: rgb(189,18,156); }
H1.HeaderClassName
{
color: #BD129C;
}
.AnyTagClassName
{
color: #BD129C;
}
</style>
background-color css
<style>
a { background-color: #BD129C; }
a { background-color: rgb(189,18,156); }
div.DivClassName
{
background-color: #BD129C;
}
.BgClassName
{
background-color: #BD129C;
}
</style>
border-color css
<style>
span { border-color: #BD129C; }
span { border-color: rgb(189,18,156); }
td.TdClassName
{
border-color: #BD129C;
}
.TagClassName
{
border-color: #BD129C;
}
</style>