#B378C1

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

Shades of East Side #B378C1

Tints of East Side #B378C1

Color information

#B378C1 (or 0xB378C1) is unknown color: approx East Side. HEX triplet: B3, 78 and C1. RGB value is (179,120,193). Sum of RGB (Red+Green+Blue) = 179+120+193=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #B378C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378C1 is #4C873E. Grayscale: #919191. Windows color (decimal): -5015359 or 12679347. OLE color: 12679347.

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

Color convert

RGB179120193-
CMYK0.070.3800.24
HSL288.49º37.06%61.37%-
HSV(B)288.49º37.82%75.69%-
XYZ34.9326.8753.8-
YUV145.96154.55151.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=36.38%
G=24.39%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791201930.070.3800.24288.4937.0661.37
HexB378C1726018120253d
Octal2631703017460304404575
Binary10110011111100011000001111100110011000100100000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378C1; }

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

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

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

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

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

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

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

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