#B47ACC

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

Shades of East Side #B47ACC

Tints of East Side #B47ACC

Color information

#B47ACC (or 0xB47ACC) is unknown color: approx East Side. HEX triplet: B4, 7A and CC. RGB value is (180,122,204). Sum of RGB (Red+Green+Blue) = 180+122+204=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #B47ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ACC is #4B8533. Grayscale: #949494. Windows color (decimal): -4949300 or 13400756. OLE color: 13400756.

HSL color Cylindrical-coordinate representation of color #B47ACC: hue angle of 282.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B47ACC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180122204-
CMYK0.120.4000.2
HSL282.44º44.57%63.92%-
HSV(B)282.44º40.2%80%-
XYZ36.6827.9860.59-
YUV148.69159.22150.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=35.57%
G=24.11%
B=40.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801222040.120.4000.2282.4444.5763.92
HexB47ACCC2801411a2d40
Octal264172314145002443255100
Binary1011010011110101100110011001010000101001000110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ACC; }

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

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

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

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

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

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

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

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