Html Css Color HEX #B20073 Eggplant

📋 copy color: '#B20073'

red 178 ◦ green 0 ◦ blue 115

#B20073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #B20073

Tints of Eggplant #B20073

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 value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B20073 (or 0xB20073) is known color: 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

RGB 178 0 115 -
CMYK 0 1 0.35 0.30
HSL 321.24º 1% 0.35% -
HSV(B) 321.24º 1% 0.7% -
XYZ 21.45 10.7 17.15 -
YUV 66.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 178 0 115 0 1 0.35 0.30 321.24 1 0.35
Hex B2 0 73 0 64 23 1E 141 64 23
Octal 262 0 163 0 144 43 36 501 144 43
Binary 10110010 0 1110011 0 1100100 100011 11110 101000001 1100100 100011

Color Harmonies of #B20073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20073

Black with #B20073

Text Example


Text Example

White with #B20073

Text Example


Text Example

HTML Codes & Css Web 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>