Shades of Jazzberry Jam #BF1963
Tints of Jazzberry Jam #BF1963
RGB
CMYK
RGB Variations
Color information
#BF1963 (or 0xBF1963) is known color: Jazzberry Jam. HEX triplet: BF, 19 and 63. RGB value is (191,25,99). Sum of RGB (Red+Green+Blue) = 191+25+99=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1963 is #40E69C. Grayscale: #525252. Windows color (decimal): -4253341 or 6494655. OLE color: 6494655.
HSL color Cylindrical-coordinate representation of color #BF1963: hue angle of 333.25º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1963 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 99 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.25 |
| HSL | 333.25º | 0.77% | 0.42% | - |
| HSV(B) | 333.25º | 0.87% | 0.75% | - |
| XYZ | 24.09 | 12.67 | 12.98 | - |
| YUV | 83.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 99 | 0 | 0.87 | 0.48 | 0.25 | 333.25 | 0.77 | 0.42 |
| Hex | BF | 19 | 63 | 0 | 57 | 30 | 19 | 14D | 4D | 2A |
| Octal | 277 | 31 | 143 | 0 | 127 | 60 | 31 | 515 | 115 | 52 |
| Binary | 10111111 | 11001 | 1100011 | 0 | 1010111 | 110000 | 11001 | 101001101 | 1001101 | 101010 |
Color Harmonies of #BF1963
Complementary color
Monochromatic Colors of #BF1963
Black with #BF1963
Text Example
Text Example
White with #BF1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1963; }
p { color: rgb(191,25,99); }
H1.HeaderClassName
{
color: #BF1963;
}
.AnyTagClassName
{
color: #BF1963;
}
</style>
background-color css
<style>
a { background-color: #BF1963; }
a { background-color: rgb(191,25,99); }
div.DivClassName
{
background-color: #BF1963;
}
.BgClassName
{
background-color: #BF1963;
}
</style>
border-color css
<style>
span { border-color: #BF1963; }
span { border-color: rgb(191,25,99); }
td.TdClassName
{
border-color: #BF1963;
}
.TagClassName
{
border-color: #BF1963;
}
</style>