#B58AC5

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

Shades of East Side #B58AC5

Tints of East Side #B58AC5

Color information

#B58AC5 (or 0xB58AC5) is unknown color: approx East Side. HEX triplet: B5, 8A and C5. RGB value is (181,138,197). Sum of RGB (Red+Green+Blue) = 181+138+197=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #B58AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AC5 is #4A753A. Grayscale: #9D9D9D. Windows color (decimal): -4879675 or 12946101. OLE color: 12946101.

HSL color Cylindrical-coordinate representation of color #B58AC5: hue angle of 283.73º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58AC5 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181138197-
CMYK0.080.3000.23
HSL283.73º33.71%65.69%-
HSV(B)283.73º29.95%77.25%-
XYZ38.2232.0356.99-
YUV157.58150.25144.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=35.08%
G=26.74%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811381970.080.3000.23283.7333.7165.69
HexB58AC581E01711c2242
Octal265212305103602743442102
Binary1011010110001010110001011000111100101111000111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AC5; }

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

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

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

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

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

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

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

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