#B376BE

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

Shades of East Side #B376BE

Tints of East Side #B376BE

Color information

#B376BE (or 0xB376BE) is unknown color: approx East Side. HEX triplet: B3, 76 and BE. RGB value is (179,118,190). Sum of RGB (Red+Green+Blue) = 179+118+190=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376BE is #4C8941. Grayscale: #909090. Windows color (decimal): -5015874 or 12482227. OLE color: 12482227.

HSL color Cylindrical-coordinate representation of color #B376BE: hue angle of 290.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B376BE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179118190-
CMYK0.060.3800.25
HSL290.83º35.64%60.39%-
HSV(B)290.83º37.89%74.51%-
XYZ34.3626.2651.97-
YUV144.45153.71152.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=36.76%
G=24.23%
B=39.01%

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
Decimal1791181900.060.3800.25290.8335.6460.39
HexB376BE626019123243c
Octal2631662766460314434474
Binary10110011111011010111110110100110011001100100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376BE; }

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

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

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

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

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

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

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

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