#B373BB

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

Shades of East Side #B373BB

Tints of East Side #B373BB

Color information

#B373BB (or 0xB373BB) is unknown color: approx East Side. HEX triplet: B3, 73 and BB. RGB value is (179,115,187). Sum of RGB (Red+Green+Blue) = 179+115+187=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B373BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BB is #4C8C44. Grayscale: #8E8E8E. Windows color (decimal): -5016645 or 12284851. OLE color: 12284851.

HSL color Cylindrical-coordinate representation of color #B373BB: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B373BB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179115187-
CMYK0.040.3900.27
HSL293.33º34.62%59.22%-
HSV(B)293.33º38.5%73.33%-
XYZ33.6925.4350.15-
YUV142.34153.2154.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=37.21%
G=23.91%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791151870.040.3900.27293.3334.6259.22
HexB373BB42701B125233b
Octal2631632734470334454373
Binary10110011111001110111011100100111011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373BB; }

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

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

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

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

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

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

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

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