#B00272

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

Shades of Eggplant #B00272

Tints of Eggplant #B00272

Color information

#B00272 (or 0xB00272) is unknown color: approx Eggplant. HEX triplet: B0, 02 and 72. RGB value is (176,2,114). Sum of RGB (Red+Green+Blue) = 176+2+114=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B00272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00272 is #4FFD8D. Grayscale: #424242. Windows color (decimal): -5242254 or 7471792. OLE color: 7471792.

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

Color convert

RGB1762114-
CMYK00.990.350.31
HSL321.38º97.75%34.9%-
HSV(B)321.38º98.86%69.02%-
XYZ20.9610.4916.84-
YUV66.79154.65205.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=60.27%
G=0.68%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176211400.990.350.31321.3897.7534.9
HexB0272063231F1416223
Octal26021620143433750114243
Binary1011000010111001001100011100011111111010000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00272; }

 p { color: rgb(176,2,114); }

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

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

 a { background-color: rgb(176,2,114); }

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

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

 span { border-color: rgb(176,2,114); }

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