Shades of Violet Blue #B151A2
Tints of Violet Blue #B151A2
RGB
CMYK
RGB Variations
Color information
#B151A2 (or 0xB151A2) is known color: Violet Blue. HEX triplet: B1, 51 and A2. RGB value is (177,81,162). Sum of RGB (Red+Green+Blue) = 177+81+162=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B151A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151A2 is #4EAE5D. Grayscale: #767676. Windows color (decimal): -5156446 or 10637745. OLE color: 10637745.
HSL color Cylindrical-coordinate representation of color #B151A2: hue angle of 309.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 #B151A2 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 162 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.31 |
| HSL | 309.38º | 0.38% | 0.51% | - |
| HSV(B) | 309.38º | 0.54% | 0.69% | - |
| XYZ | 27.6 | 17.84 | 36.17 | - |
| YUV | 118.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 162 | 0 | 0.54 | 0.08 | 0.31 | 309.38 | 0.38 | 0.51 |
| Hex | B1 | 51 | A2 | 0 | 36 | 8 | 1F | 135 | 26 | 33 |
| Octal | 261 | 121 | 242 | 0 | 66 | 10 | 37 | 465 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10100010 | 0 | 110110 | 1000 | 11111 | 100110101 | 100110 | 110011 |
Color Harmonies of #B151A2
Complementary color
Monochromatic Colors of #B151A2
Black with #B151A2
Text Example
Text Example
White with #B151A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151A2; }
p { color: rgb(177,81,162); }
H1.HeaderClassName
{
color: #B151A2;
}
.AnyTagClassName
{
color: #B151A2;
}
</style>
background-color css
<style>
a { background-color: #B151A2; }
a { background-color: rgb(177,81,162); }
div.DivClassName
{
background-color: #B151A2;
}
.BgClassName
{
background-color: #B151A2;
}
</style>
border-color css
<style>
span { border-color: #B151A2; }
span { border-color: rgb(177,81,162); }
td.TdClassName
{
border-color: #B151A2;
}
.TagClassName
{
border-color: #B151A2;
}
</style>