#B079D0

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

Shades of East Side #B079D0

Tints of East Side #B079D0

Color information

#B079D0 (or 0xB079D0) is unknown color: approx East Side. HEX triplet: B0, 79 and D0. RGB value is (176,121,208). Sum of RGB (Red+Green+Blue) = 176+121+208=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B079D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079D0 is #4F862F. Grayscale: #939393. Windows color (decimal): -5211696 or 13662640. OLE color: 13662640.

HSL color Cylindrical-coordinate representation of color #B079D0: hue angle of 277.93º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B079D0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176121208-
CMYK0.150.4200.18
HSL277.93º48.07%64.51%-
HSV(B)277.93º41.83%81.57%-
XYZ36.1327.4663.07-
YUV147.36162.22148.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 208 (81.64% from 255) = 41.19%
R=34.85%
G=23.96%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761212080.150.4200.18277.9348.0764.51
HexB079D0F2A0121163041
Octal260171320175202242660101
Binary1011000011110011101000011111010100100101000101101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079D0; }

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

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

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

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

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

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

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

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