#B376BC

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

Shades of East Side #B376BC

Tints of East Side #B376BC

Color information

#B376BC (or 0xB376BC) is unknown color: approx East Side. HEX triplet: B3, 76 and BC. RGB value is (179,118,188). Sum of RGB (Red+Green+Blue) = 179+118+188=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B376BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376BC is #4C8943. Grayscale: #909090. Windows color (decimal): -5015876 or 12351155. OLE color: 12351155.

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

Color convert

RGB179118188-
CMYK0.050.3700.26
HSL292.29º34.31%60%-
HSV(B)292.29º37.23%73.73%-
XYZ34.1526.1750.83-
YUV144.22152.71152.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=36.91%
G=24.33%
B=38.76%

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
Decimal1791181880.050.3700.26292.2934.3160
HexB376BC52501A124223c
Octal2631662745450324444274
Binary10110011111011010111100101100101011010100100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376BC; }

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

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

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

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

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

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

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

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