#B079BC

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

Shades of East Side #B079BC

Tints of East Side #B079BC

Color information

#B079BC (or 0xB079BC) is unknown color: approx East Side. HEX triplet: B0, 79 and BC. RGB value is (176,121,188). Sum of RGB (Red+Green+Blue) = 176+121+188=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B079BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079BC is #4F8643. Grayscale: #909090. Windows color (decimal): -5211716 or 12351920. OLE color: 12351920.

HSL color Cylindrical-coordinate representation of color #B079BC: hue angle of 289.25º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B079BC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176121188-
CMYK0.060.3600.26
HSL289.25º33.33%60.59%-
HSV(B)289.25º35.64%73.73%-
XYZ33.8226.5450.92-
YUV145.08152.22150.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=36.29%
G=24.95%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761211880.060.3600.26289.2533.3360.59
HexB079BC62401A121213d
Octal2601712746440324414175
Binary10110000111100110111100110100100011010100100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079BC; }

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

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

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

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

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

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

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

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