Shades of Medium Violet Red #B4127E
Tints of Medium Violet Red #B4127E
RGB
CMYK
RGB Variations
Color information
#B4127E (or 0xB4127E) is known color: Medium Violet Red. HEX triplet: B4, 12 and 7E. RGB value is (180,18,126). Sum of RGB (Red+Green+Blue) = 180+18+126=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4127E is #4BED81. Grayscale: #4E4E4E. Windows color (decimal): -4976002 or 8262324. OLE color: 8262324.
HSL color Cylindrical-coordinate representation of color #B4127E: hue angle of 320º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4127E is Cyan = 0, Magento = 0.9, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 126 | - |
| CMYK | 0 | 0.9 | 0.3 | 0.29 |
| HSL | 320º | 0.82% | 0.39% | - |
| HSV(B) | 320º | 0.9% | 0.71% | - |
| XYZ | 22.8 | 11.64 | 20.78 | - |
| YUV | 78.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 126 | 0 | 0.9 | 0.3 | 0.29 | 320 | 0.82 | 0.39 |
| Hex | B4 | 12 | 7E | 0 | 5A | 1E | 1D | 140 | 52 | 27 |
| Octal | 264 | 22 | 176 | 0 | 132 | 36 | 35 | 500 | 122 | 47 |
| Binary | 10110100 | 10010 | 1111110 | 0 | 1011010 | 11110 | 11101 | 101000000 | 1010010 | 100111 |
Color Harmonies of #B4127E
Complementary color
Monochromatic Colors of #B4127E
Black with #B4127E
Text Example
Text Example
White with #B4127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4127E; }
p { color: rgb(180,18,126); }
H1.HeaderClassName
{
color: #B4127E;
}
.AnyTagClassName
{
color: #B4127E;
}
</style>
background-color css
<style>
a { background-color: #B4127E; }
a { background-color: rgb(180,18,126); }
div.DivClassName
{
background-color: #B4127E;
}
.BgClassName
{
background-color: #B4127E;
}
</style>
border-color css
<style>
span { border-color: #B4127E; }
span { border-color: rgb(180,18,126); }
td.TdClassName
{
border-color: #B4127E;
}
.TagClassName
{
border-color: #B4127E;
}
</style>