#B47FCA

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

Shades of East Side #B47FCA

Tints of East Side #B47FCA

Color information

#B47FCA (or 0xB47FCA) is unknown color: approx East Side. HEX triplet: B4, 7F and CA. RGB value is (180,127,202). Sum of RGB (Red+Green+Blue) = 180+127+202=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B47FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FCA is #4B8035. Grayscale: #979797. Windows color (decimal): -4948022 or 13270964. OLE color: 13270964.

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

Color convert

RGB180127202-
CMYK0.110.3700.21
HSL282.4º41.44%64.51%-
HSV(B)282.4º37.13%79.22%-
XYZ37.0729.1559.55-
YUV151.4156.56148.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=35.36%
G=24.95%
B=39.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801272020.110.3700.21282.441.4464.51
HexB47FCAB2501511a2941
Octal264177312134502543251101
Binary1011010011111111100101010111001010101011000110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47FCA; }

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

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

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

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

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

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

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

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