#b47fd6

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

Shades of East Side #B47FD6

Tints of East Side #B47FD6

Color information

#B47FD6 (or 0xB47FD6) is unknown color: approx East Side. HEX triplet: B4, 7F and D6. RGB value is (180,127,214). Sum of RGB (Red+Green+Blue) = 180+127+214=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #B47FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47FD6 is #4B8029. Grayscale: #989898. Windows color (decimal): -4948010 or 14057396. OLE color: 14057396.

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

Color convert

RGB180127214-
CMYK0.160.4100.16
HSL276.55º51.48%66.86%-
HSV(B)276.55º40.65%83.92%-
XYZ38.5529.7467.33-
YUV152.76162.56147.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=34.55%
G=24.38%
B=41.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801272140.160.4100.16276.5551.4866.86
HexB47FD610290101153343
Octal264177326205102042563103
Binary10110100111111111010110100001010010100001000101011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47fd6; }

 p { color: rgb(180,127,214); }

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

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

 a { background-color: rgb(180,127,214); }

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

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

 span { border-color: rgb(180,127,214); }

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