#B390BC

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

Shades of East Side #B390BC

Tints of East Side #B390BC

Color information

#B390BC (or 0xB390BC) is unknown color: approx East Side. HEX triplet: B3, 90 and BC. RGB value is (179,144,188). Sum of RGB (Red+Green+Blue) = 179+144+188=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #B390BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BC is #4C6F43. Grayscale: #9F9F9F. Windows color (decimal): -5009220 or 12357811. OLE color: 12357811.

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

Color convert

RGB179144188-
CMYK0.050.2300.26
HSL287.73º24.72%65.1%-
HSV(B)287.73º23.4%73.73%-
XYZ37.6433.1651.99-
YUV159.48144.1141.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=35.03%
G=28.18%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791441880.050.2300.26287.7324.7265.1
HexB390BC51701A1201941
Octal26322027452703244031101
Binary10110011100100001011110010110111011010100100000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390BC; }

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

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

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

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

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

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

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

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