#B16199

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

Shades of Violet Blue #B16199

Tints of Violet Blue #B16199

Color information

#B16199 (or 0xB16199) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and 99. RGB value is (177,97,153). Sum of RGB (Red+Green+Blue) = 177+97+153=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16199 is #4E9E66. Grayscale: #7F7F7F. Windows color (decimal): -5152359 or 10052017. OLE color: 10052017.

HSL color Cylindrical-coordinate representation of color #B16199: hue angle of 318º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16199 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17797153-
CMYK00.450.140.31
HSL318º33.9%53.73%-
HSV(B)318º45.2%69.41%-
XYZ28.1620.232.55-
YUV127.3142.5163.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=41.45%
G=22.72%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779715300.450.140.3131833.953.73
HexB1619902DE1F13e2236
Octal26114123105516374764266
Binary101100011100001100110010101101111011111100111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16199; }

 p { color: rgb(177,97,153); }

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

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

 a { background-color: rgb(177,97,153); }

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

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

 span { border-color: rgb(177,97,153); }

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