#B18AD0

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

Shades of East Side #B18AD0

Tints of East Side #B18AD0

Color information

#B18AD0 (or 0xB18AD0) is unknown color: approx East Side. HEX triplet: B1, 8A and D0. RGB value is (177,138,208). Sum of RGB (Red+Green+Blue) = 177+138+208=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #B18AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AD0 is #4E752F. Grayscale: #9D9D9D. Windows color (decimal): -5141808 or 13666993. OLE color: 13666993.

HSL color Cylindrical-coordinate representation of color #B18AD0: hue angle of 273.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18AD0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177138208-
CMYK0.150.3400.18
HSL273.43º42.68%67.84%-
HSV(B)273.43º33.65%81.57%-
XYZ38.6132.0863.83-
YUV157.64156.42141.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=33.84%
G=26.39%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771382080.150.3400.18273.4342.6867.84
HexB18AD0F220121112b44
Octal261212320174202242153104
Binary10110001100010101101000011111000100100101000100011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18AD0; }

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

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

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

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

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

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

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

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