#B58ACD

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

Shades of East Side #B58ACD

Tints of East Side #B58ACD

Color information

#B58ACD (or 0xB58ACD) is unknown color: approx East Side. HEX triplet: B5, 8A and CD. RGB value is (181,138,205). Sum of RGB (Red+Green+Blue) = 181+138+205=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #B58ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ACD is #4A7532. Grayscale: #9E9E9E. Windows color (decimal): -4879667 or 13470389. OLE color: 13470389.

HSL color Cylindrical-coordinate representation of color #B58ACD: hue angle of 278.51º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58ACD is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181138205-
CMYK0.120.3300.20
HSL278.51º40.12%67.25%-
HSV(B)278.51º32.68%80.39%-
XYZ39.1632.4161.95-
YUV158.5154.25144.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=34.54%
G=26.34%
B=39.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811382050.120.3300.20278.5140.1267.25
HexB58ACDC210141172843
Octal265212315144102442750103
Binary10110101100010101100110111001000010101001000101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58ACD; }

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

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

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

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

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

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

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

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