Html Css Color HEX #B10178 Eggplant

📋 copy color: '#B10178'

red 177 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #B10178

Tints of Eggplant #B10178

RGB

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

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

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

R = 59.4%
G = 0.34%
B = 40.27%

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

#B10178 (or 0xB10178) is known color: Eggplant. HEX triplet: B1, 01 and 78. RGB value is (177,1,120). Sum of RGB (Red+Green+Blue) = 177+1+120=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B10178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10178 is #4EFE87. Grayscale: #424242. Windows color (decimal): -5176968 or 7864753. OLE color: 7864753.

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

Color convert

RGB 177 1 120 -
CMYK 0 0.99 0.32 0.31
HSL 319.43º 0.99% 0.35% -
HSV(B) 319.43º 0.99% 0.69% -
XYZ 21.53 10.72 18.7 -
YUV 67.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 177 1 120 0 0.99 0.32 0.31 319.43 0.99 0.35
Hex B1 1 78 0 63 20 1F 13F 63 23
Octal 261 1 170 0 143 40 37 477 143 43
Binary 10110001 1 1111000 0 1100011 100000 11111 100111111 1100011 100011

Color Harmonies of #B10178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10178

Black with #B10178

Text Example


Text Example

White with #B10178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10178; }

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

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

background-color css

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

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

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

border-color css

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

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

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