Html Css Color HEX #B00778 Eggplant

📋 copy color: '#B00778'

red 176 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #B00778

Tints of Eggplant #B00778

RGB

 RED value IS 176 (69.14% from 255) = 58.09%

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 58.09%
G = 2.31%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B00778 (or 0xB00778) is known color: Eggplant. HEX triplet: B0, 07 and 78. RGB value is (176,7,120). Sum of RGB (Red+Green+Blue) = 176+7+120=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B00778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00778 is #4FF887. Grayscale: #464646. Windows color (decimal): -5240968 or 7866288. OLE color: 7866288.

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

Color convert

RGB 176 7 120 -
CMYK 0 0.96 0.32 0.31
HSL 319.88º 0.92% 0.36% -
HSV(B) 319.88º 0.96% 0.69% -
XYZ 21.37 10.74 18.72 -
YUV 70.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 176 7 120 0 0.96 0.32 0.31 319.88 0.92 0.36
Hex B0 7 78 0 60 20 1F 140 5C 24
Octal 260 7 170 0 140 40 37 500 134 44
Binary 10110000 111 1111000 0 1100000 100000 11111 101000000 1011100 100100

Color Harmonies of #B00778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00778

Black with #B00778

Text Example


Text Example

White with #B00778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00778; }

 p { color: rgb(176,7,120); }

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

background-color css

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

 a { background-color: rgb(176,7,120); }

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

border-color css

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

 span { border-color: rgb(176,7,120); }

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