#B47CD9

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

Shades of East Side #B47CD9

Tints of East Side #B47CD9

Color information

#B47CD9 (or 0xB47CD9) is unknown color: approx East Side. HEX triplet: B4, 7C and D9. RGB value is (180,124,217). Sum of RGB (Red+Green+Blue) = 180+124+217=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #B47CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CD9 is #4B8326. Grayscale: #979797. Windows color (decimal): -4948775 or 14253236. OLE color: 14253236.

HSL color Cylindrical-coordinate representation of color #B47CD9: hue angle of 276.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47CD9 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180124217-
CMYK0.170.4300.15
HSL276.13º55.03%66.86%-
HSV(B)276.13º42.86%85.1%-
XYZ38.5529.1369.24-
YUV151.35165.05148.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=34.55%
G=23.80%
B=41.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801242170.170.4300.15276.1355.0366.86
HexB47CD9112B0F1143743
Octal264174331215301742467103
Binary1011010011111001101100110001101011011111000101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CD9; }

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

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

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

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

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

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

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

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