Html Css Color HEX #B10076 Eggplant

📋 copy color: '#B10076'

red 177 ◦ green 0 ◦ blue 118

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

Shades of Eggplant #B10076

Tints of Eggplant #B10076

RGB

 RED value IS 177 (69.53% from 255) = 60%

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

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B10076 (or 0xB10076) is known color: Eggplant. HEX triplet: B1, 00 and 76. RGB value is (177,0,118). Sum of RGB (Red+Green+Blue) = 177+0+118=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B10076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10076 is #4EFF89. Grayscale: #424242. Windows color (decimal): -5177226 or 7733425. OLE color: 7733425.

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

Color convert

RGB 177 0 118 -
CMYK 0 1 0.33 0.31
HSL 320º 1% 0.35% -
HSV(B) 320º 1% 0.69% -
XYZ 21.4 10.66 18.07 -
YUV 66.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 177 0 118 0 1 0.33 0.31 320 1 0.35
Hex B1 0 76 0 64 21 1F 140 64 23
Octal 261 0 166 0 144 41 37 500 144 43
Binary 10110001 0 1110110 0 1100100 100001 11111 101000000 1100100 100011

Color Harmonies of #B10076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10076

Black with #B10076

Text Example


Text Example

White with #B10076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10076; }

 p { color: rgb(177,0,118); }

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

background-color css

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

 a { background-color: rgb(177,0,118); }

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

border-color css

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

 span { border-color: rgb(177,0,118); }

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