#B378BE

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

Shades of East Side #B378BE

Tints of East Side #B378BE

Color information

#B378BE (or 0xB378BE) is unknown color: approx East Side. HEX triplet: B3, 78 and BE. RGB value is (179,120,190). Sum of RGB (Red+Green+Blue) = 179+120+190=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B378BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BE is #4C8741. Grayscale: #919191. Windows color (decimal): -5015362 or 12482739. OLE color: 12482739.

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

Color convert

RGB179120190-
CMYK0.060.3700.25
HSL290.57º35%60.78%-
HSV(B)290.57º36.84%74.51%-
XYZ34.626.7352.05-
YUV145.62153.05151.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=36.61%
G=24.54%
B=38.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791201900.060.3700.25290.573560.78
HexB378BE625019123233d
Octal2631702766450314434375
Binary10110011111100010111110110100101011001100100011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378BE; }

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

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

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

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

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

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

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

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