#B47DBA

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

Shades of East Side #B47DBA

Tints of East Side #B47DBA

Color information

#B47DBA (or 0xB47DBA) is unknown color: approx East Side. HEX triplet: B4, 7D and BA. RGB value is (180,125,186). Sum of RGB (Red+Green+Blue) = 180+125+186=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B47DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DBA is #4B8245. Grayscale: #949494. Windows color (decimal): -4948550 or 12221876. OLE color: 12221876.

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

Color convert

RGB180125186-
CMYK0.030.3300.27
HSL294.1º30.65%60.98%-
HSV(B)294.1º32.8%72.94%-
XYZ35.0227.9250-
YUV148.4149.22150.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=36.66%
G=25.46%
B=37.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801251860.030.3300.27294.130.6560.98
HexB47DBA32101B1261f3d
Octal2641752723410334463775
Binary101101001111101101110101110000101101110010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DBA; }

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

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

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

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

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

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

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

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