Shades of Medium Red Violet #B124A5
Tints of Medium Red Violet #B124A5
RGB
CMYK
RGB Variations
Color information
#B124A5 (or 0xB124A5) is known color: Medium Red Violet. HEX triplet: B1, 24 and A5. RGB value is (177,36,165). Sum of RGB (Red+Green+Blue) = 177+36+165=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B124A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124A5 is #4EDB5A. Grayscale: #5C5C5C. Windows color (decimal): -5167963 or 10822833. OLE color: 10822833.
HSL color Cylindrical-coordinate representation of color #B124A5: hue angle of 305.11º 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 #B124A5 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 165 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.31 |
| HSL | 305.11º | 0.66% | 0.42% | - |
| HSV(B) | 305.11º | 0.8% | 0.69% | - |
| XYZ | 25.55 | 13.33 | 36.82 | - |
| YUV | 92.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 165 | 0 | 0.80 | 0.07 | 0.31 | 305.11 | 0.66 | 0.42 |
| Hex | B1 | 24 | A5 | 0 | 50 | 7 | 1F | 131 | 42 | 2A |
| Octal | 261 | 44 | 245 | 0 | 120 | 7 | 37 | 461 | 102 | 52 |
| Binary | 10110001 | 100100 | 10100101 | 0 | 1010000 | 111 | 11111 | 100110001 | 1000010 | 101010 |
Color Harmonies of #B124A5
Complementary color
Monochromatic Colors of #B124A5
Black with #B124A5
Text Example
Text Example
White with #B124A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124A5; }
p { color: rgb(177,36,165); }
H1.HeaderClassName
{
color: #B124A5;
}
.AnyTagClassName
{
color: #B124A5;
}
</style>
background-color css
<style>
a { background-color: #B124A5; }
a { background-color: rgb(177,36,165); }
div.DivClassName
{
background-color: #B124A5;
}
.BgClassName
{
background-color: #B124A5;
}
</style>
border-color css
<style>
span { border-color: #B124A5; }
span { border-color: rgb(177,36,165); }
td.TdClassName
{
border-color: #B124A5;
}
.TagClassName
{
border-color: #B124A5;
}
</style>