#B172AA

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

Shades of Violet Blue #B172AA

Tints of Violet Blue #B172AA

Color information

#B172AA (or 0xB172AA) is unknown color: approx Violet Blue. HEX triplet: B1, 72 and AA. RGB value is (177,114,170). Sum of RGB (Red+Green+Blue) = 177+114+170=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AA is #4E8D55. Grayscale: #8B8B8B. Windows color (decimal): -5147990 or 11170481. OLE color: 11170481.

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

Color convert

RGB177114170-
CMYK00.360.040.31
HSL306.67º28.77%57.06%-
HSV(B)306.67º35.59%69.41%-
XYZ31.424.2841.06-
YUV139.22145.37154.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=38.39%
G=24.73%
B=36.88%

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
Decimal17711417000.360.040.31306.6728.7757.06
HexB172AA02441F1331d39
Octal2611622520444374633571
Binary1011000111100101010101001001001001111110011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172AA; }

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

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

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

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

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

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

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

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