#B160A0

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

Shades of Violet Blue #B160A0

Tints of Violet Blue #B160A0

Color information

#B160A0 (or 0xB160A0) is unknown color: approx Violet Blue. HEX triplet: B1, 60 and A0. RGB value is (177,96,160). Sum of RGB (Red+Green+Blue) = 177+96+160=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B160A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160A0 is #4E9F5F. Grayscale: #7F7F7F. Windows color (decimal): -5152608 or 10510513. OLE color: 10510513.

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

Color convert

RGB17796160-
CMYK00.460.100.31
HSL312.59º34.18%53.53%-
HSV(B)312.59º45.76%69.41%-
XYZ28.6620.2535.66-
YUV127.51146.34163.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=40.88%
G=22.17%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779616000.460.100.31312.5934.1853.53
HexB160A002EA1F1392236
Octal26114024005612374714266
Binary101100011100000101000000101110101011111100111001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160A0; }

 p { color: rgb(177,96,160); }

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

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

 a { background-color: rgb(177,96,160); }

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

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

 span { border-color: rgb(177,96,160); }

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