#B393BF

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

Shades of East Side #B393BF

Tints of East Side #B393BF

Color information

#B393BF (or 0xB393BF) is unknown color: approx East Side. HEX triplet: B3, 93 and BF. RGB value is (179,147,191). Sum of RGB (Red+Green+Blue) = 179+147+191=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B393BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393BF is #4C6C40. Grayscale: #A1A1A1. Windows color (decimal): -5008449 or 12555187. OLE color: 12555187.

HSL color Cylindrical-coordinate representation of color #B393BF: hue angle of 283.64º degrees, saturation: 0.26, 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 #B393BF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179147191-
CMYK0.060.2300.25
HSL283.64º25.58%66.27%-
HSV(B)283.64º23.04%74.9%-
XYZ38.4334.2153.87-
YUV161.58144.6140.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 191 (75% from 255) = 36.94%
R=34.62%
G=28.43%
B=36.94%

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
Decimal1791471910.060.2300.25283.6425.5866.27
HexB393BF61701911c1a42
Octal26322327762703143432102
Binary10110011100100111011111111010111011001100011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393BF; }

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

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

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

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

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

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

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

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