#B378BD

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

Shades of East Side #B378BD

Tints of East Side #B378BD

Color information

#B378BD (or 0xB378BD) is unknown color: approx East Side. HEX triplet: B3, 78 and BD. RGB value is (179,120,189). Sum of RGB (Red+Green+Blue) = 179+120+189=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B378BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BD is #4C8742. Grayscale: #919191. Windows color (decimal): -5015363 or 12417203. OLE color: 12417203.

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

Color convert

RGB179120189-
CMYK0.050.3700.26
HSL291.3º34.33%60.59%-
HSV(B)291.3º36.51%74.12%-
XYZ34.4926.6951.48-
YUV145.51152.55151.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=36.68%
G=24.59%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791201890.050.3700.26291.334.3360.59
HexB378BD52501A123223d
Octal2631702755450324434275
Binary10110011111100010111101101100101011010100100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378BD; }

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

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

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

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

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

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

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

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