#B47DD3

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

Shades of East Side #B47DD3

Tints of East Side #B47DD3

Color information

#B47DD3 (or 0xB47DD3) is unknown color: approx East Side. HEX triplet: B4, 7D and D3. RGB value is (180,125,211). Sum of RGB (Red+Green+Blue) = 180+125+211=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #B47DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DD3 is #4B822C. Grayscale: #969696. Windows color (decimal): -4948525 or 13860276. OLE color: 13860276.

HSL color Cylindrical-coordinate representation of color #B47DD3: hue angle of 278.37º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47DD3 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180125211-
CMYK0.150.4100.17
HSL278.37º49.43%65.88%-
HSV(B)278.37º40.76%82.75%-
XYZ37.9129.0765.24-
YUV151.25161.72148.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=34.88%
G=24.22%
B=40.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801252110.150.4100.17278.3749.4365.88
HexB47DD3F290111163142
Octal264175323175102142661102
Binary1011010011111011101001111111010010100011000101101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DD3; }

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

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

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

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

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

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

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

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