#B14EA8

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

Shades of Violet Blue #B14EA8

Tints of Violet Blue #B14EA8

Color information

#B14EA8 (or 0xB14EA8) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and A8. RGB value is (177,78,168). Sum of RGB (Red+Green+Blue) = 177+78+168=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B14EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14EA8 is #4EB157. Grayscale: #757575. Windows color (decimal): -5157208 or 11030193. OLE color: 11030193.

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

Color convert

RGB17778168-
CMYK00.560.050.31
HSL305.45º38.82%50%-
HSV(B)305.45º55.93%69.41%-
XYZ27.9217.6238.98-
YUV117.86156.3170.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=41.84%
G=18.44%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777816800.560.050.31305.4538.8250
HexB14EA803851F1312732
Octal2611162500705374614762
Binary10110001100111010101000011100010111111100110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14EA8; }

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

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

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

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

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

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

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

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