#B47CD7

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

Shades of East Side #B47CD7

Tints of East Side #B47CD7

Color information

#B47CD7 (or 0xB47CD7) is unknown color: approx East Side. HEX triplet: B4, 7C and D7. RGB value is (180,124,215). Sum of RGB (Red+Green+Blue) = 180+124+215=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #B47CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CD7 is #4B8328. Grayscale: #969696. Windows color (decimal): -4948777 or 14122164. OLE color: 14122164.

HSL color Cylindrical-coordinate representation of color #B47CD7: hue angle of 276.92º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47CD7 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180124215-
CMYK0.160.4200.16
HSL276.92º53.22%66.47%-
HSV(B)276.92º42.33%84.31%-
XYZ38.329.0267.87-
YUV151.12164.05148.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=34.68%
G=23.89%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801242150.160.4200.16276.9253.2266.47
HexB47CD7102A0101153542
Octal264174327205202042565102
Binary10110100111110011010111100001010100100001000101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CD7; }

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

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

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

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

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

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

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

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