#B47ABA

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

Shades of East Side #B47ABA

Tints of East Side #B47ABA

Color information

#B47ABA (or 0xB47ABA) is unknown color: approx East Side. HEX triplet: B4, 7A and BA. RGB value is (180,122,186). Sum of RGB (Red+Green+Blue) = 180+122+186=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B47ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ABA is #4B8545. Grayscale: #929292. Windows color (decimal): -4949318 or 12221108. OLE color: 12221108.

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

Color convert

RGB180122186-
CMYK0.030.3400.27
HSL294.38º31.68%60.39%-
HSV(B)294.38º34.41%72.94%-
XYZ34.6427.1749.87-
YUV146.64150.22151.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=36.89%
G=25%
B=38.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801221860.030.3400.27294.3831.6860.39
HexB47ABA32201B126203c
Octal2641722723420334464074
Binary1011010011110101011101011100010011011100100110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ABA; }

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

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

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

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

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

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

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

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