#B10078

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

Shades of Eggplant #B10078

Tints of Eggplant #B10078

Color information

#B10078 (or 0xB10078) is unknown color: approx Eggplant. HEX triplet: B1, 00 and 78. RGB value is (177,0,120). Sum of RGB (Red+Green+Blue) = 177+0+120=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B10078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10078 is #4EFF87. Grayscale: #424242. Windows color (decimal): -5177224 or 7864497. OLE color: 7864497.

HSL color Cylindrical-coordinate representation of color #B10078: hue angle of 319.32º 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 #B10078 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB1770120-
CMYK010.320.31
HSL319.32º100%34.71%-
HSV(B)319.32º100%69.41%-
XYZ21.5210.718.7-
YUV66.6158.14206.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=59.60%
G=0%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770120010.320.31319.3210034.71
HexB1078064201F13f6423
Octal26101700144403747714443
Binary101100010111100001100100100000111111001111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10078; }

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

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

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

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

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

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

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

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