Shades of Medium Red Violet #B124AA
Tints of Medium Red Violet #B124AA
RGB
CMYK
RGB Variations
Color information
#B124AA (or 0xB124AA) is known color: Medium Red Violet. HEX triplet: B1, 24 and AA. RGB value is (177,36,170). Sum of RGB (Red+Green+Blue) = 177+36+170=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B124AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124AA is #4EDB55. Grayscale: #5D5D5D. Windows color (decimal): -5167958 or 11150513. OLE color: 11150513.
HSL color Cylindrical-coordinate representation of color #B124AA: hue angle of 302.98º 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 #B124AA is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 170 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.31 |
| HSL | 302.98º | 0.66% | 0.42% | - |
| HSV(B) | 302.98º | 0.8% | 0.69% | - |
| XYZ | 26.02 | 13.51 | 39.27 | - |
| YUV | 93.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 170 | 0 | 0.80 | 0.04 | 0.31 | 302.98 | 0.66 | 0.42 |
| Hex | B1 | 24 | AA | 0 | 50 | 4 | 1F | 12F | 42 | 2A |
| Octal | 261 | 44 | 252 | 0 | 120 | 4 | 37 | 457 | 102 | 52 |
| Binary | 10110001 | 100100 | 10101010 | 0 | 1010000 | 100 | 11111 | 100101111 | 1000010 | 101010 |
Color Harmonies of #B124AA
Complementary color
Monochromatic Colors of #B124AA
Black with #B124AA
Text Example
Text Example
White with #B124AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124AA; }
p { color: rgb(177,36,170); }
H1.HeaderClassName
{
color: #B124AA;
}
.AnyTagClassName
{
color: #B124AA;
}
</style>
background-color css
<style>
a { background-color: #B124AA; }
a { background-color: rgb(177,36,170); }
div.DivClassName
{
background-color: #B124AA;
}
.BgClassName
{
background-color: #B124AA;
}
</style>
border-color css
<style>
span { border-color: #B124AA; }
span { border-color: rgb(177,36,170); }
td.TdClassName
{
border-color: #B124AA;
}
.TagClassName
{
border-color: #B124AA;
}
</style>