#B18CCE

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

Shades of East Side #B18CCE

Tints of East Side #B18CCE

Color information

#B18CCE (or 0xB18CCE) is unknown color: approx East Side. HEX triplet: B1, 8C and CE. RGB value is (177,140,206). Sum of RGB (Red+Green+Blue) = 177+140+206=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #B18CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCE is #4E7331. Grayscale: #9E9E9E. Windows color (decimal): -5141298 or 13536433. OLE color: 13536433.

HSL color Cylindrical-coordinate representation of color #B18CCE: hue angle of 273.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18CCE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177140206-
CMYK0.140.3200.19
HSL273.64º40.24%67.84%-
HSV(B)273.64º32.04%80.78%-
XYZ38.6532.5662.64-
YUV158.59154.76141.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=33.84%
G=26.77%
B=39.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771402060.140.3200.19273.6440.2467.84
HexB18CCEE200131122844
Octal261214316164002342250104
Binary10110001100011001100111011101000000100111000100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CCE; }

 p { color: rgb(177,140,206); }

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

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

 a { background-color: rgb(177,140,206); }

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

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

 span { border-color: rgb(177,140,206); }

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