Html Css Color HEX #B10577 Eggplant

📋 copy color: '#B10577'

red 177 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #B10577

Tints of Eggplant #B10577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 58.8%
G = 1.66%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B10577 (or 0xB10577) is known color: Eggplant. HEX triplet: B1, 05 and 77. RGB value is (177,5,119). Sum of RGB (Red+Green+Blue) = 177+5+119=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B10577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10577 is #4EFA88. Grayscale: #454545. Windows color (decimal): -5175945 or 7800241. OLE color: 7800241.

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

Color convert

RGB 177 5 119 -
CMYK 0 0.97 0.33 0.31
HSL 320.23º 0.95% 0.36% -
HSV(B) 320.23º 0.97% 0.69% -
XYZ 21.52 10.79 18.4 -
YUV 69.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 177 5 119 0 0.97 0.33 0.31 320.23 0.95 0.36
Hex B1 5 77 0 61 21 1F 140 5F 24
Octal 261 5 167 0 141 41 37 500 137 44
Binary 10110001 101 1110111 0 1100001 100001 11111 101000000 1011111 100100

Color Harmonies of #B10577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10577

Black with #B10577

Text Example


Text Example

White with #B10577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10577; }

 p { color: rgb(177,5,119); }

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

background-color css

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

 a { background-color: rgb(177,5,119); }

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

border-color css

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

 span { border-color: rgb(177,5,119); }

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