#B171AA

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

Shades of Violet Blue #B171AA

Tints of Violet Blue #B171AA

Color information

#B171AA (or 0xB171AA) is unknown color: approx Violet Blue. HEX triplet: B1, 71 and AA. RGB value is (177,113,170). Sum of RGB (Red+Green+Blue) = 177+113+170=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B171AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171AA is #4E8E55. Grayscale: #8A8A8A. Windows color (decimal): -5148246 or 11170225. OLE color: 11170225.

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

Color convert

RGB177113170-
CMYK00.360.040.31
HSL306.56º29.09%56.86%-
HSV(B)306.56º36.16%69.41%-
XYZ31.2924.0641.02-
YUV138.63145.7155.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=38.48%
G=24.57%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711317000.360.040.31306.5629.0956.86
HexB171AA02441F1331d39
Octal2611612520444374633571
Binary1011000111100011010101001001001001111110011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171AA; }

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

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

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

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

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

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

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

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