#B10079

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

Shades of Eggplant #B10079

Tints of Eggplant #B10079

Color information

#B10079 (or 0xB10079) is unknown color: approx Eggplant. HEX triplet: B1, 00 and 79. RGB value is (177,0,121). Sum of RGB (Red+Green+Blue) = 177+0+121=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B10079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10079 is #4EFF86. Grayscale: #424242. Windows color (decimal): -5177223 or 7930033. OLE color: 7930033.

HSL color Cylindrical-coordinate representation of color #B10079: hue angle of 318.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10079 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB1770121-
CMYK010.320.31
HSL318.98º100%34.71%-
HSV(B)318.98º100%69.41%-
XYZ21.5810.7319.02-
YUV66.72158.64206.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=59.40%
G=0%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770121010.320.31318.9810034.71
HexB1079064201F13f6423
Octal26101710144403747714443
Binary101100010111100101100100100000111111001111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10079; }

 p { color: rgb(177,0,121); }

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

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

 a { background-color: rgb(177,0,121); }

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

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

 span { border-color: rgb(177,0,121); }

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