#B1898C

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

Shades of Viola #B1898C

Tints of Viola #B1898C

Color information

#B1898C (or 0xB1898C) is unknown color: approx Viola. HEX triplet: B1, 89 and 8C. RGB value is (177,137,140). Sum of RGB (Red+Green+Blue) = 177+137+140=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1898C is #4E7673. Grayscale: #959595. Windows color (decimal): -5142132 or 9210289. OLE color: 9210289.

HSL color Cylindrical-coordinate representation of color #B1898C: hue angle of 355.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1898C is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177137140-
CMYK00.230.210.31
HSL355.5º20.41%61.57%-
HSV(B)355.5º22.6%69.41%-
XYZ31.8129.1328.76-
YUV149.3122.75147.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=38.99%
G=30.18%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713714000.230.210.31355.520.4161.57
HexB1898C017151F164143e
Octal26121121402725375442476
Binary101100011000100110001100010111101011111110110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1898C; }

 p { color: rgb(177,137,140); }

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

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

 a { background-color: rgb(177,137,140); }

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

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

 span { border-color: rgb(177,137,140); }

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