Html Css Color HEX #B20276 Eggplant

📋 copy color: '#B20276'

red 178 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #B20276

Tints of Eggplant #B20276

RGB

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

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

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

R = 59.73%
G = 0.67%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20276 (or 0xB20276) is known color: Eggplant. HEX triplet: B2, 02 and 76. RGB value is (178,2,118). Sum of RGB (Red+Green+Blue) = 178+2+118=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20276 is #4DFD89. Grayscale: #434343. Windows color (decimal): -5111178 or 7733938. OLE color: 7733938.

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

Color convert

RGB 178 2 118 -
CMYK 0 0.99 0.34 0.30
HSL 320.45º 0.98% 0.35% -
HSV(B) 320.45º 0.99% 0.7% -
XYZ 21.65 10.82 18.09 -
YUV 67.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 178 2 118 0 0.99 0.34 0.30 320.45 0.98 0.35
Hex B2 2 76 0 63 22 1E 140 62 23
Octal 262 2 166 0 143 42 36 500 142 43
Binary 10110010 10 1110110 0 1100011 100010 11110 101000000 1100010 100011

Color Harmonies of #B20276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20276

Black with #B20276

Text Example


Text Example

White with #B20276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20276; }

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

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

background-color css

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

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

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

border-color css

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

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

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