Shades of Medium Red Violet #B126A0
Tints of Medium Red Violet #B126A0
RGB
CMYK
RGB Variations
Color information
#B126A0 (or 0xB126A0) is known color: Medium Red Violet. HEX triplet: B1, 26 and A0. RGB value is (177,38,160). Sum of RGB (Red+Green+Blue) = 177+38+160=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B126A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126A0 is #4ED95F. Grayscale: #5D5D5D. Windows color (decimal): -5167456 or 10495665. OLE color: 10495665.
HSL color Cylindrical-coordinate representation of color #B126A0: hue angle of 307.34º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B126A0 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 160 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.31 |
| HSL | 307.34º | 0.65% | 0.42% | - |
| HSV(B) | 307.34º | 0.79% | 0.69% | - |
| XYZ | 25.17 | 13.27 | 34.49 | - |
| YUV | 93.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 160 | 0 | 0.79 | 0.10 | 0.31 | 307.34 | 0.65 | 0.42 |
| Hex | B1 | 26 | A0 | 0 | 4F | A | 1F | 133 | 41 | 2A |
| Octal | 261 | 46 | 240 | 0 | 117 | 12 | 37 | 463 | 101 | 52 |
| Binary | 10110001 | 100110 | 10100000 | 0 | 1001111 | 1010 | 11111 | 100110011 | 1000001 | 101010 |
Color Harmonies of #B126A0
Complementary color
Monochromatic Colors of #B126A0
Black with #B126A0
Text Example
Text Example
White with #B126A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B126A0; }
p { color: rgb(177,38,160); }
H1.HeaderClassName
{
color: #B126A0;
}
.AnyTagClassName
{
color: #B126A0;
}
</style>
background-color css
<style>
a { background-color: #B126A0; }
a { background-color: rgb(177,38,160); }
div.DivClassName
{
background-color: #B126A0;
}
.BgClassName
{
background-color: #B126A0;
}
</style>
border-color css
<style>
span { border-color: #B126A0; }
span { border-color: rgb(177,38,160); }
td.TdClassName
{
border-color: #B126A0;
}
.TagClassName
{
border-color: #B126A0;
}
</style>