#B5868D

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

Shades of Viola #B5868D

Tints of Viola #B5868D

Color information

#B5868D (or 0xB5868D) is unknown color: approx Viola. HEX triplet: B5, 86 and 8D. RGB value is (181,134,141). Sum of RGB (Red+Green+Blue) = 181+134+141=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5868D is #4A7972. Grayscale: #949494. Windows color (decimal): -4880755 or 9275061. OLE color: 9275061.

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

Color convert

RGB181134141-
CMYK00.260.220.29
HSL351.06º24.1%61.76%-
HSV(B)351.06º25.97%70.98%-
XYZ32.3928.829.05-
YUV148.85123.57150.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=39.69%
G=29.39%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113414100.260.220.29351.0624.161.76
HexB5868D01A161D15f183e
Octal26520621503226355373076
Binary101101011000011010001101011010101101110110101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5868D; }

 p { color: rgb(181,134,141); }

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

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

 a { background-color: rgb(181,134,141); }

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

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

 span { border-color: rgb(181,134,141); }

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