#B14EAA

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

Shades of Violet Blue #B14EAA

Tints of Violet Blue #B14EAA

Color information

#B14EAA (or 0xB14EAA) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and AA. RGB value is (177,78,170). Sum of RGB (Red+Green+Blue) = 177+78+170=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EAA is #4EB155. Grayscale: #757575. Windows color (decimal): -5157206 or 11161265. OLE color: 11161265.

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

Color convert

RGB17778170-
CMYK00.560.040.31
HSL304.24º38.82%50%-
HSV(B)304.24º55.93%69.41%-
XYZ28.1117.739.96-
YUV118.09157.3170.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 170 (66.80% from 255) = 40%
R=41.65%
G=18.35%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777817000.560.040.31304.2438.8250
HexB14EAA03841F1302732
Octal2611162520704374604762
Binary10110001100111010101010011100010011111100110000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EAA; }

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

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

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

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

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

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

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

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