#B49FA5

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

Shades of Viola #B49FA5

Tints of Viola #B49FA5

Color information

#B49FA5 (or 0xB49FA5) is unknown color: approx Viola. HEX triplet: B4, 9F and A5. RGB value is (180,159,165). Sum of RGB (Red+Green+Blue) = 180+159+165=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FA5 is #4B605A. Grayscale: #A5A5A5. Windows color (decimal): -4939867 or 10854324. OLE color: 10854324.

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

Color convert

RGB180159165-
CMYK00.120.080.29
HSL342.86º12.28%66.47%-
HSV(B)342.86º11.67%70.59%-
XYZ38.0137.2240.78-
YUV165.96127.46138.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=35.71%
G=31.55%
B=32.74%

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
Decimal18015916500.120.080.29342.8612.2866.47
HexB49FA50C81D157c42
Octal264237245014103552714102
Binary1011010010011111101001010110010001110110101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FA5; }

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

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

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

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

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

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

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

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