Shades of Jazzberry Jam #BF0868
Tints of Jazzberry Jam #BF0868
RGB
CMYK
RGB Variations
Color information
#BF0868 (or 0xBF0868) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 68. RGB value is (191,8,104). Sum of RGB (Red+Green+Blue) = 191+8+104=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0868 is #40F797. Grayscale: #494949. Windows color (decimal): -4257688 or 6817983. OLE color: 6817983.
HSL color Cylindrical-coordinate representation of color #BF0868: hue angle of 328.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0868 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.25 |
| HSL | 328.52º | 0.92% | 0.39% | - |
| HSV(B) | 328.52º | 0.96% | 0.75% | - |
| XYZ | 24.07 | 12.25 | 14.19 | - |
| YUV | 73.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 104 | 0 | 0.96 | 0.46 | 0.25 | 328.52 | 0.92 | 0.39 |
| Hex | BF | 8 | 68 | 0 | 60 | 2E | 19 | 149 | 5C | 27 |
| Octal | 277 | 10 | 150 | 0 | 140 | 56 | 31 | 511 | 134 | 47 |
| Binary | 10111111 | 1000 | 1101000 | 0 | 1100000 | 101110 | 11001 | 101001001 | 1011100 | 100111 |
Color Harmonies of #BF0868
Complementary color
Monochromatic Colors of #BF0868
Black with #BF0868
Text Example
Text Example
White with #BF0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0868; }
p { color: rgb(191,8,104); }
H1.HeaderClassName
{
color: #BF0868;
}
.AnyTagClassName
{
color: #BF0868;
}
</style>
background-color css
<style>
a { background-color: #BF0868; }
a { background-color: rgb(191,8,104); }
div.DivClassName
{
background-color: #BF0868;
}
.BgClassName
{
background-color: #BF0868;
}
</style>
border-color css
<style>
span { border-color: #BF0868; }
span { border-color: rgb(191,8,104); }
td.TdClassName
{
border-color: #BF0868;
}
.TagClassName
{
border-color: #BF0868;
}
</style>