#B47BD7

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

Shades of East Side #B47BD7

Tints of East Side #B47BD7

Color information

#B47BD7 (or 0xB47BD7) is unknown color: approx East Side. HEX triplet: B4, 7B and D7. RGB value is (180,123,215). Sum of RGB (Red+Green+Blue) = 180+123+215=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #B47BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BD7 is #4B8428. Grayscale: #969696. Windows color (decimal): -4949033 or 14121908. OLE color: 14121908.

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

Color convert

RGB180123215-
CMYK0.160.4300.16
HSL277.17º53.49%66.27%-
HSV(B)277.17º42.79%84.31%-
XYZ38.1728.7867.83-
YUV150.53164.38149.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 215 (84.38% from 255) = 41.51%
R=34.75%
G=23.75%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801232150.160.4300.16277.1753.4966.27
HexB47BD7102B0101153542
Octal264173327205302042565102
Binary10110100111101111010111100001010110100001000101011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BD7; }

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

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

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

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

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

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

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

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