#B48ABA

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

Shades of East Side #B48ABA

Tints of East Side #B48ABA

Color information

#B48ABA (or 0xB48ABA) is unknown color: approx East Side. HEX triplet: B4, 8A and BA. RGB value is (180,138,186). Sum of RGB (Red+Green+Blue) = 180+138+186=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B48ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABA is #4B7545. Grayscale: #9B9B9B. Windows color (decimal): -4945222 or 12225204. OLE color: 12225204.

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

Color convert

RGB180138186-
CMYK0.030.2600.27
HSL292.5º25.81%63.53%-
HSV(B)292.5º25.81%72.94%-
XYZ36.7731.4350.58-
YUV156.03144.91145.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=35.71%
G=27.38%
B=36.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801381860.030.2600.27292.525.8163.53
HexB48ABA31A01B1241a40
Octal26421227233203344432100
Binary1011010010001010101110101111010011011100100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ABA; }

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

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

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

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

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

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

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

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