#B173AE

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

Shades of Violet Blue #B173AE

Tints of Violet Blue #B173AE

Color information

#B173AE (or 0xB173AE) is unknown color: approx Violet Blue. HEX triplet: B1, 73 and AE. RGB value is (177,115,174). Sum of RGB (Red+Green+Blue) = 177+115+174=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AE is #4E8C51. Grayscale: #8C8C8C. Windows color (decimal): -5147730 or 11432881. OLE color: 11432881.

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

Color convert

RGB177115174-
CMYK00.350.020.31
HSL302.9º28.44%57.25%-
HSV(B)302.9º35.03%69.41%-
XYZ31.924.6643.12-
YUV140.26147.04154.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=37.98%
G=24.68%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711517400.350.020.31302.928.4457.25
HexB173AE02321F12f1c39
Octal2611632560432374573471
Binary101100011110011101011100100011101111110010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173AE; }

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

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

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

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

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

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

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

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