#B59FA5

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

Shades of Viola #B59FA5

Tints of Viola #B59FA5

Color information

#B59FA5 (or 0xB59FA5) is unknown color: approx Viola. HEX triplet: B5, 9F and A5. RGB value is (181,159,165). Sum of RGB (Red+Green+Blue) = 181+159+165=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA5 is #4A605A. Grayscale: #A6A6A6. Windows color (decimal): -4874331 or 10854325. OLE color: 10854325.

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

Color convert

RGB181159165-
CMYK00.120.090.29
HSL343.64º12.94%66.67%-
HSV(B)343.64º12.15%70.98%-
XYZ38.2537.3440.79-
YUV166.26127.29138.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 165 (64.84% from 255) = 32.67%
R=35.84%
G=31.49%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115916500.120.090.29343.6412.9466.67
HexB59FA50C91D158d43
Octal265237245014113553015103
Binary1011010110011111101001010110010011110110101100011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FA5; }

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

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

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

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

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

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

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

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