#B38ABA

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

Shades of East Side #B38ABA

Tints of East Side #B38ABA

Color information

#B38ABA (or 0xB38ABA) is unknown color: approx East Side. HEX triplet: B3, 8A and BA. RGB value is (179,138,186). Sum of RGB (Red+Green+Blue) = 179+138+186=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B38ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ABA is #4C7545. Grayscale: #9B9B9B. Windows color (decimal): -5010758 or 12225203. OLE color: 12225203.

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

Color convert

RGB179138186-
CMYK0.040.2600.27
HSL291.25º25.81%63.53%-
HSV(B)291.25º25.81%72.94%-
XYZ36.5431.3150.57-
YUV155.73145.08144.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=35.59%
G=27.44%
B=36.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791381860.040.2600.27291.2525.8163.53
HexB38ABA41A01B1231a40
Octal26321227243203344332100
Binary10110011100010101011101010011010011011100100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ABA; }

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

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

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

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

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

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

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

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