#B171AC

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

Shades of Violet Blue #B171AC

Tints of Violet Blue #B171AC

Color information

#B171AC (or 0xB171AC) is unknown color: approx Violet Blue. HEX triplet: B1, 71 and AC. RGB value is (177,113,172). Sum of RGB (Red+Green+Blue) = 177+113+172=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B171AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171AC is #4E8E53. Grayscale: #8A8A8A. Windows color (decimal): -5148244 or 11301297. OLE color: 11301297.

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

Color convert

RGB177113172-
CMYK00.360.030.31
HSL304.69º29.09%56.86%-
HSV(B)304.69º36.16%69.41%-
XYZ31.4824.1442.03-
YUV138.86146.7155.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=38.31%
G=24.46%
B=37.23%

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
Decimal17711317200.360.030.31304.6929.0956.86
HexB171AC02431F1311d39
Octal2611612540443374613571
Binary101100011110001101011000100100111111110011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B171AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B171AC; }

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

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

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

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

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

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

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

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