#B48EBA

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

Shades of East Side #B48EBA

Tints of East Side #B48EBA

Color information

#B48EBA (or 0xB48EBA) is unknown color: approx East Side. HEX triplet: B4, 8E and BA. RGB value is (180,142,186). Sum of RGB (Red+Green+Blue) = 180+142+186=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B48EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EBA is #4B7145. Grayscale: #9E9E9E. Windows color (decimal): -4944198 or 12226228. OLE color: 12226228.

HSL color Cylindrical-coordinate representation of color #B48EBA: hue angle of 291.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48EBA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180142186-
CMYK0.030.2400.27
HSL291.82º24.18%64.31%-
HSV(B)291.82º23.66%72.94%-
XYZ37.3632.5950.78-
YUV158.38143.59143.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=35.43%
G=27.95%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801421860.030.2400.27291.8224.1864.31
HexB48EBA31801B1241840
Octal26421627233003344430100
Binary1011010010001110101110101111000011011100100100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EBA; }

 p { color: rgb(180,142,186); }

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

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

 a { background-color: rgb(180,142,186); }

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

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

 span { border-color: rgb(180,142,186); }

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