#B373BE

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

Shades of East Side #B373BE

Tints of East Side #B373BE

Color information

#B373BE (or 0xB373BE) is unknown color: approx East Side. HEX triplet: B3, 73 and BE. RGB value is (179,115,190). Sum of RGB (Red+Green+Blue) = 179+115+190=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #B373BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BE is #4C8C41. Grayscale: #8E8E8E. Windows color (decimal): -5016642 or 12481459. OLE color: 12481459.

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

Color convert

RGB179115190-
CMYK0.060.3900.25
HSL291.2º36.59%59.8%-
HSV(B)291.2º39.47%74.51%-
XYZ34.0225.5651.86-
YUV142.69154.7153.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=36.98%
G=23.76%
B=39.26%

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
Decimal1791151900.060.3900.25291.236.5959.8
HexB373BE627019123253c
Octal2631632766470314434574
Binary10110011111001110111110110100111011001100100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373BE; }

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

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

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

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

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

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

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

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