#B47CDA

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

Shades of East Side #B47CDA

Tints of East Side #B47CDA

Color information

#B47CDA (or 0xB47CDA) is unknown color: approx East Side. HEX triplet: B4, 7C and DA. RGB value is (180,124,218). Sum of RGB (Red+Green+Blue) = 180+124+218=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #B47CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CDA is #4B8325. Grayscale: #979797. Windows color (decimal): -4948774 or 14318772. OLE color: 14318772.

HSL color Cylindrical-coordinate representation of color #B47CDA: hue angle of 275.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47CDA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180124218-
CMYK0.170.4300.15
HSL275.74º55.95%67.06%-
HSV(B)275.74º43.12%85.49%-
XYZ38.6829.1869.92-
YUV151.46165.55148.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=34.48%
G=23.75%
B=41.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801242180.170.4300.15275.7455.9567.06
HexB47CDA112B0F1143843
Octal264174332215301742470103
Binary1011010011111001101101010001101011011111000101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47CDA; }

 p { color: rgb(180,124,218); }

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

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

 a { background-color: rgb(180,124,218); }

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

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

 span { border-color: rgb(180,124,218); }

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