#B073BA

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

Shades of East Side #B073BA

Tints of East Side #B073BA

Color information

#B073BA (or 0xB073BA) is unknown color: approx East Side. HEX triplet: B0, 73 and BA. RGB value is (176,115,186). Sum of RGB (Red+Green+Blue) = 176+115+186=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B073BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073BA is #4F8C45. Grayscale: #8D8D8D. Windows color (decimal): -5213254 or 12219312. OLE color: 12219312.

HSL color Cylindrical-coordinate representation of color #B073BA: hue angle of 291.55º 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 #B073BA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176115186-
CMYK0.050.3800.27
HSL291.55º33.97%59.02%-
HSV(B)291.55º38.17%72.94%-
XYZ32.925.0449.55-
YUV141.33153.21152.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=36.90%
G=24.11%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761151860.050.3800.27291.5533.9759.02
HexB073BA52601B124223b
Octal2601632725460334444273
Binary10110000111001110111010101100110011011100100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B073BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B073BA; }

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

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

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

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

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

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

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

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