Shades of Medium Red Violet #B127A2
Tints of Medium Red Violet #B127A2
RGB
CMYK
RGB Variations
Color information
#B127A2 (or 0xB127A2) is known color: Medium Red Violet. HEX triplet: B1, 27 and A2. RGB value is (177,39,162). Sum of RGB (Red+Green+Blue) = 177+39+162=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B127A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127A2 is #4ED85D. Grayscale: #5D5D5D. Windows color (decimal): -5167198 or 10626993. OLE color: 10626993.
HSL color Cylindrical-coordinate representation of color #B127A2: hue angle of 306.52º 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 #B127A2 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 162 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.31 |
| HSL | 306.52º | 0.64% | 0.42% | - |
| HSV(B) | 306.52º | 0.78% | 0.69% | - |
| XYZ | 25.38 | 13.41 | 35.43 | - |
| YUV | 94.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 162 | 0 | 0.78 | 0.08 | 0.31 | 306.52 | 0.64 | 0.42 |
| Hex | B1 | 27 | A2 | 0 | 4E | 8 | 1F | 133 | 40 | 2A |
| Octal | 261 | 47 | 242 | 0 | 116 | 10 | 37 | 463 | 100 | 52 |
| Binary | 10110001 | 100111 | 10100010 | 0 | 1001110 | 1000 | 11111 | 100110011 | 1000000 | 101010 |
Color Harmonies of #B127A2
Complementary color
Monochromatic Colors of #B127A2
Black with #B127A2
Text Example
Text Example
White with #B127A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127A2; }
p { color: rgb(177,39,162); }
H1.HeaderClassName
{
color: #B127A2;
}
.AnyTagClassName
{
color: #B127A2;
}
</style>
background-color css
<style>
a { background-color: #B127A2; }
a { background-color: rgb(177,39,162); }
div.DivClassName
{
background-color: #B127A2;
}
.BgClassName
{
background-color: #B127A2;
}
</style>
border-color css
<style>
span { border-color: #B127A2; }
span { border-color: rgb(177,39,162); }
td.TdClassName
{
border-color: #B127A2;
}
.TagClassName
{
border-color: #B127A2;
}
</style>