Shades of Medium Violet Red #B118A4
Tints of Medium Violet Red #B118A4
RGB
CMYK
RGB Variations
Color information
#B118A4 (or 0xB118A4) is known color: Medium Violet Red. HEX triplet: B1, 18 and A4. RGB value is (177,24,164). Sum of RGB (Red+Green+Blue) = 177+24+164=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A4 is #4EE75B. Grayscale: #555555. Windows color (decimal): -5171036 or 10754225. OLE color: 10754225.
HSL color Cylindrical-coordinate representation of color #B118A4: hue angle of 305.1º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B118A4 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 164 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.31 |
| HSL | 305.1º | 0.76% | 0.39% | - |
| HSV(B) | 305.1º | 0.86% | 0.69% | - |
| XYZ | 25.16 | 12.68 | 36.24 | - |
| YUV | 85.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 164 | 0 | 0.86 | 0.07 | 0.31 | 305.1 | 0.76 | 0.39 |
| Hex | B1 | 18 | A4 | 0 | 56 | 7 | 1F | 131 | 4C | 27 |
| Octal | 261 | 30 | 244 | 0 | 126 | 7 | 37 | 461 | 114 | 47 |
| Binary | 10110001 | 11000 | 10100100 | 0 | 1010110 | 111 | 11111 | 100110001 | 1001100 | 100111 |
Color Harmonies of #B118A4
Complementary color
Monochromatic Colors of #B118A4
Black with #B118A4
Text Example
Text Example
White with #B118A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118A4; }
p { color: rgb(177,24,164); }
H1.HeaderClassName
{
color: #B118A4;
}
.AnyTagClassName
{
color: #B118A4;
}
</style>
background-color css
<style>
a { background-color: #B118A4; }
a { background-color: rgb(177,24,164); }
div.DivClassName
{
background-color: #B118A4;
}
.BgClassName
{
background-color: #B118A4;
}
</style>
border-color css
<style>
span { border-color: #B118A4; }
span { border-color: rgb(177,24,164); }
td.TdClassName
{
border-color: #B118A4;
}
.TagClassName
{
border-color: #B118A4;
}
</style>