#B376BF

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

Shades of East Side #B376BF

Tints of East Side #B376BF

Color information

#B376BF (or 0xB376BF) is unknown color: approx East Side. HEX triplet: B3, 76 and BF. RGB value is (179,118,191). Sum of RGB (Red+Green+Blue) = 179+118+191=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #B376BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376BF is #4C8940. Grayscale: #909090. Windows color (decimal): -5015873 or 12547763. OLE color: 12547763.

HSL color Cylindrical-coordinate representation of color #B376BF: hue angle of 290.14º 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 #B376BF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179118191-
CMYK0.060.3800.25
HSL290.14º36.32%60.59%-
HSV(B)290.14º38.22%74.9%-
XYZ34.4726.352.55-
YUV144.56154.21152.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 191 (75% from 255) = 39.14%
R=36.68%
G=24.18%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791181910.060.3800.25290.1436.3260.59
HexB376BF626019122243d
Octal2631662776460314424475
Binary10110011111011010111111110100110011001100100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376BF; }

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

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

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

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

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

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

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

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