#B373C0

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

Shades of East Side #B373C0

Tints of East Side #B373C0

Color information

#B373C0 (or 0xB373C0) is unknown color: approx East Side. HEX triplet: B3, 73 and C0. RGB value is (179,115,192). Sum of RGB (Red+Green+Blue) = 179+115+192=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #B373C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373C0 is #4C8C3F. Grayscale: #8E8E8E. Windows color (decimal): -5016640 or 12612531. OLE color: 12612531.

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

Color convert

RGB179115192-
CMYK0.070.4000.25
HSL289.87º37.93%60.2%-
HSV(B)289.87º40.1%75.29%-
XYZ34.2425.6553.02-
YUV142.91155.7153.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=36.83%
G=23.66%
B=39.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791151920.070.4000.25289.8737.9360.2
HexB373C0728019122263c
Octal2631633007500314424674
Binary10110011111001111000000111101000011001100100010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373C0; }

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

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

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

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

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

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

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

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