#B1888D

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

Shades of Viola #B1888D

Tints of Viola #B1888D

Color information

#B1888D (or 0xB1888D) is unknown color: approx Viola. HEX triplet: B1, 88 and 8D. RGB value is (177,136,141). Sum of RGB (Red+Green+Blue) = 177+136+141=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B1888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1888D is #4E7772. Grayscale: #949494. Windows color (decimal): -5142387 or 9275569. OLE color: 9275569.

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

Color convert

RGB177136141-
CMYK00.230.200.31
HSL352.68º20.81%61.37%-
HSV(B)352.68º23.16%69.41%-
XYZ31.7428.8829.1-
YUV148.83123.58148.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=38.99%
G=29.96%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713614100.230.200.31352.6820.8161.37
HexB1888D017141F161153d
Octal26121021502724375412575
Binary101100011000100010001101010111101001111110110000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1888D; }

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

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

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

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

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

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

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

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