#B47DCD

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

Shades of East Side #B47DCD

Tints of East Side #B47DCD

Color information

#B47DCD (or 0xB47DCD) is unknown color: approx East Side. HEX triplet: B4, 7D and CD. RGB value is (180,125,205). Sum of RGB (Red+Green+Blue) = 180+125+205=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #B47DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DCD is #4B8232. Grayscale: #969696. Windows color (decimal): -4948531 or 13467060. OLE color: 13467060.

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

Color convert

RGB180125205-
CMYK0.120.3900.20
HSL281.25º44.44%64.71%-
HSV(B)281.25º39.02%80.39%-
XYZ37.1828.7861.35-
YUV150.56158.72149-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=35.29%
G=24.51%
B=40.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801252050.120.3900.20281.2544.4464.71
HexB47DCDC270141192c41
Octal264175315144702443154101
Binary1011010011111011100110111001001110101001000110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DCD; }

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

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

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

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

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

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

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

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