#b18dcc

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

Shades of East Side #B18DCC

Tints of East Side #B18DCC

Color information

#B18DCC (or 0xB18DCC) is unknown color: approx East Side. HEX triplet: B1, 8D and CC. RGB value is (177,141,204). Sum of RGB (Red+Green+Blue) = 177+141+204=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #B18DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DCC is #4E7233. Grayscale: #9E9E9E. Windows color (decimal): -5141044 or 13405617. OLE color: 13405617.

HSL color Cylindrical-coordinate representation of color #B18DCC: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B18DCC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177141204-
CMYK0.130.3100.2
HSL274.29º38.18%67.65%-
HSV(B)274.29º30.88%80%-
XYZ38.5632.7661.42-
YUV158.95153.43140.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=33.91%
G=27.01%
B=39.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771412040.130.3100.2274.2938.1867.65
HexB18DCCD1F0141122644
Octal261215314153702442246104
Binary1011000110001101110011001101111110101001000100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18dcc; }

 p { color: rgb(177,141,204); }

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

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

 a { background-color: rgb(177,141,204); }

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

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

 span { border-color: rgb(177,141,204); }

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