#B47ABE

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

Shades of East Side #B47ABE

Tints of East Side #B47ABE

Color information

#B47ABE (or 0xB47ABE) is unknown color: approx East Side. HEX triplet: B4, 7A and BE. RGB value is (180,122,190). Sum of RGB (Red+Green+Blue) = 180+122+190=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #B47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ABE is #4B8541. Grayscale: #929292. Windows color (decimal): -4949314 or 12483252. OLE color: 12483252.

HSL color Cylindrical-coordinate representation of color #B47ABE: hue angle of 291.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47ABE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180122190-
CMYK0.050.3600.25
HSL291.18º34.34%61.18%-
HSV(B)291.18º35.79%74.51%-
XYZ35.0827.3452.14-
YUV147.09152.22151.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=36.59%
G=24.80%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801221900.050.3600.25291.1834.3461.18
HexB47ABE524019123223d
Octal2641722765440314434275
Binary10110100111101010111110101100100011001100100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ABE; }

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

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

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

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

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

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

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

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