#B173AF

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

Shades of Violet Blue #B173AF

Tints of Violet Blue #B173AF

Color information

#B173AF (or 0xB173AF) is unknown color: approx Violet Blue. HEX triplet: B1, 73 and AF. RGB value is (177,115,175). Sum of RGB (Red+Green+Blue) = 177+115+175=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B173AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173AF is #4E8C50. Grayscale: #8C8C8C. Windows color (decimal): -5147729 or 11498417. OLE color: 11498417.

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

Color convert

RGB177115175-
CMYK00.350.010.31
HSL301.94º28.44%57.25%-
HSV(B)301.94º35.03%69.41%-
XYZ3224.743.64-
YUV140.38147.54154.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=37.90%
G=24.63%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711517500.350.010.31301.9428.4457.25
HexB173AF02311F12e1c39
Octal2611632570431374563471
Binary10110001111001110101111010001111111110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B173AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B173AF; }

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

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

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

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

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

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

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

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