Shades of Jazzberry Jam #BF0464
Tints of Jazzberry Jam #BF0464
RGB
CMYK
RGB Variations
Color information
#BF0464 (or 0xBF0464) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 64. RGB value is (191,4,100). Sum of RGB (Red+Green+Blue) = 191+4+100=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0464 is #40FB9B. Grayscale: #464646. Windows color (decimal): -4258716 or 6554815. OLE color: 6554815.
HSL color Cylindrical-coordinate representation of color #BF0464: hue angle of 329.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0464 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.25 |
| HSL | 329.2º | 0.96% | 0.38% | - |
| HSV(B) | 329.2º | 0.98% | 0.75% | - |
| XYZ | 23.83 | 12.08 | 13.13 | - |
| YUV | 70.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 100 | 0 | 0.98 | 0.48 | 0.25 | 329.2 | 0.96 | 0.38 |
| Hex | BF | 4 | 64 | 0 | 62 | 30 | 19 | 149 | 60 | 26 |
| Octal | 277 | 4 | 144 | 0 | 142 | 60 | 31 | 511 | 140 | 46 |
| Binary | 10111111 | 100 | 1100100 | 0 | 1100010 | 110000 | 11001 | 101001001 | 1100000 | 100110 |
Color Harmonies of #BF0464
Complementary color
Monochromatic Colors of #BF0464
Black with #BF0464
Text Example
Text Example
White with #BF0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0464; }
p { color: rgb(191,4,100); }
H1.HeaderClassName
{
color: #BF0464;
}
.AnyTagClassName
{
color: #BF0464;
}
</style>
background-color css
<style>
a { background-color: #BF0464; }
a { background-color: rgb(191,4,100); }
div.DivClassName
{
background-color: #BF0464;
}
.BgClassName
{
background-color: #BF0464;
}
</style>
border-color css
<style>
span { border-color: #BF0464; }
span { border-color: rgb(191,4,100); }
td.TdClassName
{
border-color: #BF0464;
}
.TagClassName
{
border-color: #BF0464;
}
</style>