#B14E9C

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

Shades of Violet Blue #B14E9C

Tints of Violet Blue #B14E9C

Color information

#B14E9C (or 0xB14E9C) is unknown color: approx Violet Blue. HEX triplet: B1, 4E and 9C. RGB value is (177,78,156). Sum of RGB (Red+Green+Blue) = 177+78+156=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E9C is #4EB163. Grayscale: #747474. Windows color (decimal): -5157220 or 10243761. OLE color: 10243761.

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

Color convert

RGB17778156-
CMYK00.560.120.31
HSL312.73º38.82%50%-
HSV(B)312.73º55.93%69.41%-
XYZ26.8617.233.36-
YUV116.49150.3171.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=43.07%
G=18.98%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777815600.560.120.31312.7338.8250
HexB14E9C038C1F1392732
Octal26111623407014374714762
Binary101100011001110100111000111000110011111100111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E9C; }

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

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

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

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

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

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

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

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