#B172AC

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

Shades of Violet Blue #B172AC

Tints of Violet Blue #B172AC

Color information

#B172AC (or 0xB172AC) is unknown color: approx Violet Blue. HEX triplet: B1, 72 and AC. RGB value is (177,114,172). Sum of RGB (Red+Green+Blue) = 177+114+172=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AC is #4E8D53. Grayscale: #8B8B8B. Windows color (decimal): -5147988 or 11301553. OLE color: 11301553.

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

Color convert

RGB177114172-
CMYK00.360.030.31
HSL304.76º28.77%57.06%-
HSV(B)304.76º35.59%69.41%-
XYZ31.624.3642.07-
YUV139.45146.37154.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=38.23%
G=24.62%
B=37.15%

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
Decimal17711417200.360.030.31304.7628.7757.06
HexB172AC02431F1311d39
Octal2611622540443374613571
Binary101100011110010101011000100100111111110011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172AC; }

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

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

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

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

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

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

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

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