#b18fcc

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

Shades of East Side #B18FCC

Tints of East Side #B18FCC

Color information

#B18FCC (or 0xB18FCC) is unknown color: approx East Side. HEX triplet: B1, 8F and CC. RGB value is (177,143,204). Sum of RGB (Red+Green+Blue) = 177+143+204=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B18FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FCC is #4E7033. Grayscale: #9F9F9F. Windows color (decimal): -5140532 or 13406129. OLE color: 13406129.

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

Color convert

RGB177143204-
CMYK0.130.3000.2
HSL273.44º37.42%68.04%-
HSV(B)273.44º29.9%80%-
XYZ38.8533.3561.52-
YUV160.12152.76140.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=33.78%
G=27.29%
B=38.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771432040.130.3000.2273.4437.4268.04
HexB18FCCD1E0141112544
Octal261217314153602442145104
Binary1011000110001111110011001101111100101001000100011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b18fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b18fcc; }

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

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

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

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

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

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

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

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