Shades of Medium Violet Red #BD127B
Tints of Medium Violet Red #BD127B
RGB
CMYK
RGB Variations
Color information
#BD127B (or 0xBD127B) is known color: Medium Violet Red. HEX triplet: BD, 12 and 7B. RGB value is (189,18,123). Sum of RGB (Red+Green+Blue) = 189+18+123=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127B is #42ED84. Grayscale: #505050. Windows color (decimal): -4386181 or 8065725. OLE color: 8065725.
HSL color Cylindrical-coordinate representation of color #BD127B: hue angle of 323.16º 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 #BD127B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 123 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.26 |
| HSL | 323.16º | 0.83% | 0.41% | - |
| HSV(B) | 323.16º | 0.9% | 0.74% | - |
| XYZ | 24.78 | 12.68 | 19.88 | - |
| YUV | 81.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 123 | 0 | 0.90 | 0.35 | 0.26 | 323.16 | 0.83 | 0.41 |
| Hex | BD | 12 | 7B | 0 | 5A | 23 | 1A | 143 | 53 | 29 |
| Octal | 275 | 22 | 173 | 0 | 132 | 43 | 32 | 503 | 123 | 51 |
| Binary | 10111101 | 10010 | 1111011 | 0 | 1011010 | 100011 | 11010 | 101000011 | 1010011 | 101001 |
Color Harmonies of #BD127B
Complementary color
Monochromatic Colors of #BD127B
Black with #BD127B
Text Example
Text Example
White with #BD127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD127B; }
p { color: rgb(189,18,123); }
H1.HeaderClassName
{
color: #BD127B;
}
.AnyTagClassName
{
color: #BD127B;
}
</style>
background-color css
<style>
a { background-color: #BD127B; }
a { background-color: rgb(189,18,123); }
div.DivClassName
{
background-color: #BD127B;
}
.BgClassName
{
background-color: #BD127B;
}
</style>
border-color css
<style>
span { border-color: #BD127B; }
span { border-color: rgb(189,18,123); }
td.TdClassName
{
border-color: #BD127B;
}
.TagClassName
{
border-color: #BD127B;
}
</style>