Html Css Color HEX #B10179 Eggplant

📋 copy color: '#B10179'

red 177 ◦ green 1 ◦ blue 121

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

Shades of Eggplant #B10179

Tints of Eggplant #B10179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 59.2%
G = 0.33%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B10179 (or 0xB10179) is known color: Eggplant. HEX triplet: B1, 01 and 79. RGB value is (177,1,121). Sum of RGB (Red+Green+Blue) = 177+1+121=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B10179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10179 is #4EFE86. Grayscale: #434343. Windows color (decimal): -5176967 or 7930289. OLE color: 7930289.

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

Color convert

RGB 177 1 121 -
CMYK 0 0.99 0.32 0.31
HSL 319.09º 0.99% 0.35% -
HSV(B) 319.09º 0.99% 0.69% -
XYZ 21.59 10.75 19.03 -
YUV 67.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 177 1 121 0 0.99 0.32 0.31 319.09 0.99 0.35
Hex B1 1 79 0 63 20 1F 13F 63 23
Octal 261 1 171 0 143 40 37 477 143 43
Binary 10110001 1 1111001 0 1100011 100000 11111 100111111 1100011 100011

Color Harmonies of #B10179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10179

Black with #B10179

Text Example


Text Example

White with #B10179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10179; }

 p { color: rgb(177,1,121); }

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

background-color css

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

 a { background-color: rgb(177,1,121); }

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

border-color css

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

 span { border-color: rgb(177,1,121); }

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