Html Css Color HEX #B10075 Eggplant

📋 copy color: '#B10075'

red 177 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #B10075

Tints of Eggplant #B10075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 60.2%
G = 0%
B = 39.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B10075 (or 0xB10075) is known color: Eggplant. HEX triplet: B1, 00 and 75. RGB value is (177,0,117). Sum of RGB (Red+Green+Blue) = 177+0+117=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B10075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10075 is #4EFF8A. Grayscale: #414141. Windows color (decimal): -5177227 or 7667889. OLE color: 7667889.

HSL color Cylindrical-coordinate representation of color #B10075: hue angle of 320.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10075 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 117 -
CMYK 0 1 0.34 0.31
HSL 320.34º 1% 0.35% -
HSV(B) 320.34º 1% 0.69% -
XYZ 21.34 10.63 17.76 -
YUV 66.26 156.64 206.99 -
System Red Green Blue C M Y K H S L
Decimal 177 0 117 0 1 0.34 0.31 320.34 1 0.35
Hex B1 0 75 0 64 22 1F 140 64 23
Octal 261 0 165 0 144 42 37 500 144 43
Binary 10110001 0 1110101 0 1100100 100010 11111 101000000 1100100 100011

Color Harmonies of #B10075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10075

Black with #B10075

Text Example


Text Example

White with #B10075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10075; }

 p { color: rgb(177,0,117); }

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

background-color css

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

 a { background-color: rgb(177,0,117); }

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

border-color css

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

 span { border-color: rgb(177,0,117); }

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