#B58694

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

Shades of Viola #B58694

Tints of Viola #B58694

Color information

#B58694 (or 0xB58694) is unknown color: approx Viola. HEX triplet: B5, 86 and 94. RGB value is (181,134,148). Sum of RGB (Red+Green+Blue) = 181+134+148=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B58694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58694 is #4A796B. Grayscale: #959595. Windows color (decimal): -4880748 or 9733813. OLE color: 9733813.

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

Color convert

RGB181134148-
CMYK00.260.180.29
HSL342.13º24.1%61.76%-
HSV(B)342.13º25.97%70.98%-
XYZ32.9329.0131.88-
YUV149.65127.07150.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=39.09%
G=28.94%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113414800.260.180.29342.1324.161.76
HexB5869401A121D156183e
Octal26520622403222355263076
Binary101101011000011010010100011010100101110110101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58694; }

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

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

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

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

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

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

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

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