#B00273

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

Shades of Eggplant #B00273

Tints of Eggplant #B00273

Color information

#B00273 (or 0xB00273) is unknown color: approx Eggplant. HEX triplet: B0, 02 and 73. RGB value is (176,2,115). Sum of RGB (Red+Green+Blue) = 176+2+115=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B00273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00273 is #4FFD8C. Grayscale: #424242. Windows color (decimal): -5242253 or 7537328. OLE color: 7537328.

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

Color convert

RGB1762115-
CMYK00.990.350.31
HSL321.03º97.75%34.9%-
HSV(B)321.03º98.86%69.02%-
XYZ21.0210.5117.14-
YUV66.91155.15205.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=60.07%
G=0.68%
B=39.25%

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
Decimal176211500.990.350.31321.0397.7534.9
HexB0273063231F1416223
Octal26021630143433750114243
Binary1011000010111001101100011100011111111010000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00273; }

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

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

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

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

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

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

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

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