#B1939A

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

Shades of Viola #B1939A

Tints of Viola #B1939A

Color information

#B1939A (or 0xB1939A) is unknown color: approx Viola. HEX triplet: B1, 93 and 9A. RGB value is (177,147,154). Sum of RGB (Red+Green+Blue) = 177+147+154=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1939A is #4E6C65. Grayscale: #9C9C9C. Windows color (decimal): -5139558 or 10130353. OLE color: 10130353.

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

Color convert

RGB177147154-
CMYK00.170.130.31
HSL346º16.13%63.53%-
HSV(B)346º16.95%69.41%-
XYZ34.432.5535.04-
YUV156.77126.44142.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=37.03%
G=30.75%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714715400.170.130.3134616.1363.53
HexB1939A011D1F15a1040
Octal261223232021153753220100
Binary101100011001001110011010010001110111111101011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1939A; }

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

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

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

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

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

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

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

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