#B14EAB

Color #B14EAB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B14EAB

Tints of Violet Blue #B14EAB

Color information

#B14EAB (or 0xB14EAB) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and AB. RGB value is (177,78,171). Sum of RGB (Red+Green+Blue) = 177+78+171=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAB is #4EB154. Grayscale: #757575. Windows color (decimal): -5157205 or 11226801. OLE color: 11226801.

HSL color Cylindrical-coordinate representation of color #B14EAB: hue angle of 303.64º 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 #B14EAB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17778171-
CMYK00.560.030.31
HSL303.64º38.82%50%-
HSV(B)303.64º55.93%69.41%-
XYZ28.2117.7440.46-
YUV118.2157.8169.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=41.55%
G=18.31%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777817100.560.030.31303.6438.8250
HexB14EAB03831F1302732
Octal2611162530703374604762
Binary1011000110011101010101101110001111111100110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EAB; }

 p { color: rgb(177,78,171); }

 H1.HeaderClassName
 {
   color: #B14EAB;
 }
 .AnyTagClassName
 {
   color: #B14EAB;
 }
</style>
background-color css

<style>
 a { background-color: #B14EAB; }

 a { background-color: rgb(177,78,171); }

 div.DivClassName
 {
   background-color: #B14EAB;
 }
 .BgClassName
 {
   background-color: #B14EAB;
 }
</style>
border-color css

<style>
 span { border-color: #B14EAB; }

 span { border-color: rgb(177,78,171); }

 td.TdClassName
 {
   border-color: #B14EAB;
 }
 .TagClassName
 {
   border-color: #B14EAB;
 }
</style>