Shades of Eggplant #B30075
Tints of Eggplant #B30075
RGB
CMYK
RGB Variations
Color information
#B30075 (or 0xB30075) is known color: Eggplant. HEX triplet: B3, 00 and 75. RGB value is (179,0,117). Sum of RGB (Red+Green+Blue) = 179+0+117=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B30075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30075 is #4CFF8A. Grayscale: #424242. Windows color (decimal): -5046155 or 7667891. OLE color: 7667891.
HSL color Cylindrical-coordinate representation of color #B30075: hue angle of 320.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30075 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.35 | 0.30 |
| HSL | 320.78º | 1% | 0.35% | - |
| HSV(B) | 320.78º | 1% | 0.7% | - |
| XYZ | 21.8 | 10.87 | 17.78 | - |
| YUV | 66.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 117 | 0 | 1 | 0.35 | 0.30 | 320.78 | 1 | 0.35 |
| Hex | B3 | 0 | 75 | 0 | 64 | 23 | 1E | 141 | 64 | 23 |
| Octal | 263 | 0 | 165 | 0 | 144 | 43 | 36 | 501 | 144 | 43 |
| Binary | 10110011 | 0 | 1110101 | 0 | 1100100 | 100011 | 11110 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B30075
Complementary color
Monochromatic Colors of #B30075
Black with #B30075
Text Example
Text Example
White with #B30075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30075; }
p { color: rgb(179,0,117); }
H1.HeaderClassName
{
color: #B30075;
}
.AnyTagClassName
{
color: #B30075;
}
</style>
background-color css
<style>
a { background-color: #B30075; }
a { background-color: rgb(179,0,117); }
div.DivClassName
{
background-color: #B30075;
}
.BgClassName
{
background-color: #B30075;
}
</style>
border-color css
<style>
span { border-color: #B30075; }
span { border-color: rgb(179,0,117); }
td.TdClassName
{
border-color: #B30075;
}
.TagClassName
{
border-color: #B30075;
}
</style>