#B18D9A

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

Shades of Viola #B18D9A

Tints of Viola #B18D9A

Color information

#B18D9A (or 0xB18D9A) is unknown color: approx Viola. HEX triplet: B1, 8D and 9A. RGB value is (177,141,154). Sum of RGB (Red+Green+Blue) = 177+141+154=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D9A is #4E7265. Grayscale: #999999. Windows color (decimal): -5141094 or 10128817. OLE color: 10128817.

HSL color Cylindrical-coordinate representation of color #B18D9A: hue angle of 338.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18D9A is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177141154-
CMYK00.200.130.31
HSL338.33º18.75%62.35%-
HSV(B)338.33º20.34%69.41%-
XYZ33.4930.7334.74-
YUV153.25128.43144.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=37.5%
G=29.87%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714115400.200.130.31338.3318.7562.35
HexB18D9A014D1F152133e
Octal26121523202415375222376
Binary10110001100011011001101001010011011111110101001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D9A; }

 p { color: rgb(177,141,154); }

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

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

 a { background-color: rgb(177,141,154); }

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

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

 span { border-color: rgb(177,141,154); }

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