#B1949A

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

Shades of Viola #B1949A

Tints of Viola #B1949A

Color information

#B1949A (or 0xB1949A) is unknown color: approx Viola. HEX triplet: B1, 94 and 9A. RGB value is (177,148,154). Sum of RGB (Red+Green+Blue) = 177+148+154=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B1949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1949A is #4E6B65. Grayscale: #9D9D9D. Windows color (decimal): -5139302 or 10130609. OLE color: 10130609.

HSL color Cylindrical-coordinate representation of color #B1949A: hue angle of 347.59º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1949A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177148154-
CMYK00.160.130.31
HSL347.59º15.68%63.73%-
HSV(B)347.59º16.38%69.41%-
XYZ34.5532.8635.09-
YUV157.35126.11142.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=36.95%
G=30.90%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714815400.160.130.31347.5915.6863.73
HexB1949A010D1F15c1040
Octal261224232020153753420100
Binary101100011001010010011010010000110111111101011100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1949A; }

 p { color: rgb(177,148,154); }

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

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

 a { background-color: rgb(177,148,154); }

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

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

 span { border-color: rgb(177,148,154); }

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