#B157AE

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

Shades of Violet Blue #B157AE

Tints of Violet Blue #B157AE

Color information

#B157AE (or 0xB157AE) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and AE. RGB value is (177,87,174). Sum of RGB (Red+Green+Blue) = 177+87+174=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B157AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157AE is #4EA851. Grayscale: #7B7B7B. Windows color (decimal): -5154898 or 11425713. OLE color: 11425713.

HSL color Cylindrical-coordinate representation of color #B157AE: hue angle of 302º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B157AE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17787174-
CMYK00.510.020.31
HSL302º36.59%51.76%-
HSV(B)302º50.85%69.41%-
XYZ29.1819.2242.22-
YUV123.83156.32165.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=40.41%
G=19.86%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778717400.510.020.3130236.5951.76
HexB157AE03321F12e2534
Octal2611272560632374564564
Binary1011000110101111010111001100111011111100101110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157AE; }

 p { color: rgb(177,87,174); }

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

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

 a { background-color: rgb(177,87,174); }

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

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

 span { border-color: rgb(177,87,174); }

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