#B3878E

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

Shades of Viola #B3878E

Tints of Viola #B3878E

Color information

#B3878E (or 0xB3878E) is unknown color: approx Viola. HEX triplet: B3, 87 and 8E. RGB value is (179,135,142). Sum of RGB (Red+Green+Blue) = 179+135+142=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B3878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3878E is #4C7871. Grayscale: #949494. Windows color (decimal): -5011570 or 9340851. OLE color: 9340851.

HSL color Cylindrical-coordinate representation of color #B3878E: hue angle of 350.45º 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 #B3878E is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB179135142-
CMYK00.250.210.30
HSL350.45º22.45%61.57%-
HSV(B)350.45º24.58%70.2%-
XYZ32.1428.8629.47-
YUV148.95124.08149.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=39.25%
G=29.61%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913514200.250.210.30350.4522.4561.57
HexB3878E019151E15e163e
Octal26320721603125365362676
Binary101100111000011110001110011001101011111010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3878E; }

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

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

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

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

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

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

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

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