#B373BA

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

Shades of East Side #B373BA

Tints of East Side #B373BA

Color information

#B373BA (or 0xB373BA) is unknown color: approx East Side. HEX triplet: B3, 73 and BA. RGB value is (179,115,186). Sum of RGB (Red+Green+Blue) = 179+115+186=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #B373BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BA is #4C8C45. Grayscale: #8E8E8E. Windows color (decimal): -5016646 or 12219315. OLE color: 12219315.

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

Color convert

RGB179115186-
CMYK0.040.3800.27
HSL294.08º33.97%59.02%-
HSV(B)294.08º38.17%72.94%-
XYZ33.5825.3949.59-
YUV142.23152.7154.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=37.29%
G=23.96%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791151860.040.3800.27294.0833.9759.02
HexB373BA42601B126223b
Octal2631632724460334464273
Binary10110011111001110111010100100110011011100100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B373BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B373BA; }

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

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

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

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

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

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

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

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