#B1888C

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

Shades of Viola #B1888C

Tints of Viola #B1888C

Color information

#B1888C (or 0xB1888C) is unknown color: approx Viola. HEX triplet: B1, 88 and 8C. RGB value is (177,136,140). Sum of RGB (Red+Green+Blue) = 177+136+140=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888C is #4E7773. Grayscale: #949494. Windows color (decimal): -5142388 or 9210033. OLE color: 9210033.

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

Color convert

RGB177136140-
CMYK00.230.210.31
HSL354.15º20.81%61.37%-
HSV(B)354.15º23.16%69.41%-
XYZ31.6728.8528.71-
YUV148.72123.08148.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=39.07%
G=30.02%
B=30.91%

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
Decimal17713614000.230.210.31354.1520.8161.37
HexB1888C017151F162153d
Octal26121021402725375422575
Binary101100011000100010001100010111101011111110110001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1888C; }

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

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

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

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

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

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

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

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