#B47BBF

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

Shades of East Side #B47BBF

Tints of East Side #B47BBF

Color information

#B47BBF (or 0xB47BBF) is unknown color: approx East Side. HEX triplet: B4, 7B and BF. RGB value is (180,123,191). Sum of RGB (Red+Green+Blue) = 180+123+191=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #B47BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BBF is #4B8440. Grayscale: #939393. Windows color (decimal): -4949057 or 12549044. OLE color: 12549044.

HSL color Cylindrical-coordinate representation of color #B47BBF: hue angle of 290.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47BBF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180123191-
CMYK0.060.3600.25
HSL290.29º34.69%61.57%-
HSV(B)290.29º35.6%74.9%-
XYZ35.3127.6352.76-
YUV147.79152.38150.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 191 (75% from 255) = 38.66%
R=36.44%
G=24.90%
B=38.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801231910.060.3600.25290.2934.6961.57
HexB47BBF624019122233e
Octal2641732776440314424376
Binary10110100111101110111111110100100011001100100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47BBF; }

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

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

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

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

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

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

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

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