#B47DB9

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

Shades of East Side #B47DB9

Tints of East Side #B47DB9

Color information

#B47DB9 (or 0xB47DB9) is unknown color: approx East Side. HEX triplet: B4, 7D and B9. RGB value is (180,125,185). Sum of RGB (Red+Green+Blue) = 180+125+185=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #B47DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DB9 is #4B8246. Grayscale: #949494. Windows color (decimal): -4948551 or 12156340. OLE color: 12156340.

HSL color Cylindrical-coordinate representation of color #B47DB9: hue angle of 295º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47DB9 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180125185-
CMYK0.030.3200.27
HSL295º30%60.78%-
HSV(B)295º32.43%72.55%-
XYZ34.9127.8749.44-
YUV148.28148.72150.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=36.73%
G=25.51%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801251850.030.3200.272953060.78
HexB47DB932001B1271e3d
Octal2641752713400334473675
Binary101101001111101101110011110000001101110010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DB9; }

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

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

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

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

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

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

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

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