#B48A9A

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

Shades of Viola #B48A9A

Tints of Viola #B48A9A

Color information

#B48A9A (or 0xB48A9A) is unknown color: approx Viola. HEX triplet: B4, 8A and 9A. RGB value is (180,138,154). Sum of RGB (Red+Green+Blue) = 180+138+154=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A9A is #4B7565. Grayscale: #989898. Windows color (decimal): -4945254 or 10128052. OLE color: 10128052.

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

Color convert

RGB180138154-
CMYK00.230.140.29
HSL337.14º21.88%62.35%-
HSV(B)337.14º23.33%70.59%-
XYZ33.7430.2134.63-
YUV152.38128.91147.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=38.14%
G=29.24%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013815400.230.140.29337.1421.8862.35
HexB48A9A017E1D151163e
Octal26421223202716355212676
Binary10110100100010101001101001011111101110110101000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A9A; }

 p { color: rgb(180,138,154); }

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

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

 a { background-color: rgb(180,138,154); }

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

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

 span { border-color: rgb(180,138,154); }

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