#B3878C

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

Shades of Viola #B3878C

Tints of Viola #B3878C

Color information

#B3878C (or 0xB3878C) is unknown color: approx Viola. HEX triplet: B3, 87 and 8C. RGB value is (179,135,140). Sum of RGB (Red+Green+Blue) = 179+135+140=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878C is #4C7873. Grayscale: #949494. Windows color (decimal): -5011572 or 9209779. OLE color: 9209779.

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

Color convert

RGB179135140-
CMYK00.250.220.30
HSL353.18º22.45%61.57%-
HSV(B)353.18º24.58%70.2%-
XYZ31.9928.8128.68-
YUV148.73123.08149.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=39.43%
G=29.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913514000.250.220.30353.1822.4561.57
HexB3878C019161E161163e
Octal26320721403126365412676
Binary101100111000011110001100011001101101111010110000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3878C; }

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

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

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

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

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

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

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

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