#B173AA

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

Shades of Violet Blue #B173AA

Tints of Violet Blue #B173AA

Color information

#B173AA (or 0xB173AA) is unknown color: approx Violet Blue. HEX triplet: B1, 73 and AA. RGB value is (177,115,170). Sum of RGB (Red+Green+Blue) = 177+115+170=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AA is #4E8C55. Grayscale: #8B8B8B. Windows color (decimal): -5147734 or 11170737. OLE color: 11170737.

HSL color Cylindrical-coordinate representation of color #B173AA: hue angle of 306.77º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B173AA is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177115170-
CMYK00.350.040.31
HSL306.77º28.44%57.25%-
HSV(B)306.77º35.03%69.41%-
XYZ31.5224.5141.1-
YUV139.81145.04154.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=38.31%
G=24.89%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711517000.350.040.31306.7728.4457.25
HexB173AA02341F1331c39
Octal2611632520434374633471
Binary1011000111100111010101001000111001111110011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173AA; }

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

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

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

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

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

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

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

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