#B171AB

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

Shades of Violet Blue #B171AB

Tints of Violet Blue #B171AB

Color information

#B171AB (or 0xB171AB) is unknown color: approx Violet Blue. HEX triplet: B1, 71 and AB. RGB value is (177,113,171). Sum of RGB (Red+Green+Blue) = 177+113+171=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B171AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171AB is #4E8E54. Grayscale: #8A8A8A. Windows color (decimal): -5148245 or 11235761. OLE color: 11235761.

HSL color Cylindrical-coordinate representation of color #B171AB: hue angle of 305.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B171AB is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177113171-
CMYK00.360.030.31
HSL305.62º29.09%56.86%-
HSV(B)305.62º36.16%69.41%-
XYZ31.3924.141.53-
YUV138.75146.2155.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=38.39%
G=24.51%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711317100.360.030.31305.6229.0956.86
HexB171AB02431F1321d39
Octal2611612530443374623571
Binary101100011110001101010110100100111111110011001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171AB; }

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

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

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

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

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

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

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

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