#B47AD0

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

Shades of East Side #B47AD0

Tints of East Side #B47AD0

Color information

#B47AD0 (or 0xB47AD0) is unknown color: approx East Side. HEX triplet: B4, 7A and D0. RGB value is (180,122,208). Sum of RGB (Red+Green+Blue) = 180+122+208=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #B47AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD0 is #4B852F. Grayscale: #949494. Windows color (decimal): -4949296 or 13662900. OLE color: 13662900.

HSL color Cylindrical-coordinate representation of color #B47AD0: hue angle of 280.47º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47AD0 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180122208-
CMYK0.130.4100.18
HSL280.47º47.78%64.71%-
HSV(B)280.47º41.35%81.57%-
XYZ37.1728.1863.15-
YUV149.15161.22150.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=35.29%
G=23.92%
B=40.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801222080.130.4100.18280.4747.7864.71
HexB47AD0D290121183041
Octal264172320155102243060101
Binary1011010011110101101000011011010010100101000110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AD0; }

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

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

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

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

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

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

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

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