#B172AE

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

Shades of Violet Blue #B172AE

Tints of Violet Blue #B172AE

Color information

#B172AE (or 0xB172AE) is unknown color: approx Violet Blue. HEX triplet: B1, 72 and AE. RGB value is (177,114,174). Sum of RGB (Red+Green+Blue) = 177+114+174=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B172AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172AE is #4E8D51. Grayscale: #8B8B8B. Windows color (decimal): -5147986 or 11432625. OLE color: 11432625.

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

Color convert

RGB177114174-
CMYK00.360.020.31
HSL302.86º28.77%57.06%-
HSV(B)302.86º35.59%69.41%-
XYZ31.7924.4443.09-
YUV139.68147.37154.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=38.06%
G=24.52%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711417400.360.020.31302.8628.7757.06
HexB172AE02421F12f1d39
Octal2611622560442374573571
Binary101100011110010101011100100100101111110010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B172AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B172AE; }

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

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

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

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

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

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

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

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