#B157A9

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

Shades of Violet Blue #B157A9

Tints of Violet Blue #B157A9

Color information

#B157A9 (or 0xB157A9) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and A9. RGB value is (177,87,169). Sum of RGB (Red+Green+Blue) = 177+87+169=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B157A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157A9 is #4EA856. Grayscale: #7B7B7B. Windows color (decimal): -5154903 or 11098033. OLE color: 11098033.

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

Color convert

RGB17787169-
CMYK00.510.050.31
HSL305.33º36.59%51.76%-
HSV(B)305.33º50.85%69.41%-
XYZ28.719.0339.7-
YUV123.26153.82166.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 169 (66.41% from 255) = 39.03%
R=40.88%
G=20.09%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778716900.510.050.31305.3336.5951.76
HexB157A903351F1312534
Octal2611272510635374614564
Binary10110001101011110101001011001110111111100110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157A9; }

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

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

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

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

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

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

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

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