Shades of Violet Blue #B1519A
Tints of Violet Blue #B1519A
RGB
CMYK
RGB Variations
Color information
#B1519A (or 0xB1519A) is known color: Violet Blue. HEX triplet: B1, 51 and 9A. RGB value is (177,81,154). Sum of RGB (Red+Green+Blue) = 177+81+154=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1519A is #4EAE65. Grayscale: #757575. Windows color (decimal): -5156454 or 10113457. OLE color: 10113457.
HSL color Cylindrical-coordinate representation of color #B1519A: hue angle of 314.38º 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 #B1519A is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 154 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.31 |
| HSL | 314.38º | 0.38% | 0.51% | - |
| HSV(B) | 314.38º | 0.54% | 0.69% | - |
| XYZ | 26.91 | 17.57 | 32.54 | - |
| YUV | 118.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 154 | 0 | 0.54 | 0.13 | 0.31 | 314.38 | 0.38 | 0.51 |
| Hex | B1 | 51 | 9A | 0 | 36 | D | 1F | 13A | 26 | 33 |
| Octal | 261 | 121 | 232 | 0 | 66 | 15 | 37 | 472 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10011010 | 0 | 110110 | 1101 | 11111 | 100111010 | 100110 | 110011 |
Color Harmonies of #B1519A
Complementary color
Monochromatic Colors of #B1519A
Black with #B1519A
Text Example
Text Example
White with #B1519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1519A; }
p { color: rgb(177,81,154); }
H1.HeaderClassName
{
color: #B1519A;
}
.AnyTagClassName
{
color: #B1519A;
}
</style>
background-color css
<style>
a { background-color: #B1519A; }
a { background-color: rgb(177,81,154); }
div.DivClassName
{
background-color: #B1519A;
}
.BgClassName
{
background-color: #B1519A;
}
</style>
border-color css
<style>
span { border-color: #B1519A; }
span { border-color: rgb(177,81,154); }
td.TdClassName
{
border-color: #B1519A;
}
.TagClassName
{
border-color: #B1519A;
}
</style>