#B47AD5

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

Shades of East Side #B47AD5

Tints of East Side #B47AD5

Color information

#B47AD5 (or 0xB47AD5) is unknown color: approx East Side. HEX triplet: B4, 7A and D5. RGB value is (180,122,213). Sum of RGB (Red+Green+Blue) = 180+122+213=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #B47AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD5 is #4B852A. Grayscale: #959595. Windows color (decimal): -4949291 or 13990580. OLE color: 13990580.

HSL color Cylindrical-coordinate representation of color #B47AD5: hue angle of 278.24º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47AD5 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180122213-
CMYK0.150.4300.16
HSL278.24º52%65.69%-
HSV(B)278.24º42.72%83.53%-
XYZ37.7928.4366.45-
YUV149.72163.72149.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=34.95%
G=23.69%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801222130.150.4300.16278.245265.69
HexB47AD5F2B0101163442
Octal264172325175302042664102
Binary1011010011110101101010111111010110100001000101101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AD5; }

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

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

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

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

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

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

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

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