#B159A1

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

Shades of Violet Blue #B159A1

Tints of Violet Blue #B159A1

Color information

#B159A1 (or 0xB159A1) is unknown color: approx Violet Blue. HEX triplet: B1, 59 and A1. RGB value is (177,89,161). Sum of RGB (Red+Green+Blue) = 177+89+161=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B159A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159A1 is #4EA65E. Grayscale: #7B7B7B. Windows color (decimal): -5154399 or 10574257. OLE color: 10574257.

HSL color Cylindrical-coordinate representation of color #B159A1: hue angle of 310.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159A1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17789161-
CMYK00.500.090.31
HSL310.91º36.07%52.16%-
HSV(B)310.91º49.72%69.41%-
XYZ28.1419.0735.92-
YUV123.52149.15166.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=41.45%
G=20.84%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778916100.500.090.31310.9136.0752.16
HexB159A103291F1372434
Octal26113124106211374674464
Binary101100011011001101000010110010100111111100110111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159A1; }

 p { color: rgb(177,89,161); }

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

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

 a { background-color: rgb(177,89,161); }

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

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

 span { border-color: rgb(177,89,161); }

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