Html Css Color HEX #B20075 Eggplant

📋 copy color: '#B20075'

red 178 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #B20075

Tints of Eggplant #B20075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.34%
G = 0%
B = 39.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20075 (or 0xB20075) is known color: Eggplant. HEX triplet: B2, 00 and 75. RGB value is (178,0,117). Sum of RGB (Red+Green+Blue) = 178+0+117=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B20075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20075 is #4DFF8A. Grayscale: #424242. Windows color (decimal): -5111691 or 7667890. OLE color: 7667890.

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

Color convert

RGB 178 0 117 -
CMYK 0 1 0.34 0.30
HSL 320.56º 1% 0.35% -
HSV(B) 320.56º 1% 0.7% -
XYZ 21.57 10.75 17.77 -
YUV 66.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 178 0 117 0 1 0.34 0.30 320.56 1 0.35
Hex B2 0 75 0 64 22 1E 141 64 23
Octal 262 0 165 0 144 42 36 501 144 43
Binary 10110010 0 1110101 0 1100100 100010 11110 101000001 1100100 100011

Color Harmonies of #B20075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20075

Black with #B20075

Text Example


Text Example

White with #B20075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20075; }

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

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

background-color css

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

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

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

border-color css

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

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

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