#B078BA

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

Shades of East Side #B078BA

Tints of East Side #B078BA

Color information

#B078BA (or 0xB078BA) is unknown color: approx East Side. HEX triplet: B0, 78 and BA. RGB value is (176,120,186). Sum of RGB (Red+Green+Blue) = 176+120+186=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B078BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078BA is #4F8745. Grayscale: #909090. Windows color (decimal): -5211974 or 12220592. OLE color: 12220592.

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

Color convert

RGB176120186-
CMYK0.050.3500.27
HSL290.91º32.35%60%-
HSV(B)290.91º35.48%72.94%-
XYZ33.4826.2149.75-
YUV144.27151.55150.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 120 (47.27% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=36.51%
G=24.90%
B=38.59%

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
Decimal1761201860.050.3500.27290.9132.3560
HexB078BA52301B123203c
Octal2601702725430334434074
Binary10110000111100010111010101100011011011100100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078BA; }

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

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

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

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

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

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

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

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