Html Css Color HEX #B20178 Eggplant

📋 copy color: '#B20178'

red 178 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #B20178

Tints of Eggplant #B20178

RGB

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

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

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

R = 59.53%
G = 0.33%
B = 40.13%

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

#B20178 (or 0xB20178) is known color: Eggplant. HEX triplet: B2, 01 and 78. RGB value is (178,1,120). Sum of RGB (Red+Green+Blue) = 178+1+120=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B20178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20178 is #4DFE87. Grayscale: #434343. Windows color (decimal): -5111432 or 7864754. OLE color: 7864754.

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

Color convert

RGB 178 1 120 -
CMYK 0 0.99 0.33 0.30
HSL 319.66º 0.99% 0.35% -
HSV(B) 319.66º 0.99% 0.7% -
XYZ 21.76 10.84 18.72 -
YUV 67.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 178 1 120 0 0.99 0.33 0.30 319.66 0.99 0.35
Hex B2 1 78 0 63 21 1E 140 63 23
Octal 262 1 170 0 143 41 36 500 143 43
Binary 10110010 1 1111000 0 1100011 100001 11110 101000000 1100011 100011

Color Harmonies of #B20178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20178

Black with #B20178

Text Example


Text Example

White with #B20178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20178; }

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

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

background-color css

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

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

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

border-color css

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

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

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