#B20073

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

Shades of Eggplant #B20073

Tints of Eggplant #B20073

Color information

#B20073 (or 0xB20073) is unknown color: approx Eggplant. HEX triplet: B2, 00 and 73. RGB value is (178,0,115). Sum of RGB (Red+Green+Blue) = 178+0+115=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B20073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20073 is #4DFF8C. Grayscale: #424242. Windows color (decimal): -5111693 or 7536818. OLE color: 7536818.

HSL color Cylindrical-coordinate representation of color #B20073: hue angle of 321.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20073 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB1780115-
CMYK010.350.30
HSL321.24º100%34.9%-
HSV(B)321.24º100%69.8%-
XYZ21.4510.717.15-
YUV66.33155.47207.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=60.75%
G=0%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780115010.350.30321.2410034.9
HexB2073064231E1416423
Octal26201630144433650114443
Binary101100100111001101100100100011111101010000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20073; }

 p { color: rgb(178,0,115); }

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

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

 a { background-color: rgb(178,0,115); }

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

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

 span { border-color: rgb(178,0,115); }

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