#B3888C

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

Shades of Viola #B3888C

Tints of Viola #B3888C

Color information

#B3888C (or 0xB3888C) is unknown color: approx Viola. HEX triplet: B3, 88 and 8C. RGB value is (179,136,140). Sum of RGB (Red+Green+Blue) = 179+136+140=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3888C is #4C7773. Grayscale: #959595. Windows color (decimal): -5011316 or 9210035. OLE color: 9210035.

HSL color Cylindrical-coordinate representation of color #B3888C: hue angle of 354.42º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3888C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179136140-
CMYK00.240.220.30
HSL354.42º22.05%61.76%-
HSV(B)354.42º24.02%70.2%-
XYZ32.1329.0928.73-
YUV149.31122.75149.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=39.34%
G=29.89%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913614000.240.220.30354.4222.0561.76
HexB3888C018161E162163e
Octal26321021403026365422676
Binary101100111000100010001100011000101101111010110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3888C; }

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

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

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

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

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

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

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

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