#B393BE

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

Shades of East Side #B393BE

Tints of East Side #B393BE

Color information

#B393BE (or 0xB393BE) is unknown color: approx East Side. HEX triplet: B3, 93 and BE. RGB value is (179,147,190). Sum of RGB (Red+Green+Blue) = 179+147+190=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B393BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BE is #4C6C41. Grayscale: #A1A1A1. Windows color (decimal): -5008450 or 12489651. OLE color: 12489651.

HSL color Cylindrical-coordinate representation of color #B393BE: hue angle of 284.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B393BE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179147190-
CMYK0.060.2300.25
HSL284.65º24.86%66.08%-
HSV(B)284.65º22.63%74.51%-
XYZ38.3234.1753.29-
YUV161.47144.1140.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=34.69%
G=28.49%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791471900.060.2300.25284.6524.8666.08
HexB393BE61701911d1942
Octal26322327662703143531102
Binary10110011100100111011111011010111011001100011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393BE; }

 p { color: rgb(179,147,190); }

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

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

 a { background-color: rgb(179,147,190); }

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

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

 span { border-color: rgb(179,147,190); }

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