#B391BA

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

Shades of East Side #B391BA

Tints of East Side #B391BA

Color information

#B391BA (or 0xB391BA) is unknown color: approx East Side. HEX triplet: B3, 91 and BA. RGB value is (179,145,186). Sum of RGB (Red+Green+Blue) = 179+145+186=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B391BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391BA is #4C6E45. Grayscale: #9F9F9F. Windows color (decimal): -5008966 or 12226995. OLE color: 12226995.

HSL color Cylindrical-coordinate representation of color #B391BA: hue angle of 289.76º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B391BA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179145186-
CMYK0.040.2200.27
HSL289.76º22.91%64.9%-
HSV(B)289.76º22.04%72.94%-
XYZ37.5833.3850.92-
YUV159.84142.76141.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=35.10%
G=28.43%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791451860.040.2200.27289.7622.9164.9
HexB391BA41601B1221741
Octal26322127242603344227101
Binary10110011100100011011101010010110011011100100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391BA; }

 p { color: rgb(179,145,186); }

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

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

 a { background-color: rgb(179,145,186); }

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

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

 span { border-color: rgb(179,145,186); }

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