#B293CA

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

Shades of East Side #B293CA

Tints of East Side #B293CA

Color information

#B293CA (or 0xB293CA) is unknown color: approx East Side. HEX triplet: B2, 93 and CA. RGB value is (178,147,202). Sum of RGB (Red+Green+Blue) = 178+147+202=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B293CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CA is #4D6C35. Grayscale: #A2A2A2. Windows color (decimal): -5073974 or 13276082. OLE color: 13276082.

HSL color Cylindrical-coordinate representation of color #B293CA: hue angle of 273.82º 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 #B293CA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178147202-
CMYK0.120.2700.21
HSL273.82º34.16%68.43%-
HSV(B)273.82º27.23%79.22%-
XYZ39.4534.660.48-
YUV162.54150.27139.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=33.78%
G=27.89%
B=38.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781472020.120.2700.21273.8234.1668.43
HexB293CAC1B0151122244
Octal262223312143302542242104
Binary1011001010010011110010101100110110101011000100101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293CA; }

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

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

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

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

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

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

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

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