#B47DC1

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

Shades of East Side #B47DC1

Tints of East Side #B47DC1

Color information

#B47DC1 (or 0xB47DC1) is unknown color: approx East Side. HEX triplet: B4, 7D and C1. RGB value is (180,125,193). Sum of RGB (Red+Green+Blue) = 180+125+193=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B47DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DC1 is #4B823E. Grayscale: #949494. Windows color (decimal): -4948543 or 12680628. OLE color: 12680628.

HSL color Cylindrical-coordinate representation of color #B47DC1: hue angle of 288.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47DC1 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180125193-
CMYK0.070.3500.24
HSL288.53º35.42%62.35%-
HSV(B)288.53º35.23%75.69%-
XYZ35.7828.2254.01-
YUV149.2152.72149.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=36.14%
G=25.10%
B=38.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801251930.070.3500.24288.5335.4262.35
HexB47DC1723018121233e
Octal2641753017430304414376
Binary10110100111110111000001111100011011000100100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DC1; }

 p { color: rgb(180,125,193); }

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

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

 a { background-color: rgb(180,125,193); }

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

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

 span { border-color: rgb(180,125,193); }

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