#B16FA7

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

Shades of Violet Blue #B16FA7

Tints of Violet Blue #B16FA7

Color information

#B16FA7 (or 0xB16FA7) is unknown color: approx Violet Blue. HEX triplet: B1, 6F and A7. RGB value is (177,111,167). Sum of RGB (Red+Green+Blue) = 177+111+167=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FA7 is #4E9058. Grayscale: #888888. Windows color (decimal): -5148761 or 10973105. OLE color: 10973105.

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

Color convert

RGB177111167-
CMYK00.370.060.31
HSL309.09º29.73%56.47%-
HSV(B)309.09º37.29%69.41%-
XYZ30.7923.5139.47-
YUV137.12144.87156.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=38.90%
G=24.40%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711116700.370.060.31309.0929.7356.47
HexB16FA702561F1351e38
Octal2611572470456374653670
Binary1011000111011111010011101001011101111110011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FA7; }

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

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

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

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

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

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

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

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