#B374BE

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

Shades of East Side #B374BE

Tints of East Side #B374BE

Color information

#B374BE (or 0xB374BE) is unknown color: approx East Side. HEX triplet: B3, 74 and BE. RGB value is (179,116,190). Sum of RGB (Red+Green+Blue) = 179+116+190=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B374BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374BE is #4C8B41. Grayscale: #8F8F8F. Windows color (decimal): -5016386 or 12481715. OLE color: 12481715.

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

Color convert

RGB179116190-
CMYK0.060.3900.25
HSL291.08º36.27%60%-
HSV(B)291.08º38.95%74.51%-
XYZ34.1325.7951.89-
YUV143.27154.37153.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=36.91%
G=23.92%
B=39.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791161900.060.3900.25291.0836.2760
HexB374BE627019123243c
Octal2631642766470314434474
Binary10110011111010010111110110100111011001100100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374BE; }

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

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

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

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

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

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

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

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