#B493CA

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

Shades of East Side #B493CA

Tints of East Side #B493CA

Color information

#B493CA (or 0xB493CA) is unknown color: approx East Side. HEX triplet: B4, 93 and CA. RGB value is (180,147,202). Sum of RGB (Red+Green+Blue) = 180+147+202=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #B493CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493CA is #4B6C35. Grayscale: #A2A2A2. Windows color (decimal): -4942902 or 13276084. OLE color: 13276084.

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

Color convert

RGB180147202-
CMYK0.110.2700.21
HSL276º34.16%68.43%-
HSV(B)276º27.23%79.22%-
XYZ39.9234.8460.5-
YUV163.14149.93140.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=34.03%
G=27.79%
B=38.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801472020.110.2700.2127634.1668.43
HexB493CAB1B0151142244
Octal264223312133302542442104
Binary1011010010010011110010101011110110101011000101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493CA; }

 p { color: rgb(180,147,202); }

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

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

 a { background-color: rgb(180,147,202); }

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

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

 span { border-color: rgb(180,147,202); }

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