Shades of Jazzberry Jam #BA016E
Tints of Jazzberry Jam #BA016E
RGB
CMYK
RGB Variations
Color information
#BA016E (or 0xBA016E) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 6E. RGB value is (186,1,110). Sum of RGB (Red+Green+Blue) = 186+1+110=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA016E is #45FE91. Grayscale: #444444. Windows color (decimal): -4587154 or 7209402. OLE color: 7209402.
HSL color Cylindrical-coordinate representation of color #BA016E: hue angle of 324.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA016E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 110 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.27 |
| HSL | 324.65º | 0.99% | 0.37% | - |
| HSV(B) | 324.65º | 0.99% | 0.73% | - |
| XYZ | 23.08 | 11.59 | 15.77 | - |
| YUV | 68.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 110 | 0 | 0.99 | 0.41 | 0.27 | 324.65 | 0.99 | 0.37 |
| Hex | BA | 1 | 6E | 0 | 63 | 29 | 1B | 145 | 63 | 25 |
| Octal | 272 | 1 | 156 | 0 | 143 | 51 | 33 | 505 | 143 | 45 |
| Binary | 10111010 | 1 | 1101110 | 0 | 1100011 | 101001 | 11011 | 101000101 | 1100011 | 100101 |
Color Harmonies of #BA016E
Complementary color
Monochromatic Colors of #BA016E
Black with #BA016E
Text Example
Text Example
White with #BA016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA016E; }
p { color: rgb(186,1,110); }
H1.HeaderClassName
{
color: #BA016E;
}
.AnyTagClassName
{
color: #BA016E;
}
</style>
background-color css
<style>
a { background-color: #BA016E; }
a { background-color: rgb(186,1,110); }
div.DivClassName
{
background-color: #BA016E;
}
.BgClassName
{
background-color: #BA016E;
}
</style>
border-color css
<style>
span { border-color: #BA016E; }
span { border-color: rgb(186,1,110); }
td.TdClassName
{
border-color: #BA016E;
}
.TagClassName
{
border-color: #BA016E;
}
</style>