Shades of Medium Violet Red #BD127A
Tints of Medium Violet Red #BD127A
RGB
CMYK
RGB Variations
Color information
#BD127A (or 0xBD127A) is known color: Medium Violet Red. HEX triplet: BD, 12 and 7A. RGB value is (189,18,122). Sum of RGB (Red+Green+Blue) = 189+18+122=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127A is #42ED85. Grayscale: #505050. Windows color (decimal): -4386182 or 8000189. OLE color: 8000189.
HSL color Cylindrical-coordinate representation of color #BD127A: hue angle of 323.51º 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 #BD127A is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 122 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.26 |
| HSL | 323.51º | 0.83% | 0.41% | - |
| HSV(B) | 323.51º | 0.9% | 0.74% | - |
| XYZ | 24.72 | 12.66 | 19.55 | - |
| YUV | 80.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 122 | 0 | 0.90 | 0.35 | 0.26 | 323.51 | 0.83 | 0.41 |
| Hex | BD | 12 | 7A | 0 | 5A | 23 | 1A | 144 | 53 | 29 |
| Octal | 275 | 22 | 172 | 0 | 132 | 43 | 32 | 504 | 123 | 51 |
| Binary | 10111101 | 10010 | 1111010 | 0 | 1011010 | 100011 | 11010 | 101000100 | 1010011 | 101001 |
Color Harmonies of #BD127A
Complementary color
Monochromatic Colors of #BD127A
Black with #BD127A
Text Example
Text Example
White with #BD127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD127A; }
p { color: rgb(189,18,122); }
H1.HeaderClassName
{
color: #BD127A;
}
.AnyTagClassName
{
color: #BD127A;
}
</style>
background-color css
<style>
a { background-color: #BD127A; }
a { background-color: rgb(189,18,122); }
div.DivClassName
{
background-color: #BD127A;
}
.BgClassName
{
background-color: #BD127A;
}
</style>
border-color css
<style>
span { border-color: #BD127A; }
span { border-color: rgb(189,18,122); }
td.TdClassName
{
border-color: #BD127A;
}
.TagClassName
{
border-color: #BD127A;
}
</style>