#B48ABB

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

Shades of East Side #B48ABB

Tints of East Side #B48ABB

Color information

#B48ABB (or 0xB48ABB) is unknown color: approx East Side. HEX triplet: B4, 8A and BB. RGB value is (180,138,187). Sum of RGB (Red+Green+Blue) = 180+138+187=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B48ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABB is #4B7544. Grayscale: #9B9B9B. Windows color (decimal): -4945221 or 12290740. OLE color: 12290740.

HSL color Cylindrical-coordinate representation of color #B48ABB: hue angle of 291.43º 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 #B48ABB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180138187-
CMYK0.040.2600.27
HSL291.43º26.49%63.73%-
HSV(B)291.43º26.2%73.33%-
XYZ36.8831.4751.14-
YUV156.14145.41145.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=35.64%
G=27.33%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801381870.040.2600.27291.4326.4963.73
HexB48ABB41A01B1231a40
Octal26421227343203344332100
Binary10110100100010101011101110011010011011100100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ABB; }

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

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

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

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

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

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

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

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