Html Css Color HEX #B10278 Eggplant

📋 copy color: '#B10278'

red 177 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #B10278

Tints of Eggplant #B10278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 59.2%
G = 0.67%
B = 40.13%

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

#B10278 (or 0xB10278) is known color: Eggplant. HEX triplet: B1, 02 and 78. RGB value is (177,2,120). Sum of RGB (Red+Green+Blue) = 177+2+120=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B10278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10278 is #4EFD87. Grayscale: #434343. Windows color (decimal): -5176712 or 7865009. OLE color: 7865009.

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

Color convert

RGB 177 2 120 -
CMYK 0 0.99 0.32 0.31
HSL 319.54º 0.98% 0.35% -
HSV(B) 319.54º 0.99% 0.69% -
XYZ 21.54 10.75 18.71 -
YUV 67.78 157.48 205.91 -
System Red Green Blue C M Y K H S L
Decimal 177 2 120 0 0.99 0.32 0.31 319.54 0.98 0.35
Hex B1 2 78 0 63 20 1F 140 62 23
Octal 261 2 170 0 143 40 37 500 142 43
Binary 10110001 10 1111000 0 1100011 100000 11111 101000000 1100010 100011

Color Harmonies of #B10278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10278

Black with #B10278

Text Example


Text Example

White with #B10278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10278; }

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

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

background-color css

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

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

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

border-color css

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

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

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