Shades of Medium Red Violet #B127AA
Tints of Medium Red Violet #B127AA
RGB
CMYK
RGB Variations
Color information
#B127AA (or 0xB127AA) is known color: Medium Red Violet. HEX triplet: B1, 27 and AA. RGB value is (177,39,170). Sum of RGB (Red+Green+Blue) = 177+39+170=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B127AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127AA is #4ED855. Grayscale: #5E5E5E. Windows color (decimal): -5167190 or 11151281. OLE color: 11151281.
HSL color Cylindrical-coordinate representation of color #B127AA: hue angle of 303.04º 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 #B127AA is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 170 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.31 |
| HSL | 303.04º | 0.64% | 0.42% | - |
| HSV(B) | 303.04º | 0.78% | 0.69% | - |
| XYZ | 26.11 | 13.7 | 39.3 | - |
| YUV | 95.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 170 | 0 | 0.78 | 0.04 | 0.31 | 303.04 | 0.64 | 0.42 |
| Hex | B1 | 27 | AA | 0 | 4E | 4 | 1F | 12F | 40 | 2A |
| Octal | 261 | 47 | 252 | 0 | 116 | 4 | 37 | 457 | 100 | 52 |
| Binary | 10110001 | 100111 | 10101010 | 0 | 1001110 | 100 | 11111 | 100101111 | 1000000 | 101010 |
Color Harmonies of #B127AA
Complementary color
Monochromatic Colors of #B127AA
Black with #B127AA
Text Example
Text Example
White with #B127AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127AA; }
p { color: rgb(177,39,170); }
H1.HeaderClassName
{
color: #B127AA;
}
.AnyTagClassName
{
color: #B127AA;
}
</style>
background-color css
<style>
a { background-color: #B127AA; }
a { background-color: rgb(177,39,170); }
div.DivClassName
{
background-color: #B127AA;
}
.BgClassName
{
background-color: #B127AA;
}
</style>
border-color css
<style>
span { border-color: #B127AA; }
span { border-color: rgb(177,39,170); }
td.TdClassName
{
border-color: #B127AA;
}
.TagClassName
{
border-color: #B127AA;
}
</style>