Shades of Violet Blue #B14FA1
Tints of Violet Blue #B14FA1
RGB
CMYK
RGB Variations
Color information
#B14FA1 (or 0xB14FA1) is known color: Violet Blue. HEX triplet: B1, 4F and A1. RGB value is (177,79,161). Sum of RGB (Red+Green+Blue) = 177+79+161=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B14FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14FA1 is #4EB05E. Grayscale: #757575. Windows color (decimal): -5156959 or 10571697. OLE color: 10571697.
HSL color Cylindrical-coordinate representation of color #B14FA1: hue angle of 309.8º 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 #B14FA1 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 79 | 161 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.31 |
| HSL | 309.8º | 0.39% | 0.5% | - |
| HSV(B) | 309.8º | 0.55% | 0.69% | - |
| XYZ | 27.36 | 17.51 | 35.66 | - |
| YUV | 117.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 161 | 0 | 0.55 | 0.09 | 0.31 | 309.8 | 0.39 | 0.5 |
| Hex | B1 | 4F | A1 | 0 | 37 | 9 | 1F | 136 | 27 | 32 |
| Octal | 261 | 117 | 241 | 0 | 67 | 11 | 37 | 466 | 47 | 62 |
| Binary | 10110001 | 1001111 | 10100001 | 0 | 110111 | 1001 | 11111 | 100110110 | 100111 | 110010 |
Color Harmonies of #B14FA1
Complementary color
Monochromatic Colors of #B14FA1
Black with #B14FA1
Text Example
Text Example
White with #B14FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FA1; }
p { color: rgb(177,79,161); }
H1.HeaderClassName
{
color: #B14FA1;
}
.AnyTagClassName
{
color: #B14FA1;
}
</style>
background-color css
<style>
a { background-color: #B14FA1; }
a { background-color: rgb(177,79,161); }
div.DivClassName
{
background-color: #B14FA1;
}
.BgClassName
{
background-color: #B14FA1;
}
</style>
border-color css
<style>
span { border-color: #B14FA1; }
span { border-color: rgb(177,79,161); }
td.TdClassName
{
border-color: #B14FA1;
}
.TagClassName
{
border-color: #B14FA1;
}
</style>