Shades of Violet Blue #B151AC
Tints of Violet Blue #B151AC
RGB
CMYK
RGB Variations
Color information
#B151AC (or 0xB151AC) is known color: Violet Blue. HEX triplet: B1, 51 and AC. RGB value is (177,81,172). Sum of RGB (Red+Green+Blue) = 177+81+172=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B151AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B151AC is #4EAE53. Grayscale: #777777. Windows color (decimal): -5156436 or 11293105. OLE color: 11293105.
HSL color Cylindrical-coordinate representation of color #B151AC: hue angle of 303.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 #B151AC is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 172 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.31 |
| HSL | 303.13º | 0.38% | 0.51% | - |
| HSV(B) | 303.13º | 0.54% | 0.69% | - |
| XYZ | 28.52 | 18.21 | 41.04 | - |
| YUV | 120.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 172 | 0 | 0.54 | 0.03 | 0.31 | 303.13 | 0.38 | 0.51 |
| Hex | B1 | 51 | AC | 0 | 36 | 3 | 1F | 12F | 26 | 33 |
| Octal | 261 | 121 | 254 | 0 | 66 | 3 | 37 | 457 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10101100 | 0 | 110110 | 11 | 11111 | 100101111 | 100110 | 110011 |
Color Harmonies of #B151AC
Complementary color
Monochromatic Colors of #B151AC
Black with #B151AC
Text Example
Text Example
White with #B151AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151AC; }
p { color: rgb(177,81,172); }
H1.HeaderClassName
{
color: #B151AC;
}
.AnyTagClassName
{
color: #B151AC;
}
</style>
background-color css
<style>
a { background-color: #B151AC; }
a { background-color: rgb(177,81,172); }
div.DivClassName
{
background-color: #B151AC;
}
.BgClassName
{
background-color: #B151AC;
}
</style>
border-color css
<style>
span { border-color: #B151AC; }
span { border-color: rgb(177,81,172); }
td.TdClassName
{
border-color: #B151AC;
}
.TagClassName
{
border-color: #B151AC;
}
</style>