Shades of Eggplant #B00677
Tints of Eggplant #B00677
RGB
CMYK
RGB Variations
Color information
#B00677 (or 0xB00677) is known color: Eggplant. HEX triplet: B0, 06 and 77. RGB value is (176,6,119). Sum of RGB (Red+Green+Blue) = 176+6+119=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B00677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00677 is #4FF988. Grayscale: #454545. Windows color (decimal): -5241225 or 7800496. OLE color: 7800496.
HSL color Cylindrical-coordinate representation of color #B00677: hue angle of 320.12º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00677 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.31 |
| HSL | 320.12º | 0.93% | 0.36% | - |
| HSV(B) | 320.12º | 0.97% | 0.69% | - |
| XYZ | 21.3 | 10.69 | 18.39 | - |
| YUV | 69.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 119 | 0 | 0.97 | 0.32 | 0.31 | 320.12 | 0.93 | 0.36 |
| Hex | B0 | 6 | 77 | 0 | 61 | 20 | 1F | 140 | 5D | 24 |
| Octal | 260 | 6 | 167 | 0 | 141 | 40 | 37 | 500 | 135 | 44 |
| Binary | 10110000 | 110 | 1110111 | 0 | 1100001 | 100000 | 11111 | 101000000 | 1011101 | 100100 |
Color Harmonies of #B00677
Complementary color
Monochromatic Colors of #B00677
Black with #B00677
Text Example
Text Example
White with #B00677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00677; }
p { color: rgb(176,6,119); }
H1.HeaderClassName
{
color: #B00677;
}
.AnyTagClassName
{
color: #B00677;
}
</style>
background-color css
<style>
a { background-color: #B00677; }
a { background-color: rgb(176,6,119); }
div.DivClassName
{
background-color: #B00677;
}
.BgClassName
{
background-color: #B00677;
}
</style>
border-color css
<style>
span { border-color: #B00677; }
span { border-color: rgb(176,6,119); }
td.TdClassName
{
border-color: #B00677;
}
.TagClassName
{
border-color: #B00677;
}
</style>