#B18CCB

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

Shades of East Side #B18CCB

Tints of East Side #B18CCB

Color information

#B18CCB (or 0xB18CCB) is unknown color: approx East Side. HEX triplet: B1, 8C and CB. RGB value is (177,140,203). Sum of RGB (Red+Green+Blue) = 177+140+203=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B18CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCB is #4E7334. Grayscale: #9E9E9E. Windows color (decimal): -5141301 or 13339825. OLE color: 13339825.

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

Color convert

RGB177140203-
CMYK0.130.3100.20
HSL275.24º37.72%67.25%-
HSV(B)275.24º31.03%79.61%-
XYZ38.2932.4260.74-
YUV158.24153.26141.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=34.04%
G=26.92%
B=39.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771402030.130.3100.20275.2437.7267.25
HexB18CCBD1F0141132643
Octal261214313153702442346103
Binary1011000110001100110010111101111110101001000100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CCB; }

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

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

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

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

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

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

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

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