Html Css Color HEX #B10174 Eggplant

📋 copy color: '#B10174'

red 177 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #B10174

Tints of Eggplant #B10174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 60.2%
G = 0.34%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B10174 (or 0xB10174) is known color: Eggplant. HEX triplet: B1, 01 and 74. RGB value is (177,1,116). Sum of RGB (Red+Green+Blue) = 177+1+116=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B10174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10174 is #4EFE8B. Grayscale: #424242. Windows color (decimal): -5176972 or 7602609. OLE color: 7602609.

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

Color convert

RGB 177 1 116 -
CMYK 0 0.99 0.34 0.31
HSL 320.8º 0.99% 0.35% -
HSV(B) 320.8º 0.99% 0.69% -
XYZ 21.29 10.63 17.45 -
YUV 66.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 177 1 116 0 0.99 0.34 0.31 320.8 0.99 0.35
Hex B1 1 74 0 63 22 1F 141 63 23
Octal 261 1 164 0 143 42 37 501 143 43
Binary 10110001 1 1110100 0 1100011 100010 11111 101000001 1100011 100011

Color Harmonies of #B10174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10174

Black with #B10174

Text Example


Text Example

White with #B10174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10174; }

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

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

background-color css

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

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

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

border-color css

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

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

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