#B390BB

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

Shades of East Side #B390BB

Tints of East Side #B390BB

Color information

#B390BB (or 0xB390BB) is unknown color: approx East Side. HEX triplet: B3, 90 and BB. RGB value is (179,144,187). Sum of RGB (Red+Green+Blue) = 179+144+187=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B390BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BB is #4C6F44. Grayscale: #9F9F9F. Windows color (decimal): -5009221 or 12292275. OLE color: 12292275.

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

Color convert

RGB179144187-
CMYK0.040.2300.27
HSL288.84º24.02%64.9%-
HSV(B)288.84º22.99%73.33%-
XYZ37.5333.1251.43-
YUV159.37143.6142-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=35.10%
G=28.24%
B=36.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791441870.040.2300.27288.8424.0264.9
HexB390BB41701B1211841
Octal26322027342703344130101
Binary10110011100100001011101110010111011011100100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390BB; }

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

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

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

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

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

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

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

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