#B171AF

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

Shades of Violet Blue #B171AF

Tints of Violet Blue #B171AF

Color information

#B171AF (or 0xB171AF) is unknown color: approx Violet Blue. HEX triplet: B1, 71 and AF. RGB value is (177,113,175). Sum of RGB (Red+Green+Blue) = 177+113+175=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B171AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171AF is #4E8E50. Grayscale: #8B8B8B. Windows color (decimal): -5148241 or 11497905. OLE color: 11497905.

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

Color convert

RGB177113175-
CMYK00.360.010.31
HSL301.88º29.09%56.86%-
HSV(B)301.88º36.16%69.41%-
XYZ31.7724.2543.56-
YUV139.2148.2154.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=38.06%
G=24.30%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711317500.360.010.31301.8829.0956.86
HexB171AF02411F12e1d39
Octal2611612570441374563571
Binary10110001111000110101111010010011111110010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171AF; }

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

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

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

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

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

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

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

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