Shades of Violet Blue #B14CAA
Tints of Violet Blue #B14CAA
RGB
CMYK
RGB Variations
Color information
#B14CAA (or 0xB14CAA) is known color: Violet Blue. HEX triplet: B1, 4C and AA. RGB value is (177,76,170). Sum of RGB (Red+Green+Blue) = 177+76+170=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CAA is #4EB355. Grayscale: #747474. Windows color (decimal): -5157718 or 11160753. OLE color: 11160753.
HSL color Cylindrical-coordinate representation of color #B14CAA: hue angle of 304.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14CAA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 170 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.31 |
| HSL | 304.16º | 0.4% | 0.5% | - |
| HSV(B) | 304.16º | 0.57% | 0.69% | - |
| XYZ | 27.97 | 17.42 | 39.92 | - |
| YUV | 116.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 170 | 0 | 0.57 | 0.04 | 0.31 | 304.16 | 0.4 | 0.5 |
| Hex | B1 | 4C | AA | 0 | 39 | 4 | 1F | 130 | 28 | 32 |
| Octal | 261 | 114 | 252 | 0 | 71 | 4 | 37 | 460 | 50 | 62 |
| Binary | 10110001 | 1001100 | 10101010 | 0 | 111001 | 100 | 11111 | 100110000 | 101000 | 110010 |
Color Harmonies of #B14CAA
Complementary color
Monochromatic Colors of #B14CAA
Black with #B14CAA
Text Example
Text Example
White with #B14CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CAA; }
p { color: rgb(177,76,170); }
H1.HeaderClassName
{
color: #B14CAA;
}
.AnyTagClassName
{
color: #B14CAA;
}
</style>
background-color css
<style>
a { background-color: #B14CAA; }
a { background-color: rgb(177,76,170); }
div.DivClassName
{
background-color: #B14CAA;
}
.BgClassName
{
background-color: #B14CAA;
}
</style>
border-color css
<style>
span { border-color: #B14CAA; }
span { border-color: rgb(177,76,170); }
td.TdClassName
{
border-color: #B14CAA;
}
.TagClassName
{
border-color: #B14CAA;
}
</style>