Shades of Violet Blue #B14FAA
Tints of Violet Blue #B14FAA
RGB
CMYK
RGB Variations
Color information
#B14FAA (or 0xB14FAA) is known color: Violet Blue. HEX triplet: B1, 4F and AA. RGB value is (177,79,170). Sum of RGB (Red+Green+Blue) = 177+79+170=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FAA is #4EB055. Grayscale: #767676. Windows color (decimal): -5156950 or 11161521. OLE color: 11161521.
HSL color Cylindrical-coordinate representation of color #B14FAA: hue angle of 304.29º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B14FAA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 170 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.31 |
| HSL | 304.29º | 0.39% | 0.5% | - |
| HSV(B) | 304.29º | 0.55% | 0.69% | - |
| XYZ | 28.18 | 17.84 | 39.99 | - |
| YUV | 118.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 170 | 0 | 0.55 | 0.04 | 0.31 | 304.29 | 0.39 | 0.5 |
| Hex | B1 | 4F | AA | 0 | 37 | 4 | 1F | 130 | 27 | 32 |
| Octal | 261 | 117 | 252 | 0 | 67 | 4 | 37 | 460 | 47 | 62 |
| Binary | 10110001 | 1001111 | 10101010 | 0 | 110111 | 100 | 11111 | 100110000 | 100111 | 110010 |
Color Harmonies of #B14FAA
Complementary color
Monochromatic Colors of #B14FAA
Black with #B14FAA
Text Example
Text Example
White with #B14FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FAA; }
p { color: rgb(177,79,170); }
H1.HeaderClassName
{
color: #B14FAA;
}
.AnyTagClassName
{
color: #B14FAA;
}
</style>
background-color css
<style>
a { background-color: #B14FAA; }
a { background-color: rgb(177,79,170); }
div.DivClassName
{
background-color: #B14FAA;
}
.BgClassName
{
background-color: #B14FAA;
}
</style>
border-color css
<style>
span { border-color: #B14FAA; }
span { border-color: rgb(177,79,170); }
td.TdClassName
{
border-color: #B14FAA;
}
.TagClassName
{
border-color: #B14FAA;
}
</style>