#B157AA

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

Shades of Violet Blue #B157AA

Tints of Violet Blue #B157AA

Color information

#B157AA (or 0xB157AA) is unknown color: approx Violet Blue. HEX triplet: B1, 57 and AA. RGB value is (177,87,170). Sum of RGB (Red+Green+Blue) = 177+87+170=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B157AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B157AA is #4EA855. Grayscale: #7B7B7B. Windows color (decimal): -5154902 or 11163569. OLE color: 11163569.

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

Color convert

RGB17787170-
CMYK00.510.040.31
HSL304.67º36.59%51.76%-
HSV(B)304.67º50.85%69.41%-
XYZ28.819.0740.19-
YUV123.37154.32166.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=40.78%
G=20.05%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778717000.510.040.31304.6736.5951.76
HexB157AA03341F1312534
Octal2611272520634374614564
Binary10110001101011110101010011001110011111100110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B157AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B157AA; }

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

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

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

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

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

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

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

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