#B390BE

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

Shades of East Side #B390BE

Tints of East Side #B390BE

Color information

#B390BE (or 0xB390BE) is unknown color: approx East Side. HEX triplet: B3, 90 and BE. RGB value is (179,144,190). Sum of RGB (Red+Green+Blue) = 179+144+190=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #B390BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BE is #4C6F41. Grayscale: #9F9F9F. Windows color (decimal): -5009218 or 12488883. OLE color: 12488883.

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

Color convert

RGB179144190-
CMYK0.060.2400.25
HSL285.65º26.14%65.49%-
HSV(B)285.65º24.21%74.51%-
XYZ37.8633.2553.14-
YUV159.71145.1141.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=34.89%
G=28.07%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791441900.060.2400.25285.6526.1465.49
HexB390BE61801911e1a41
Octal26322027663003143632101
Binary10110011100100001011111011011000011001100011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390BE; }

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

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

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

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

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

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

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

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