#B18ACD

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

Shades of East Side #B18ACD

Tints of East Side #B18ACD

Color information

#B18ACD (or 0xB18ACD) is unknown color: approx East Side. HEX triplet: B1, 8A and CD. RGB value is (177,138,205). Sum of RGB (Red+Green+Blue) = 177+138+205=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #B18ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ACD is #4E7532. Grayscale: #9D9D9D. Windows color (decimal): -5141811 or 13470385. OLE color: 13470385.

HSL color Cylindrical-coordinate representation of color #B18ACD: hue angle of 274.93º 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 #B18ACD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177138205-
CMYK0.140.3300.20
HSL274.93º40.12%67.25%-
HSV(B)274.93º32.68%80.39%-
XYZ38.2431.9361.91-
YUV157.3154.92142.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=34.04%
G=26.54%
B=39.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771382050.140.3300.20274.9340.1267.25
HexB18ACDE210141132843
Octal261212315164102442350103
Binary10110001100010101100110111101000010101001000100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ACD; }

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

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

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

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

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

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

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

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