#B079C5

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

Shades of East Side #B079C5

Tints of East Side #B079C5

Color information

#B079C5 (or 0xB079C5) is unknown color: approx East Side. HEX triplet: B0, 79 and C5. RGB value is (176,121,197). Sum of RGB (Red+Green+Blue) = 176+121+197=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #B079C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079C5 is #4F863A. Grayscale: #919191. Windows color (decimal): -5211707 or 12941744. OLE color: 12941744.

HSL color Cylindrical-coordinate representation of color #B079C5: hue angle of 283.42º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B079C5 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176121197-
CMYK0.110.3900.23
HSL283.42º39.58%62.35%-
HSV(B)283.42º38.58%77.25%-
XYZ34.8226.9456.19-
YUV146.11156.72149.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=35.63%
G=24.49%
B=39.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761211970.110.3900.23283.4239.5862.35
HexB079C5B2701711b283e
Octal26017130513470274335076
Binary101100001111001110001011011100111010111100011011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079C5; }

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

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

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

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

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

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

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

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