#B5878C

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

Shades of Viola #B5878C

Tints of Viola #B5878C

Color information

#B5878C (or 0xB5878C) is unknown color: approx Viola. HEX triplet: B5, 87 and 8C. RGB value is (181,135,140). Sum of RGB (Red+Green+Blue) = 181+135+140=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5878C is #4A7873. Grayscale: #959595. Windows color (decimal): -4880500 or 9209781. OLE color: 9209781.

HSL color Cylindrical-coordinate representation of color #B5878C: hue angle of 353.48º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5878C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181135140-
CMYK00.250.230.29
HSL353.48º23.71%61.96%-
HSV(B)353.48º25.41%70.98%-
XYZ32.4529.0528.71-
YUV149.32122.74150.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=39.69%
G=29.61%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113514000.250.230.29353.4823.7161.96
HexB5878C019171D161183e
Octal26520721403127355413076
Binary101101011000011110001100011001101111110110110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5878C; }

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

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

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

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

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

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

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

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