#B47CCC

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

Shades of East Side #B47CCC

Tints of East Side #B47CCC

Color information

#B47CCC (or 0xB47CCC) is unknown color: approx East Side. HEX triplet: B4, 7C and CC. RGB value is (180,124,204). Sum of RGB (Red+Green+Blue) = 180+124+204=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B47CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CCC is #4B8333. Grayscale: #959595. Windows color (decimal): -4948788 or 13401268. OLE color: 13401268.

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

Color convert

RGB180124204-
CMYK0.120.3900.2
HSL282º43.96%64.31%-
HSV(B)282º39.22%80%-
XYZ36.9328.4860.68-
YUV149.86158.55149.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=35.43%
G=24.41%
B=40.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801242040.120.3900.228243.9664.31
HexB47CCCC2701411a2c40
Octal264174314144702443254100
Binary1011010011111001100110011001001110101001000110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CCC; }

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

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

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

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

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

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

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

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