#B47ECA

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

Shades of East Side #B47ECA

Tints of East Side #B47ECA

Color information

#B47ECA (or 0xB47ECA) is unknown color: approx East Side. HEX triplet: B4, 7E and CA. RGB value is (180,126,202). Sum of RGB (Red+Green+Blue) = 180+126+202=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 126 (49.61% from 255 or 24.80% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #B47ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ECA is #4B8135. Grayscale: #969696. Windows color (decimal): -4948278 or 13270708. OLE color: 13270708.

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

Color convert

RGB180126202-
CMYK0.110.3800.21
HSL282.63º41.76%64.31%-
HSV(B)282.63º37.62%79.22%-
XYZ36.9428.8959.51-
YUV150.81156.89148.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 126 (49.61% from 255) = 24.80%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=35.43%
G=24.80%
B=39.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801262020.110.3800.21282.6341.7664.31
HexB47ECAB2601511b2a40
Octal264176312134602543352100
Binary1011010011111101100101010111001100101011000110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47ECA; }

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

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

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

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

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

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

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

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