#B14EA1

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

Shades of Violet Blue #B14EA1

Tints of Violet Blue #B14EA1

Color information

#B14EA1 (or 0xB14EA1) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and A1. RGB value is (177,78,161). Sum of RGB (Red+Green+Blue) = 177+78+161=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EA1 is #4EB15E. Grayscale: #747474. Windows color (decimal): -5157215 or 10571441. OLE color: 10571441.

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

Color convert

RGB17778161-
CMYK00.560.090.31
HSL309.7º38.82%50%-
HSV(B)309.7º55.93%69.41%-
XYZ27.2917.3735.63-
YUV117.06152.8170.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=42.55%
G=18.75%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777816100.560.090.31309.738.8250
HexB14EA103891F1362732
Octal26111624107011374664762
Binary101100011001110101000010111000100111111100110110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EA1; }

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

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

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

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

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

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

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

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