#B079BA

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

Shades of East Side #B079BA

Tints of East Side #B079BA

Color information

#B079BA (or 0xB079BA) is unknown color: approx East Side. HEX triplet: B0, 79 and BA. RGB value is (176,121,186). Sum of RGB (Red+Green+Blue) = 176+121+186=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B079BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079BA is #4F8645. Grayscale: #909090. Windows color (decimal): -5211718 or 12220848. OLE color: 12220848.

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

Color convert

RGB176121186-
CMYK0.050.3500.27
HSL290.77º32.02%60.2%-
HSV(B)290.77º34.95%72.94%-
XYZ33.626.4549.79-
YUV144.85151.22150.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=36.44%
G=25.05%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761211860.050.3500.27290.7732.0260.2
HexB079BA52301B123203c
Octal2601712725430334434074
Binary10110000111100110111010101100011011011100100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079BA; }

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

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

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

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

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

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

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

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