#B47DBE

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

Shades of East Side #B47DBE

Tints of East Side #B47DBE

Color information

#B47DBE (or 0xB47DBE) is unknown color: approx East Side. HEX triplet: B4, 7D and BE. RGB value is (180,125,190). Sum of RGB (Red+Green+Blue) = 180+125+190=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B47DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DBE is #4B8241. Grayscale: #949494. Windows color (decimal): -4948546 or 12484020. OLE color: 12484020.

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

Color convert

RGB180125190-
CMYK0.050.3400.25
HSL290.77º33.33%61.76%-
HSV(B)290.77º34.21%74.51%-
XYZ35.4528.0952.27-
YUV148.85151.22150.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=36.36%
G=25.25%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801251900.050.3400.25290.7733.3361.76
HexB47DBE522019123213e
Octal2641752765420314434176
Binary10110100111110110111110101100010011001100100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DBE; }

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

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

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

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

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

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

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

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