#B48D9C

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

Shades of Viola #B48D9C

Tints of Viola #B48D9C

Color information

#B48D9C (or 0xB48D9C) is unknown color: approx Viola. HEX triplet: B4, 8D and 9C. RGB value is (180,141,156). Sum of RGB (Red+Green+Blue) = 180+141+156=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D9C is #4B7263. Grayscale: #9A9A9A. Windows color (decimal): -4944484 or 10259892. OLE color: 10259892.

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

Color convert

RGB180141156-
CMYK00.220.130.29
HSL336.92º20.63%62.94%-
HSV(B)336.92º21.67%70.59%-
XYZ34.3531.1535.66-
YUV154.37128.92146.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=37.74%
G=29.56%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014115600.220.130.29336.9220.6362.94
HexB48D9C016D1D151153f
Octal26421523402615355212577
Binary10110100100011011001110001011011011110110101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D9C; }

 p { color: rgb(180,141,156); }

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

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

 a { background-color: rgb(180,141,156); }

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

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

 span { border-color: rgb(180,141,156); }

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