#B47AD6

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

Shades of East Side #B47AD6

Tints of East Side #B47AD6

Color information

#B47AD6 (or 0xB47AD6) is unknown color: approx East Side. HEX triplet: B4, 7A and D6. RGB value is (180,122,214). Sum of RGB (Red+Green+Blue) = 180+122+214=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #B47AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD6 is #4B8529. Grayscale: #959595. Windows color (decimal): -4949290 or 14056116. OLE color: 14056116.

HSL color Cylindrical-coordinate representation of color #B47AD6: hue angle of 277.83º degrees, saturation: 0.53, 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 #B47AD6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180122214-
CMYK0.160.4300.16
HSL277.83º52.87%65.88%-
HSV(B)277.83º42.99%83.92%-
XYZ37.9228.4867.12-
YUV149.83164.22149.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=34.88%
G=23.64%
B=41.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801222140.160.4300.16277.8352.8765.88
HexB47AD6102B0101163542
Octal264172326205302042665102
Binary10110100111101011010110100001010110100001000101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AD6; }

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

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

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

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

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

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

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

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