Shades of Medium Red Violet #B127A5
Tints of Medium Red Violet #B127A5
RGB
CMYK
RGB Variations
Color information
#B127A5 (or 0xB127A5) is known color: Medium Red Violet. HEX triplet: B1, 27 and A5. RGB value is (177,39,165). Sum of RGB (Red+Green+Blue) = 177+39+165=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B127A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B127A5 is #4ED85A. Grayscale: #5E5E5E. Windows color (decimal): -5167195 or 10823601. OLE color: 10823601.
HSL color Cylindrical-coordinate representation of color #B127A5: hue angle of 305.22º 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 #B127A5 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 165 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.31 |
| HSL | 305.22º | 0.64% | 0.42% | - |
| HSV(B) | 305.22º | 0.78% | 0.69% | - |
| XYZ | 25.65 | 13.51 | 36.85 | - |
| YUV | 94.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 165 | 0 | 0.78 | 0.07 | 0.31 | 305.22 | 0.64 | 0.42 |
| Hex | B1 | 27 | A5 | 0 | 4E | 7 | 1F | 131 | 40 | 2A |
| Octal | 261 | 47 | 245 | 0 | 116 | 7 | 37 | 461 | 100 | 52 |
| Binary | 10110001 | 100111 | 10100101 | 0 | 1001110 | 111 | 11111 | 100110001 | 1000000 | 101010 |
Color Harmonies of #B127A5
Complementary color
Monochromatic Colors of #B127A5
Black with #B127A5
Text Example
Text Example
White with #B127A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B127A5; }
p { color: rgb(177,39,165); }
H1.HeaderClassName
{
color: #B127A5;
}
.AnyTagClassName
{
color: #B127A5;
}
</style>
background-color css
<style>
a { background-color: #B127A5; }
a { background-color: rgb(177,39,165); }
div.DivClassName
{
background-color: #B127A5;
}
.BgClassName
{
background-color: #B127A5;
}
</style>
border-color css
<style>
span { border-color: #B127A5; }
span { border-color: rgb(177,39,165); }
td.TdClassName
{
border-color: #B127A5;
}
.TagClassName
{
border-color: #B127A5;
}
</style>