Shades of Eggplant #B1007B
Tints of Eggplant #B1007B
RGB
CMYK
RGB Variations
Color information
#B1007B (or 0xB1007B) is known color: Eggplant. HEX triplet: B1, 00 and 7B. RGB value is (177,0,123). Sum of RGB (Red+Green+Blue) = 177+0+123=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1007B is #4EFF84. Grayscale: #424242. Windows color (decimal): -5177221 or 8061105. OLE color: 8061105.
HSL color Cylindrical-coordinate representation of color #B1007B: hue angle of 318.31º 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 #B1007B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.31 | 0.31 |
| HSL | 318.31º | 1% | 0.35% | - |
| HSV(B) | 318.31º | 1% | 0.69% | - |
| XYZ | 21.71 | 10.78 | 19.68 | - |
| YUV | 66.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 123 | 0 | 1 | 0.31 | 0.31 | 318.31 | 1 | 0.35 |
| Hex | B1 | 0 | 7B | 0 | 64 | 1F | 1F | 13E | 64 | 23 |
| Octal | 261 | 0 | 173 | 0 | 144 | 37 | 37 | 476 | 144 | 43 |
| Binary | 10110001 | 0 | 1111011 | 0 | 1100100 | 11111 | 11111 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B1007B
Complementary color
Monochromatic Colors of #B1007B
Black with #B1007B
Text Example
Text Example
White with #B1007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1007B; }
p { color: rgb(177,0,123); }
H1.HeaderClassName
{
color: #B1007B;
}
.AnyTagClassName
{
color: #B1007B;
}
</style>
background-color css
<style>
a { background-color: #B1007B; }
a { background-color: rgb(177,0,123); }
div.DivClassName
{
background-color: #B1007B;
}
.BgClassName
{
background-color: #B1007B;
}
</style>
border-color css
<style>
span { border-color: #B1007B; }
span { border-color: rgb(177,0,123); }
td.TdClassName
{
border-color: #B1007B;
}
.TagClassName
{
border-color: #B1007B;
}
</style>