Shades of Jazzberry Jam #BF085E
Tints of Jazzberry Jam #BF085E
RGB
CMYK
RGB Variations
Color information
#BF085E (or 0xBF085E) is known color: Jazzberry Jam. HEX triplet: BF, 08 and 5E. RGB value is (191,8,94). Sum of RGB (Red+Green+Blue) = 191+8+94=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF085E is #40F7A1. Grayscale: #484848. Windows color (decimal): -4257698 or 6162623. OLE color: 6162623.
HSL color Cylindrical-coordinate representation of color #BF085E: hue angle of 331.8º 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 #BF085E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.25 |
| HSL | 331.8º | 0.92% | 0.39% | - |
| HSV(B) | 331.8º | 0.96% | 0.75% | - |
| XYZ | 23.59 | 12.06 | 11.67 | - |
| YUV | 72.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 94 | 0 | 0.96 | 0.51 | 0.25 | 331.8 | 0.92 | 0.39 |
| Hex | BF | 8 | 5E | 0 | 60 | 33 | 19 | 14C | 5C | 27 |
| Octal | 277 | 10 | 136 | 0 | 140 | 63 | 31 | 514 | 134 | 47 |
| Binary | 10111111 | 1000 | 1011110 | 0 | 1100000 | 110011 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #BF085E
Complementary color
Monochromatic Colors of #BF085E
Black with #BF085E
Text Example
Text Example
White with #BF085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF085E; }
p { color: rgb(191,8,94); }
H1.HeaderClassName
{
color: #BF085E;
}
.AnyTagClassName
{
color: #BF085E;
}
</style>
background-color css
<style>
a { background-color: #BF085E; }
a { background-color: rgb(191,8,94); }
div.DivClassName
{
background-color: #BF085E;
}
.BgClassName
{
background-color: #BF085E;
}
</style>
border-color css
<style>
span { border-color: #BF085E; }
span { border-color: rgb(191,8,94); }
td.TdClassName
{
border-color: #BF085E;
}
.TagClassName
{
border-color: #BF085E;
}
</style>