#B5878B

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

Shades of Viola #B5878B

Tints of Viola #B5878B

Color information

#B5878B (or 0xB5878B) is unknown color: approx Viola. HEX triplet: B5, 87 and 8B. RGB value is (181,135,139). Sum of RGB (Red+Green+Blue) = 181+135+139=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5878B is #4A7874. Grayscale: #959595. Windows color (decimal): -4880501 or 9144245. OLE color: 9144245.

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

Color convert

RGB181135139-
CMYK00.250.230.29
HSL354.78º23.71%61.96%-
HSV(B)354.78º25.41%70.98%-
XYZ32.3829.0228.32-
YUV149.21122.24150.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 135 (53.12% from 255) = 29.67%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=39.78%
G=29.67%
B=30.55%

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
Decimal18113513900.250.230.29354.7823.7161.96
HexB5878B019171D163183e
Octal26520721303127355433076
Binary101101011000011110001011011001101111110110110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5878B; }

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

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

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

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

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

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

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

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