#B378C0

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

Shades of East Side #B378C0

Tints of East Side #B378C0

Color information

#B378C0 (or 0xB378C0) is unknown color: approx East Side. HEX triplet: B3, 78 and C0. RGB value is (179,120,192). Sum of RGB (Red+Green+Blue) = 179+120+192=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #B378C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378C0 is #4C873F. Grayscale: #919191. Windows color (decimal): -5015360 or 12613811. OLE color: 12613811.

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

Color convert

RGB179120192-
CMYK0.070.3800.25
HSL289.17º36.36%61.18%-
HSV(B)289.17º37.5%75.29%-
XYZ34.8226.8253.21-
YUV145.85154.05151.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=36.46%
G=24.44%
B=39.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791201920.070.3800.25289.1736.3661.18
HexB378C0726019121243d
Octal2631703007460314414475
Binary10110011111100011000000111100110011001100100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378C0; }

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

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

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

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

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

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

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

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