#B38DC9

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

Shades of East Side #B38DC9

Tints of East Side #B38DC9

Color information

#B38DC9 (or 0xB38DC9) is unknown color: approx East Side. HEX triplet: B3, 8D and C9. RGB value is (179,141,201). Sum of RGB (Red+Green+Blue) = 179+141+201=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #B38DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DC9 is #4C7236. Grayscale: #9F9F9F. Windows color (decimal): -5009975 or 13209011. OLE color: 13209011.

HSL color Cylindrical-coordinate representation of color #B38DC9: hue angle of 278º degrees, saturation: 0.36, 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 #B38DC9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179141201-
CMYK0.110.3000.21
HSL278º35.71%67.06%-
HSV(B)278º29.85%78.82%-
XYZ38.6632.8559.56-
YUV159.2151.59142.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=34.36%
G=27.06%
B=38.58%

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
Decimal1791412010.110.3000.2127835.7167.06
HexB38DC9B1E0151162443
Octal263215311133602542644103
Binary1011001110001101110010011011111100101011000101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DC9; }

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

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

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

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

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

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

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

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