#B58ABA

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

Shades of East Side #B58ABA

Tints of East Side #B58ABA

Color information

#B58ABA (or 0xB58ABA) is unknown color: approx East Side. HEX triplet: B5, 8A and BA. RGB value is (181,138,186). Sum of RGB (Red+Green+Blue) = 181+138+186=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B58ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ABA is #4A7545. Grayscale: #9C9C9C. Windows color (decimal): -4879686 or 12225205. OLE color: 12225205.

HSL color Cylindrical-coordinate representation of color #B58ABA: hue angle of 293.75º 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 #B58ABA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181138186-
CMYK0.030.2600.27
HSL293.75º25.81%63.53%-
HSV(B)293.75º25.81%72.94%-
XYZ37.0131.5550.59-
YUV156.33144.75145.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=35.84%
G=27.33%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811381860.030.2600.27293.7525.8163.53
HexB58ABA31A01B1261a40
Octal26521227233203344632100
Binary1011010110001010101110101111010011011100100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58ABA; }

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

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

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

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

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

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

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

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