Shades of Jazzberry Jam #BF1566
Tints of Jazzberry Jam #BF1566
RGB
CMYK
RGB Variations
Color information
#BF1566 (or 0xBF1566) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 66. RGB value is (191,21,102). Sum of RGB (Red+Green+Blue) = 191+21+102=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1566 is #40EA99. Grayscale: #505050. Windows color (decimal): -4254362 or 6690239. OLE color: 6690239.
HSL color Cylindrical-coordinate representation of color #BF1566: hue angle of 331.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1566 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 102 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.25 |
| HSL | 331.41º | 0.8% | 0.42% | - |
| HSV(B) | 331.41º | 0.89% | 0.75% | - |
| XYZ | 24.15 | 12.57 | 13.72 | - |
| YUV | 81.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 102 | 0 | 0.89 | 0.47 | 0.25 | 331.41 | 0.8 | 0.42 |
| Hex | BF | 15 | 66 | 0 | 59 | 2F | 19 | 14B | 50 | 2A |
| Octal | 277 | 25 | 146 | 0 | 131 | 57 | 31 | 513 | 120 | 52 |
| Binary | 10111111 | 10101 | 1100110 | 0 | 1011001 | 101111 | 11001 | 101001011 | 1010000 | 101010 |
Color Harmonies of #BF1566
Complementary color
Monochromatic Colors of #BF1566
Black with #BF1566
Text Example
Text Example
White with #BF1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1566; }
p { color: rgb(191,21,102); }
H1.HeaderClassName
{
color: #BF1566;
}
.AnyTagClassName
{
color: #BF1566;
}
</style>
background-color css
<style>
a { background-color: #BF1566; }
a { background-color: rgb(191,21,102); }
div.DivClassName
{
background-color: #BF1566;
}
.BgClassName
{
background-color: #BF1566;
}
</style>
border-color css
<style>
span { border-color: #BF1566; }
span { border-color: rgb(191,21,102); }
td.TdClassName
{
border-color: #BF1566;
}
.TagClassName
{
border-color: #BF1566;
}
</style>