#B47ACA

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

Shades of East Side #B47ACA

Tints of East Side #B47ACA

Color information

#B47ACA (or 0xB47ACA) is unknown color: approx East Side. HEX triplet: B4, 7A and CA. RGB value is (180,122,202). Sum of RGB (Red+Green+Blue) = 180+122+202=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #B47ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ACA is #4B8535. Grayscale: #949494. Windows color (decimal): -4949302 or 13269684. OLE color: 13269684.

HSL color Cylindrical-coordinate representation of color #B47ACA: hue angle of 283.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47ACA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180122202-
CMYK0.110.4000.21
HSL283.5º43.01%63.53%-
HSV(B)283.5º39.6%79.22%-
XYZ36.4427.8959.34-
YUV148.46158.22150.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=35.71%
G=24.21%
B=40.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801222020.110.4000.21283.543.0163.53
HexB47ACAB2801511c2b40
Octal264172312135002543453100
Binary1011010011110101100101010111010000101011000111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ACA; }

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

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

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

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

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

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

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

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