#B16FAE

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

Shades of Violet Blue #B16FAE

Tints of Violet Blue #B16FAE

Color information

#B16FAE (or 0xB16FAE) is unknown color: approx Violet Blue. HEX triplet: B1, 6F and AE. RGB value is (177,111,174). Sum of RGB (Red+Green+Blue) = 177+111+174=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FAE is #4E9051. Grayscale: #898989. Windows color (decimal): -5148754 or 11431857. OLE color: 11431857.

HSL color Cylindrical-coordinate representation of color #B16FAE: hue angle of 302.73º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16FAE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177111174-
CMYK00.370.020.31
HSL302.73º29.73%56.47%-
HSV(B)302.73º37.29%69.41%-
XYZ31.4623.7742.97-
YUV137.92148.37155.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=38.31%
G=24.03%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711117400.370.020.31302.7329.7356.47
HexB16FAE02521F12f1e38
Octal2611572560452374573670
Binary101100011101111101011100100101101111110010111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FAE; }

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

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

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

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

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

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

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

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