#B10072

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

Shades of Eggplant #B10072

Tints of Eggplant #B10072

Color information

#B10072 (or 0xB10072) is unknown color: approx Eggplant. HEX triplet: B1, 00 and 72. RGB value is (177,0,114). Sum of RGB (Red+Green+Blue) = 177+0+114=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B10072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10072 is #4EFF8D. Grayscale: #414141. Windows color (decimal): -5177230 or 7471281. OLE color: 7471281.

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

Color convert

RGB1770114-
CMYK010.360.31
HSL321.36º100%34.71%-
HSV(B)321.36º100%69.41%-
XYZ21.1710.5616.84-
YUV65.92155.14207.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=60.82%
G=0%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770114010.360.31321.3610034.71
HexB1072064241F1416423
Octal26101620144443750114443
Binary101100010111001001100100100100111111010000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10072; }

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

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

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

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

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

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

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

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