#B38DBA

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

Shades of East Side #B38DBA

Tints of East Side #B38DBA

Color information

#B38DBA (or 0xB38DBA) is unknown color: approx East Side. HEX triplet: B3, 8D and BA. RGB value is (179,141,186). Sum of RGB (Red+Green+Blue) = 179+141+186=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #B38DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DBA is #4C7245. Grayscale: #9D9D9D. Windows color (decimal): -5009990 or 12225971. OLE color: 12225971.

HSL color Cylindrical-coordinate representation of color #B38DBA: hue angle of 290.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38DBA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179141186-
CMYK0.040.2400.27
HSL290.67º24.59%64.12%-
HSV(B)290.67º24.19%72.94%-
XYZ36.9832.1850.72-
YUV157.49144.09143.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=35.38%
G=27.87%
B=36.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791411860.040.2400.27290.6724.5964.12
HexB38DBA41801B1231940
Octal26321527243003344331100
Binary10110011100011011011101010011000011011100100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DBA; }

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

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

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

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

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

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

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

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