Shades of Jazzberry Jam #BF045E
Tints of Jazzberry Jam #BF045E
RGB
CMYK
RGB Variations
Color information
#BF045E (or 0xBF045E) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 5E. RGB value is (191,4,94). Sum of RGB (Red+Green+Blue) = 191+4+94=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF045E is #40FBA1. Grayscale: #464646. Windows color (decimal): -4258722 or 6161599. OLE color: 6161599.
HSL color Cylindrical-coordinate representation of color #BF045E: hue angle of 331.12º 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 #BF045E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.25 |
| HSL | 331.12º | 0.96% | 0.38% | - |
| HSV(B) | 331.12º | 0.98% | 0.75% | - |
| XYZ | 23.55 | 11.97 | 11.66 | - |
| YUV | 70.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 94 | 0 | 0.98 | 0.51 | 0.25 | 331.12 | 0.96 | 0.38 |
| Hex | BF | 4 | 5E | 0 | 62 | 33 | 19 | 14B | 60 | 26 |
| Octal | 277 | 4 | 136 | 0 | 142 | 63 | 31 | 513 | 140 | 46 |
| Binary | 10111111 | 100 | 1011110 | 0 | 1100010 | 110011 | 11001 | 101001011 | 1100000 | 100110 |
Color Harmonies of #BF045E
Complementary color
Monochromatic Colors of #BF045E
Black with #BF045E
Text Example
Text Example
White with #BF045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF045E; }
p { color: rgb(191,4,94); }
H1.HeaderClassName
{
color: #BF045E;
}
.AnyTagClassName
{
color: #BF045E;
}
</style>
background-color css
<style>
a { background-color: #BF045E; }
a { background-color: rgb(191,4,94); }
div.DivClassName
{
background-color: #BF045E;
}
.BgClassName
{
background-color: #BF045E;
}
</style>
border-color css
<style>
span { border-color: #BF045E; }
span { border-color: rgb(191,4,94); }
td.TdClassName
{
border-color: #BF045E;
}
.TagClassName
{
border-color: #BF045E;
}
</style>