#b374c6

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

Shades of East Side #B374C6

Tints of East Side #B374C6

Color information

#B374C6 (or 0xB374C6) is unknown color: approx East Side. HEX triplet: B3, 74 and C6. RGB value is (179,116,198). Sum of RGB (Red+Green+Blue) = 179+116+198=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #B374C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374C6 is #4C8B39. Grayscale: #8F8F8F. Windows color (decimal): -5016378 or 13006003. OLE color: 13006003.

HSL color Cylindrical-coordinate representation of color #B374C6: hue angle of 286.1º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B374C6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179116198-
CMYK0.100.4100.22
HSL286.1º41.84%61.57%-
HSV(B)286.1º41.41%77.65%-
XYZ35.0326.1556.63-
YUV144.18158.37152.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 116 (45.70% from 255) = 23.53%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=36.31%
G=23.53%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791161980.100.4100.22286.141.8461.57
HexB374C6A2901611e2a3e
Octal26316430612510264365276
Binary101100111110100110001101010101001010110100011110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b374c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b374c6; }

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

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

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

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

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

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

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

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