Shades of Medium Red Violet #B124A0
Tints of Medium Red Violet #B124A0
RGB
CMYK
RGB Variations
Color information
#B124A0 (or 0xB124A0) is known color: Medium Red Violet. HEX triplet: B1, 24 and A0. RGB value is (177,36,160). Sum of RGB (Red+Green+Blue) = 177+36+160=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B124A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124A0 is #4EDB5F. Grayscale: #5B5B5B. Windows color (decimal): -5167968 or 10495153. OLE color: 10495153.
HSL color Cylindrical-coordinate representation of color #B124A0: hue angle of 307.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124A0 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 160 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.31 |
| HSL | 307.23º | 0.66% | 0.42% | - |
| HSV(B) | 307.23º | 0.8% | 0.69% | - |
| XYZ | 25.11 | 13.15 | 34.47 | - |
| YUV | 92.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 160 | 0 | 0.80 | 0.10 | 0.31 | 307.23 | 0.66 | 0.42 |
| Hex | B1 | 24 | A0 | 0 | 50 | A | 1F | 133 | 42 | 2A |
| Octal | 261 | 44 | 240 | 0 | 120 | 12 | 37 | 463 | 102 | 52 |
| Binary | 10110001 | 100100 | 10100000 | 0 | 1010000 | 1010 | 11111 | 100110011 | 1000010 | 101010 |
Color Harmonies of #B124A0
Complementary color
Monochromatic Colors of #B124A0
Black with #B124A0
Text Example
Text Example
White with #B124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124A0; }
p { color: rgb(177,36,160); }
H1.HeaderClassName
{
color: #B124A0;
}
.AnyTagClassName
{
color: #B124A0;
}
</style>
background-color css
<style>
a { background-color: #B124A0; }
a { background-color: rgb(177,36,160); }
div.DivClassName
{
background-color: #B124A0;
}
.BgClassName
{
background-color: #B124A0;
}
</style>
border-color css
<style>
span { border-color: #B124A0; }
span { border-color: rgb(177,36,160); }
td.TdClassName
{
border-color: #B124A0;
}
.TagClassName
{
border-color: #B124A0;
}
</style>