Html Css Color HEX #B20076 Eggplant

📋 copy color: '#B20076'

red 178 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #B20076

Tints of Eggplant #B20076

RGB

 RED value IS 178 (69.92% from 255) = 60.14%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 60.14%
G = 0%
B = 39.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20076 (or 0xB20076) is known color: Eggplant. HEX triplet: B2, 00 and 76. RGB value is (178,0,118). Sum of RGB (Red+Green+Blue) = 178+0+118=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B20076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20076 is #4DFF89. Grayscale: #424242. Windows color (decimal): -5111690 or 7733426. OLE color: 7733426.

HSL color Cylindrical-coordinate representation of color #B20076: hue angle of 320.22º 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 #B20076 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 118 -
CMYK 0 1 0.34 0.30
HSL 320.22º 1% 0.35% -
HSV(B) 320.22º 1% 0.7% -
XYZ 21.63 10.77 18.08 -
YUV 66.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 178 0 118 0 1 0.34 0.30 320.22 1 0.35
Hex B2 0 76 0 64 22 1E 140 64 23
Octal 262 0 166 0 144 42 36 500 144 43
Binary 10110010 0 1110110 0 1100100 100010 11110 101000000 1100100 100011

Color Harmonies of #B20076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20076

Black with #B20076

Text Example


Text Example

White with #B20076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20076; }

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

 H1.HeaderClassName
 {
   color: #B20076;
 }
 .AnyTagClassName
 {
   color: #B20076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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