Shades of Medium Red Violet #B127A0
Tints of Medium Red Violet #B127A0
RGB
CMYK
RGB Variations
Color information
#B127A0 (or 0xB127A0) is known color: Medium Red Violet. HEX triplet: B1, 27 and A0. RGB value is (177,39,160). Sum of RGB (Red+Green+Blue) = 177+39+160=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B127A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127A0 is #4ED85F. Grayscale: #5D5D5D. Windows color (decimal): -5167200 or 10495921. OLE color: 10495921.
HSL color Cylindrical-coordinate representation of color #B127A0: hue angle of 307.39º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B127A0 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 160 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.31 |
| HSL | 307.39º | 0.64% | 0.42% | - |
| HSV(B) | 307.39º | 0.78% | 0.69% | - |
| XYZ | 25.2 | 13.34 | 34.5 | - |
| YUV | 94.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 160 | 0 | 0.78 | 0.10 | 0.31 | 307.39 | 0.64 | 0.42 |
| Hex | B1 | 27 | A0 | 0 | 4E | A | 1F | 133 | 40 | 2A |
| Octal | 261 | 47 | 240 | 0 | 116 | 12 | 37 | 463 | 100 | 52 |
| Binary | 10110001 | 100111 | 10100000 | 0 | 1001110 | 1010 | 11111 | 100110011 | 1000000 | 101010 |
Color Harmonies of #B127A0
Complementary color
Monochromatic Colors of #B127A0
Black with #B127A0
Text Example
Text Example
White with #B127A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127A0; }
p { color: rgb(177,39,160); }
H1.HeaderClassName
{
color: #B127A0;
}
.AnyTagClassName
{
color: #B127A0;
}
</style>
background-color css
<style>
a { background-color: #B127A0; }
a { background-color: rgb(177,39,160); }
div.DivClassName
{
background-color: #B127A0;
}
.BgClassName
{
background-color: #B127A0;
}
</style>
border-color css
<style>
span { border-color: #B127A0; }
span { border-color: rgb(177,39,160); }
td.TdClassName
{
border-color: #B127A0;
}
.TagClassName
{
border-color: #B127A0;
}
</style>