#B59FA6

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

Shades of Viola #B59FA6

Tints of Viola #B59FA6

Color information

#B59FA6 (or 0xB59FA6) is unknown color: approx Viola. HEX triplet: B5, 9F and A6. RGB value is (181,159,166). Sum of RGB (Red+Green+Blue) = 181+159+166=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA6 is #4A6059. Grayscale: #A6A6A6. Windows color (decimal): -4874330 or 10919861. OLE color: 10919861.

HSL color Cylindrical-coordinate representation of color #B59FA6: hue angle of 340.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B59FA6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB181159166-
CMYK00.120.080.29
HSL340.91º12.94%66.67%-
HSV(B)340.91º12.15%70.98%-
XYZ38.3437.3741.27-
YUV166.38127.79138.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 166 (65.23% from 255) = 32.81%
R=35.77%
G=31.42%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115916600.120.080.29340.9112.9466.67
HexB59FA60C81D155d43
Octal265237246014103552515103
Binary1011010110011111101001100110010001110110101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FA6; }

 p { color: rgb(181,159,166); }

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

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

 a { background-color: rgb(181,159,166); }

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

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

 span { border-color: rgb(181,159,166); }

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