#B079BE

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

Shades of East Side #B079BE

Tints of East Side #B079BE

Color information

#B079BE (or 0xB079BE) is unknown color: approx East Side. HEX triplet: B0, 79 and BE. RGB value is (176,121,190). Sum of RGB (Red+Green+Blue) = 176+121+190=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B079BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079BE is #4F8641. Grayscale: #919191. Windows color (decimal): -5211714 or 12482992. OLE color: 12482992.

HSL color Cylindrical-coordinate representation of color #B079BE: hue angle of 287.83º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B079BE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176121190-
CMYK0.070.3600.25
HSL287.83º34.67%60.98%-
HSV(B)287.83º36.32%74.51%-
XYZ34.0426.6252.06-
YUV145.31153.22149.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=36.14%
G=24.85%
B=39.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761211900.070.3600.25287.8334.6760.98
HexB079BE724019120233d
Octal2601712767440314404375
Binary10110000111100110111110111100100011001100100000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079BE; }

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

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

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

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

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

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

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

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