Html Css Color HEX #B10173 Eggplant

📋 copy color: '#B10173'

red 177 ◦ green 1 ◦ blue 115

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

Shades of Eggplant #B10173

Tints of Eggplant #B10173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.25%

R = 60.41%
G = 0.34%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B10173 (or 0xB10173) is known color: Eggplant. HEX triplet: B1, 01 and 73. RGB value is (177,1,115). Sum of RGB (Red+Green+Blue) = 177+1+115=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B10173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10173 is #4EFE8C. Grayscale: #424242. Windows color (decimal): -5176973 or 7537073. OLE color: 7537073.

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

Color convert

RGB 177 1 115 -
CMYK 0 0.99 0.35 0.31
HSL 321.14º 0.99% 0.35% -
HSV(B) 321.14º 0.99% 0.69% -
XYZ 21.24 10.61 17.15 -
YUV 66.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 177 1 115 0 0.99 0.35 0.31 321.14 0.99 0.35
Hex B1 1 73 0 63 23 1F 141 63 23
Octal 261 1 163 0 143 43 37 501 143 43
Binary 10110001 1 1110011 0 1100011 100011 11111 101000001 1100011 100011

Color Harmonies of #B10173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10173

Black with #B10173

Text Example


Text Example

White with #B10173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10173; }

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

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

background-color css

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

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

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

border-color css

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

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

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