#B1888F

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

Shades of Viola #B1888F

Tints of Viola #B1888F

Color information

#B1888F (or 0xB1888F) is unknown color: approx Viola. HEX triplet: B1, 88 and 8F. RGB value is (177,136,143). Sum of RGB (Red+Green+Blue) = 177+136+143=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888F is #4E7770. Grayscale: #959595. Windows color (decimal): -5142385 or 9406641. OLE color: 9406641.

HSL color Cylindrical-coordinate representation of color #B1888F: hue angle of 349.76º 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 #B1888F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177136143-
CMYK00.230.190.31
HSL349.76º20.81%61.37%-
HSV(B)349.76º23.16%69.41%-
XYZ31.8928.9429.89-
YUV149.06124.58147.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=38.82%
G=29.82%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713614300.230.190.31349.7620.8161.37
HexB1888F017131F15e153d
Octal26121021702723375362575
Binary101100011000100010001111010111100111111110101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1888F; }

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

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

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

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

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

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

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

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