#B374CE

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

Shades of East Side #B374CE

Tints of East Side #B374CE

Color information

#B374CE (or 0xB374CE) is unknown color: approx East Side. HEX triplet: B3, 74 and CE. RGB value is (179,116,206). Sum of RGB (Red+Green+Blue) = 179+116+206=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #B374CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B374CE is #4C8B31. Grayscale: #909090. Windows color (decimal): -5016370 or 13530291. OLE color: 13530291.

HSL color Cylindrical-coordinate representation of color #B374CE: hue angle of 282º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B374CE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179116206-
CMYK0.130.4400.19
HSL282º47.87%63.14%-
HSV(B)282º43.69%80.78%-
XYZ35.9826.5361.62-
YUV145.1162.37152.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=35.73%
G=23.15%
B=41.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791162060.130.4400.1928247.8763.14
HexB374CED2C01311a303f
Octal26316431615540234326077
Binary101100111110100110011101101101100010011100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B374CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B374CE; }

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

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

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

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

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

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

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

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