#B47DCA

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

Shades of East Side #B47DCA

Tints of East Side #B47DCA

Color information

#B47DCA (or 0xB47DCA) is unknown color: approx East Side. HEX triplet: B4, 7D and CA. RGB value is (180,125,202). Sum of RGB (Red+Green+Blue) = 180+125+202=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B47DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DCA is #4B8235. Grayscale: #959595. Windows color (decimal): -4948534 or 13270452. OLE color: 13270452.

HSL color Cylindrical-coordinate representation of color #B47DCA: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47DCA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180125202-
CMYK0.110.3800.21
HSL282.86º42.08%64.12%-
HSV(B)282.86º38.12%79.22%-
XYZ36.8228.6359.46-
YUV150.22157.22149.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=35.50%
G=24.65%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801252020.110.3800.21282.8642.0864.12
HexB47DCAB2601511b2a40
Octal264175312134602543352100
Binary1011010011111011100101010111001100101011000110111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47DCA; }

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

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

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

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

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

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

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

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