#B157AB

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

Shades of Violet Blue #B157AB

Tints of Violet Blue #B157AB

Color information

#B157AB (or 0xB157AB) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and AB. RGB value is (177,87,171). Sum of RGB (Red+Green+Blue) = 177+87+171=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B157AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157AB is #4EA854. Grayscale: #7B7B7B. Windows color (decimal): -5154901 or 11229105. OLE color: 11229105.

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

Color convert

RGB17787171-
CMYK00.510.030.31
HSL304º36.59%51.76%-
HSV(B)304º50.85%69.41%-
XYZ28.8919.140.69-
YUV123.49154.82166.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=40.69%
G=20%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778717100.510.030.3130436.5951.76
HexB157AB03331F1302534
Octal2611272530633374604564
Binary1011000110101111010101101100111111111100110000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157AB; }

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

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

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

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

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

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

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

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