#B18BC4

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

Shades of East Side #B18BC4

Tints of East Side #B18BC4

Color information

#B18BC4 (or 0xB18BC4) is unknown color: approx East Side. HEX triplet: B1, 8B and C4. RGB value is (177,139,196). Sum of RGB (Red+Green+Blue) = 177+139+196=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #B18BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BC4 is #4E743B. Grayscale: #9C9C9C. Windows color (decimal): -5141564 or 12880817. OLE color: 12880817.

HSL color Cylindrical-coordinate representation of color #B18BC4: hue angle of 280º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B18BC4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177139196-
CMYK0.100.2900.23
HSL280º32.57%65.69%-
HSV(B)280º29.08%76.86%-
XYZ37.3331.856.39-
YUV156.86150.09142.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=34.57%
G=27.15%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771391960.100.2900.2328032.5765.69
HexB18BC4A1D0171182142
Octal261213304123502743041102
Binary1011000110001011110001001010111010101111000110001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BC4; }

 p { color: rgb(177,139,196); }

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

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

 a { background-color: rgb(177,139,196); }

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

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

 span { border-color: rgb(177,139,196); }

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