Shades of Jazzberry Jam #BA1F6B
Tints of Jazzberry Jam #BA1F6B
RGB
CMYK
RGB Variations
Color information
#BA1F6B (or 0xBA1F6B) is known color: Jazzberry Jam. HEX triplet: BA, 1F and 6B. RGB value is (186,31,107). Sum of RGB (Red+Green+Blue) = 186+31+107=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1F6B is #45E094. Grayscale: #555555. Windows color (decimal): -4579477 or 7020474. OLE color: 7020474.
HSL color Cylindrical-coordinate representation of color #BA1F6B: hue angle of 330.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F6B is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 107 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.27 |
| HSL | 330.58º | 0.71% | 0.43% | - |
| HSV(B) | 330.58º | 0.83% | 0.73% | - |
| XYZ | 23.39 | 12.48 | 15.09 | - |
| YUV | 86.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 107 | 0 | 0.83 | 0.42 | 0.27 | 330.58 | 0.71 | 0.43 |
| Hex | BA | 1F | 6B | 0 | 53 | 2A | 1B | 14B | 47 | 2B |
| Octal | 272 | 37 | 153 | 0 | 123 | 52 | 33 | 513 | 107 | 53 |
| Binary | 10111010 | 11111 | 1101011 | 0 | 1010011 | 101010 | 11011 | 101001011 | 1000111 | 101011 |
Color Harmonies of #BA1F6B
Complementary color
Monochromatic Colors of #BA1F6B
Black with #BA1F6B
Text Example
Text Example
White with #BA1F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F6B; }
p { color: rgb(186,31,107); }
H1.HeaderClassName
{
color: #BA1F6B;
}
.AnyTagClassName
{
color: #BA1F6B;
}
</style>
background-color css
<style>
a { background-color: #BA1F6B; }
a { background-color: rgb(186,31,107); }
div.DivClassName
{
background-color: #BA1F6B;
}
.BgClassName
{
background-color: #BA1F6B;
}
</style>
border-color css
<style>
span { border-color: #BA1F6B; }
span { border-color: rgb(186,31,107); }
td.TdClassName
{
border-color: #BA1F6B;
}
.TagClassName
{
border-color: #BA1F6B;
}
</style>