Shades of Violet Blue #B14DA2
Tints of Violet Blue #B14DA2
RGB
CMYK
RGB Variations
Color information
#B14DA2 (or 0xB14DA2) is known color: Violet Blue. HEX triplet: B1, 4D and A2. RGB value is (177,77,162). Sum of RGB (Red+Green+Blue) = 177+77+162=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B14DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14DA2 is #4EB25D. Grayscale: #747474. Windows color (decimal): -5157470 or 10636721. OLE color: 10636721.
HSL color Cylindrical-coordinate representation of color #B14DA2: hue angle of 309º 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 #B14DA2 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 162 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.31 |
| HSL | 309º | 0.39% | 0.5% | - |
| HSV(B) | 309º | 0.56% | 0.69% | - |
| XYZ | 27.31 | 17.26 | 36.08 | - |
| YUV | 116.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 162 | 0 | 0.56 | 0.08 | 0.31 | 309 | 0.39 | 0.5 |
| Hex | B1 | 4D | A2 | 0 | 38 | 8 | 1F | 135 | 27 | 32 |
| Octal | 261 | 115 | 242 | 0 | 70 | 10 | 37 | 465 | 47 | 62 |
| Binary | 10110001 | 1001101 | 10100010 | 0 | 111000 | 1000 | 11111 | 100110101 | 100111 | 110010 |
Color Harmonies of #B14DA2
Complementary color
Monochromatic Colors of #B14DA2
Black with #B14DA2
Text Example
Text Example
White with #B14DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DA2; }
p { color: rgb(177,77,162); }
H1.HeaderClassName
{
color: #B14DA2;
}
.AnyTagClassName
{
color: #B14DA2;
}
</style>
background-color css
<style>
a { background-color: #B14DA2; }
a { background-color: rgb(177,77,162); }
div.DivClassName
{
background-color: #B14DA2;
}
.BgClassName
{
background-color: #B14DA2;
}
</style>
border-color css
<style>
span { border-color: #B14DA2; }
span { border-color: rgb(177,77,162); }
td.TdClassName
{
border-color: #B14DA2;
}
.TagClassName
{
border-color: #B14DA2;
}
</style>