Html Css Color HEX #B10276 Eggplant

📋 copy color: '#B10276'

red 177 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #B10276

Tints of Eggplant #B10276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 59.6%
G = 0.67%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B10276 (or 0xB10276) is known color: Eggplant. HEX triplet: B1, 02 and 76. RGB value is (177,2,118). Sum of RGB (Red+Green+Blue) = 177+2+118=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B10276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10276 is #4EFD89. Grayscale: #434343. Windows color (decimal): -5176714 or 7733937. OLE color: 7733937.

HSL color Cylindrical-coordinate representation of color #B10276: hue angle of 320.23º degrees, saturation: 0.98, 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 #B10276 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 118 -
CMYK 0 0.99 0.33 0.31
HSL 320.23º 0.98% 0.35% -
HSV(B) 320.23º 0.99% 0.69% -
XYZ 21.42 10.7 18.08 -
YUV 67.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 177 2 118 0 0.99 0.33 0.31 320.23 0.98 0.35
Hex B1 2 76 0 63 21 1F 140 62 23
Octal 261 2 166 0 143 41 37 500 142 43
Binary 10110001 10 1110110 0 1100011 100001 11111 101000000 1100010 100011

Color Harmonies of #B10276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10276

Black with #B10276

Text Example


Text Example

White with #B10276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10276; }

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

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

background-color css

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

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

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

border-color css

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

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

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