#B14EA0

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

Shades of Violet Blue #B14EA0

Tints of Violet Blue #B14EA0

Color information

#B14EA0 (or 0xB14EA0) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and A0. RGB value is (177,78,160). Sum of RGB (Red+Green+Blue) = 177+78+160=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EA0 is #4EB15F. Grayscale: #747474. Windows color (decimal): -5157216 or 10505905. OLE color: 10505905.

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

Color convert

RGB17778160-
CMYK00.560.100.31
HSL310.3º38.82%50%-
HSV(B)310.3º55.93%69.41%-
XYZ27.217.3335.17-
YUV116.95152.3170.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=42.65%
G=18.80%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777816000.560.100.31310.338.8250
HexB14EA0038A1F1362732
Octal26111624007012374664762
Binary101100011001110101000000111000101011111100110110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EA0; }

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

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

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

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

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

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

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

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