Html Css Color HEX #B20278 Eggplant

📋 copy color: '#B20278'

red 178 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #B20278

Tints of Eggplant #B20278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 59.33%
G = 0.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B20278 (or 0xB20278) is known color: Eggplant. HEX triplet: B2, 02 and 78. RGB value is (178,2,120). Sum of RGB (Red+Green+Blue) = 178+2+120=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B20278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20278 is #4DFD87. Grayscale: #434343. Windows color (decimal): -5111176 or 7865010. OLE color: 7865010.

HSL color Cylindrical-coordinate representation of color #B20278: hue angle of 319.77º degrees, saturation: 0.98, 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 #B20278 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 120 -
CMYK 0 0.99 0.33 0.30
HSL 319.77º 0.98% 0.35% -
HSV(B) 319.77º 0.99% 0.7% -
XYZ 21.77 10.86 18.72 -
YUV 68.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 178 2 120 0 0.99 0.33 0.30 319.77 0.98 0.35
Hex B2 2 78 0 63 21 1E 140 62 23
Octal 262 2 170 0 143 41 36 500 142 43
Binary 10110010 10 1111000 0 1100011 100001 11110 101000000 1100010 100011

Color Harmonies of #B20278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20278

Black with #B20278

Text Example


Text Example

White with #B20278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20278; }

 p { color: rgb(178,2,120); }

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

background-color css

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

 a { background-color: rgb(178,2,120); }

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

border-color css

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

 span { border-color: rgb(178,2,120); }

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