Html Css Color HEX #B10378 Eggplant

📋 copy color: '#B10378'

red 177 ◦ green 3 ◦ blue 120

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

Shades of Eggplant #B10378

Tints of Eggplant #B10378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 59%
G = 1%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B10378 (or 0xB10378) is known color: Eggplant. HEX triplet: B1, 03 and 78. RGB value is (177,3,120). Sum of RGB (Red+Green+Blue) = 177+3+120=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B10378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10378 is #4EFC87. Grayscale: #444444. Windows color (decimal): -5176456 or 7865265. OLE color: 7865265.

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

Color convert

RGB 177 3 120 -
CMYK 0 0.98 0.32 0.31
HSL 319.66º 0.97% 0.35% -
HSV(B) 319.66º 0.98% 0.69% -
XYZ 21.55 10.77 18.71 -
YUV 68.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 177 3 120 0 0.98 0.32 0.31 319.66 0.97 0.35
Hex B1 3 78 0 62 20 1F 140 61 23
Octal 261 3 170 0 142 40 37 500 141 43
Binary 10110001 11 1111000 0 1100010 100000 11111 101000000 1100001 100011

Color Harmonies of #B10378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10378

Black with #B10378

Text Example


Text Example

White with #B10378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10378; }

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

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

background-color css

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

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

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

border-color css

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

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

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