#B18FCA

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

Shades of East Side #B18FCA

Tints of East Side #B18FCA

Color information

#B18FCA (or 0xB18FCA) is unknown color: approx East Side. HEX triplet: B1, 8F and CA. RGB value is (177,143,202). Sum of RGB (Red+Green+Blue) = 177+143+202=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #B18FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FCA is #4E7035. Grayscale: #9F9F9F. Windows color (decimal): -5140534 or 13275057. OLE color: 13275057.

HSL color Cylindrical-coordinate representation of color #B18FCA: hue angle of 274.58º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B18FCA is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177143202-
CMYK0.120.2900.21
HSL274.58º35.76%67.65%-
HSV(B)274.58º29.21%79.22%-
XYZ38.6133.2660.26-
YUV159.89151.76140.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=33.91%
G=27.39%
B=38.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771432020.120.2900.21274.5835.7667.65
HexB18FCAC1D0151132444
Octal261217312143502542344104
Binary1011000110001111110010101100111010101011000100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18FCA; }

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

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

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

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

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

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

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

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