#B18CCA

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

Shades of East Side #B18CCA

Tints of East Side #B18CCA

Color information

#B18CCA (or 0xB18CCA) is unknown color: approx East Side. HEX triplet: B1, 8C and CA. RGB value is (177,140,202). Sum of RGB (Red+Green+Blue) = 177+140+202=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B18CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCA is #4E7335. Grayscale: #9D9D9D. Windows color (decimal): -5141302 or 13274289. OLE color: 13274289.

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

Color convert

RGB177140202-
CMYK0.120.3100.21
HSL275.81º36.9%67.06%-
HSV(B)275.81º30.69%79.22%-
XYZ38.1732.3760.11-
YUV158.13152.76141.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=34.10%
G=26.97%
B=38.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771402020.120.3100.21275.8136.967.06
HexB18CCAC1F0151142543
Octal261214312143702542445103
Binary1011000110001100110010101100111110101011000101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18CCA; }

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

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

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

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

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

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

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

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