#B47ABF

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

Shades of East Side #B47ABF

Tints of East Side #B47ABF

Color information

#B47ABF (or 0xB47ABF) is unknown color: approx East Side. HEX triplet: B4, 7A and BF. RGB value is (180,122,191). Sum of RGB (Red+Green+Blue) = 180+122+191=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #B47ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ABF is #4B8540. Grayscale: #929292. Windows color (decimal): -4949313 or 12548788. OLE color: 12548788.

HSL color Cylindrical-coordinate representation of color #B47ABF: hue angle of 290.43º degrees, saturation: 0.35, 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 #B47ABF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180122191-
CMYK0.060.3600.25
HSL290.43º35.03%61.37%-
HSV(B)290.43º36.13%74.9%-
XYZ35.1927.3852.72-
YUV147.21152.72151.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 191 (75% from 255) = 38.74%
R=36.51%
G=24.75%
B=38.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801221910.060.3600.25290.4335.0361.37
HexB47ABF624019122233d
Octal2641722776440314424375
Binary10110100111101010111111110100100011001100100010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ABF; }

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

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

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

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

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

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

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

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