#B078B6

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

Shades of East Side #B078B6

Tints of East Side #B078B6

Color information

#B078B6 (or 0xB078B6) is unknown color: approx East Side. HEX triplet: B0, 78 and B6. RGB value is (176,120,182). Sum of RGB (Red+Green+Blue) = 176+120+182=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #B078B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078B6 is #4F8749. Grayscale: #8F8F8F. Windows color (decimal): -5211978 or 11958448. OLE color: 11958448.

HSL color Cylindrical-coordinate representation of color #B078B6: hue angle of 294.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B078B6 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176120182-
CMYK0.030.3400.29
HSL294.19º29.81%59.22%-
HSV(B)294.19º34.07%71.37%-
XYZ33.0626.0447.54-
YUV143.81149.55150.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 182 (71.48% from 255) = 38.08%
R=36.82%
G=25.10%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761201820.030.3400.29294.1929.8159.22
HexB078B632201D1261e3b
Octal2601702663420354463673
Binary101100001111000101101101110001001110110010011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B078B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B078B6; }

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

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

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

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

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

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

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

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