Html Css Color HEX #B20179 Eggplant

📋 copy color: '#B20179'

red 178 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #B20179

Tints of Eggplant #B20179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 59.33%
G = 0.33%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B20179 (or 0xB20179) is known color: Eggplant. HEX triplet: B2, 01 and 79. RGB value is (178,1,121). Sum of RGB (Red+Green+Blue) = 178+1+121=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B20179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20179 is #4DFE86. Grayscale: #434343. Windows color (decimal): -5111431 or 7930290. OLE color: 7930290.

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

Color convert

RGB 178 1 121 -
CMYK 0 0.99 0.32 0.30
HSL 319.32º 0.99% 0.35% -
HSV(B) 319.32º 0.99% 0.7% -
XYZ 21.82 10.87 19.04 -
YUV 67.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 178 1 121 0 0.99 0.32 0.30 319.32 0.99 0.35
Hex B2 1 79 0 63 20 1E 13F 63 23
Octal 262 1 171 0 143 40 36 477 143 43
Binary 10110010 1 1111001 0 1100011 100000 11110 100111111 1100011 100011

Color Harmonies of #B20179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20179

Black with #B20179

Text Example


Text Example

White with #B20179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20179; }

 p { color: rgb(178,1,121); }

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

background-color css

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

 a { background-color: rgb(178,1,121); }

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

border-color css

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

 span { border-color: rgb(178,1,121); }

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