Shades of Jazzberry Jam #BF056C
Tints of Jazzberry Jam #BF056C
RGB
CMYK
RGB Variations
Color information
#BF056C (or 0xBF056C) is known color: Jazzberry Jam. HEX triplet: BF, 05 and 6C. RGB value is (191,5,108). Sum of RGB (Red+Green+Blue) = 191+5+108=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF056C is #40FA93. Grayscale: #484848. Windows color (decimal): -4258452 or 7079359. OLE color: 7079359.
HSL color Cylindrical-coordinate representation of color #BF056C: hue angle of 326.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF056C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.25 |
| HSL | 326.77º | 0.95% | 0.38% | - |
| HSV(B) | 326.77º | 0.97% | 0.75% | - |
| XYZ | 24.25 | 12.27 | 15.28 | - |
| YUV | 72.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 108 | 0 | 0.97 | 0.43 | 0.25 | 326.77 | 0.95 | 0.38 |
| Hex | BF | 5 | 6C | 0 | 61 | 2B | 19 | 147 | 5F | 26 |
| Octal | 277 | 5 | 154 | 0 | 141 | 53 | 31 | 507 | 137 | 46 |
| Binary | 10111111 | 101 | 1101100 | 0 | 1100001 | 101011 | 11001 | 101000111 | 1011111 | 100110 |
Color Harmonies of #BF056C
Complementary color
Monochromatic Colors of #BF056C
Black with #BF056C
Text Example
Text Example
White with #BF056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF056C; }
p { color: rgb(191,5,108); }
H1.HeaderClassName
{
color: #BF056C;
}
.AnyTagClassName
{
color: #BF056C;
}
</style>
background-color css
<style>
a { background-color: #BF056C; }
a { background-color: rgb(191,5,108); }
div.DivClassName
{
background-color: #BF056C;
}
.BgClassName
{
background-color: #BF056C;
}
</style>
border-color css
<style>
span { border-color: #BF056C; }
span { border-color: rgb(191,5,108); }
td.TdClassName
{
border-color: #BF056C;
}
.TagClassName
{
border-color: #BF056C;
}
</style>