#B16FAA

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

Shades of Violet Blue #B16FAA

Tints of Violet Blue #B16FAA

Color information

#B16FAA (or 0xB16FAA) is unknown color: approx Violet Blue. HEX triplet: B1, 6F and AA. RGB value is (177,111,170). Sum of RGB (Red+Green+Blue) = 177+111+170=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FAA is #4E9055. Grayscale: #898989. Windows color (decimal): -5148758 or 11169713. OLE color: 11169713.

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

Color convert

RGB177111170-
CMYK00.370.040.31
HSL306.36º29.73%56.47%-
HSV(B)306.36º37.29%69.41%-
XYZ31.0723.6240.95-
YUV137.46146.37156.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=38.65%
G=24.24%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711117000.370.040.31306.3629.7356.47
HexB16FAA02541F1321e38
Octal2611572520454374623670
Binary1011000111011111010101001001011001111110011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FAA; }

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

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

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

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

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

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

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

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