#B10274

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

Shades of Eggplant #B10274

Tints of Eggplant #B10274

Color information

#B10274 (or 0xB10274) is unknown color: approx Eggplant. HEX triplet: B1, 02 and 74. RGB value is (177,2,116). Sum of RGB (Red+Green+Blue) = 177+2+116=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B10274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10274 is #4EFD8B. Grayscale: #434343. Windows color (decimal): -5176716 or 7602865. OLE color: 7602865.

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

Color convert

RGB1772116-
CMYK00.990.340.31
HSL320.91º97.77%35.1%-
HSV(B)320.91º98.87%69.41%-
XYZ21.3110.6517.46-
YUV67.32155.48206.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=60%
G=0.68%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177211600.990.340.31320.9197.7735.1
HexB1274063221F1416223
Octal26121640143423750114243
Binary1011000110111010001100011100010111111010000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10274; }

 p { color: rgb(177,2,116); }

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

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

 a { background-color: rgb(177,2,116); }

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

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

 span { border-color: rgb(177,2,116); }

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