#B38DCA

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

Shades of East Side #B38DCA

Tints of East Side #B38DCA

Color information

#B38DCA (or 0xB38DCA) is unknown color: approx East Side. HEX triplet: B3, 8D and CA. RGB value is (179,141,202). Sum of RGB (Red+Green+Blue) = 179+141+202=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #B38DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DCA is #4C7235. Grayscale: #9F9F9F. Windows color (decimal): -5009974 or 13274547. OLE color: 13274547.

HSL color Cylindrical-coordinate representation of color #B38DCA: hue angle of 277.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38DCA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179141202-
CMYK0.110.3000.21
HSL277.38º36.53%67.25%-
HSV(B)277.38º30.2%79.22%-
XYZ38.7832.960.18-
YUV159.32152.09142.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=34.29%
G=27.01%
B=38.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791412020.110.3000.21277.3836.5367.25
HexB38DCAB1E0151152543
Octal263215312133602542545103
Binary1011001110001101110010101011111100101011000101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DCA; }

 p { color: rgb(179,141,202); }

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

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

 a { background-color: rgb(179,141,202); }

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

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

 span { border-color: rgb(179,141,202); }

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