Shades of Violet Blue #B1519C
Tints of Violet Blue #B1519C
RGB
CMYK
RGB Variations
Color information
#B1519C (or 0xB1519C) is known color: Violet Blue. HEX triplet: B1, 51 and 9C. RGB value is (177,81,156). Sum of RGB (Red+Green+Blue) = 177+81+156=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519C is #4EAE63. Grayscale: #767676. Windows color (decimal): -5156452 or 10244529. OLE color: 10244529.
HSL color Cylindrical-coordinate representation of color #B1519C: hue angle of 313.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1519C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 156 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.31 |
| HSL | 313.13º | 0.38% | 0.51% | - |
| HSV(B) | 313.13º | 0.54% | 0.69% | - |
| XYZ | 27.07 | 17.63 | 33.43 | - |
| YUV | 118.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 156 | 0 | 0.54 | 0.12 | 0.31 | 313.13 | 0.38 | 0.51 |
| Hex | B1 | 51 | 9C | 0 | 36 | C | 1F | 139 | 26 | 33 |
| Octal | 261 | 121 | 234 | 0 | 66 | 14 | 37 | 471 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10011100 | 0 | 110110 | 1100 | 11111 | 100111001 | 100110 | 110011 |
Color Harmonies of #B1519C
Complementary color
Monochromatic Colors of #B1519C
Black with #B1519C
Text Example
Text Example
White with #B1519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1519C; }
p { color: rgb(177,81,156); }
H1.HeaderClassName
{
color: #B1519C;
}
.AnyTagClassName
{
color: #B1519C;
}
</style>
background-color css
<style>
a { background-color: #B1519C; }
a { background-color: rgb(177,81,156); }
div.DivClassName
{
background-color: #B1519C;
}
.BgClassName
{
background-color: #B1519C;
}
</style>
border-color css
<style>
span { border-color: #B1519C; }
span { border-color: rgb(177,81,156); }
td.TdClassName
{
border-color: #B1519C;
}
.TagClassName
{
border-color: #B1519C;
}
</style>