Shades of Violet Blue #B14DA1
Tints of Violet Blue #B14DA1
RGB
CMYK
RGB Variations
Color information
#B14DA1 (or 0xB14DA1) is known color: Violet Blue. HEX triplet: B1, 4D and A1. RGB value is (177,77,161). Sum of RGB (Red+Green+Blue) = 177+77+161=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DA1 is #4EB25E. Grayscale: #747474. Windows color (decimal): -5157471 or 10571185. OLE color: 10571185.
HSL color Cylindrical-coordinate representation of color #B14DA1: hue angle of 309.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14DA1 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 161 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.31 |
| HSL | 309.6º | 0.39% | 0.5% | - |
| HSV(B) | 309.6º | 0.56% | 0.69% | - |
| XYZ | 27.22 | 17.23 | 35.61 | - |
| YUV | 116.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 161 | 0 | 0.56 | 0.09 | 0.31 | 309.6 | 0.39 | 0.5 |
| Hex | B1 | 4D | A1 | 0 | 38 | 9 | 1F | 136 | 27 | 32 |
| Octal | 261 | 115 | 241 | 0 | 70 | 11 | 37 | 466 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10100001 | 0 | 111000 | 1001 | 11111 | 100110110 | 100111 | 110010 |
Color Harmonies of #B14DA1
Complementary color
Monochromatic Colors of #B14DA1
Black with #B14DA1
Text Example
Text Example
White with #B14DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DA1; }
p { color: rgb(177,77,161); }
H1.HeaderClassName
{
color: #B14DA1;
}
.AnyTagClassName
{
color: #B14DA1;
}
</style>
background-color css
<style>
a { background-color: #B14DA1; }
a { background-color: rgb(177,77,161); }
div.DivClassName
{
background-color: #B14DA1;
}
.BgClassName
{
background-color: #B14DA1;
}
</style>
border-color css
<style>
span { border-color: #B14DA1; }
span { border-color: rgb(177,77,161); }
td.TdClassName
{
border-color: #B14DA1;
}
.TagClassName
{
border-color: #B14DA1;
}
</style>