Html Css Color HEX #B20175 Eggplant

📋 copy color: '#B20175'

red 178 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #B20175

Tints of Eggplant #B20175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 60.14%
G = 0.34%
B = 39.53%

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

#B20175 (or 0xB20175) is known color: Eggplant. HEX triplet: B2, 01 and 75. RGB value is (178,1,117). Sum of RGB (Red+Green+Blue) = 178+1+117=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B20175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20175 is #4DFE8A. Grayscale: #424242. Windows color (decimal): -5111435 or 7668146. OLE color: 7668146.

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

Color convert

RGB 178 1 117 -
CMYK 0 0.99 0.34 0.30
HSL 320.68º 0.99% 0.35% -
HSV(B) 320.68º 0.99% 0.7% -
XYZ 21.58 10.77 17.77 -
YUV 67.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 178 1 117 0 0.99 0.34 0.30 320.68 0.99 0.35
Hex B2 1 75 0 63 22 1E 141 63 23
Octal 262 1 165 0 143 42 36 501 143 43
Binary 10110010 1 1110101 0 1100011 100010 11110 101000001 1100011 100011

Color Harmonies of #B20175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20175

Black with #B20175

Text Example


Text Example

White with #B20175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20175; }

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

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

background-color css

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

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

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

border-color css

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

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

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