Shades of Medium Violet Red #BD127F
Tints of Medium Violet Red #BD127F
RGB
CMYK
RGB Variations
Color information
#BD127F (or 0xBD127F) is known color: Medium Violet Red. HEX triplet: BD, 12 and 7F. RGB value is (189,18,127). Sum of RGB (Red+Green+Blue) = 189+18+127=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127F is #42ED80. Grayscale: #515151. Windows color (decimal): -4386177 or 8327869. OLE color: 8327869.
HSL color Cylindrical-coordinate representation of color #BD127F: hue angle of 321.75º 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 #BD127F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 127 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.26 |
| HSL | 321.75º | 0.83% | 0.41% | - |
| HSV(B) | 321.75º | 0.9% | 0.74% | - |
| XYZ | 25.03 | 12.78 | 21.23 | - |
| YUV | 81.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 127 | 0 | 0.90 | 0.33 | 0.26 | 321.75 | 0.83 | 0.41 |
| Hex | BD | 12 | 7F | 0 | 5A | 21 | 1A | 142 | 53 | 29 |
| Octal | 275 | 22 | 177 | 0 | 132 | 41 | 32 | 502 | 123 | 51 |
| Binary | 10111101 | 10010 | 1111111 | 0 | 1011010 | 100001 | 11010 | 101000010 | 1010011 | 101001 |
Color Harmonies of #BD127F
Complementary color
Monochromatic Colors of #BD127F
Black with #BD127F
Text Example
Text Example
White with #BD127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD127F; }
p { color: rgb(189,18,127); }
H1.HeaderClassName
{
color: #BD127F;
}
.AnyTagClassName
{
color: #BD127F;
}
</style>
background-color css
<style>
a { background-color: #BD127F; }
a { background-color: rgb(189,18,127); }
div.DivClassName
{
background-color: #BD127F;
}
.BgClassName
{
background-color: #BD127F;
}
</style>
border-color css
<style>
span { border-color: #BD127F; }
span { border-color: rgb(189,18,127); }
td.TdClassName
{
border-color: #BD127F;
}
.TagClassName
{
border-color: #BD127F;
}
</style>