#B378BC

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

Shades of East Side #B378BC

Tints of East Side #B378BC

Color information

#B378BC (or 0xB378BC) is unknown color: approx East Side. HEX triplet: B3, 78 and BC. RGB value is (179,120,188). Sum of RGB (Red+Green+Blue) = 179+120+188=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B378BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BC is #4C8743. Grayscale: #919191. Windows color (decimal): -5015364 or 12351667. OLE color: 12351667.

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

Color convert

RGB179120188-
CMYK0.050.3600.26
HSL292.06º33.66%60.39%-
HSV(B)292.06º36.17%73.73%-
XYZ34.3826.6550.91-
YUV145.39152.05151.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=36.76%
G=24.64%
B=38.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791201880.050.3600.26292.0633.6660.39
HexB378BC52401A124223c
Octal2631702745440324444274
Binary10110011111100010111100101100100011010100100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B378BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B378BC; }

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

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

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

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

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

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

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

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