Shades of Jazzberry Jam #BF045C
Tints of Jazzberry Jam #BF045C
RGB
CMYK
RGB Variations
Color information
#BF045C (or 0xBF045C) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 5C. RGB value is (191,4,92). Sum of RGB (Red+Green+Blue) = 191+4+92=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF045C is #40FBA3. Grayscale: #454545. Windows color (decimal): -4258724 or 6030527. OLE color: 6030527.
HSL color Cylindrical-coordinate representation of color #BF045C: hue angle of 331.76º 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 #BF045C is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.25 |
| HSL | 331.76º | 0.96% | 0.38% | - |
| HSV(B) | 331.76º | 0.98% | 0.75% | - |
| XYZ | 23.46 | 11.94 | 11.19 | - |
| YUV | 69.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 92 | 0 | 0.98 | 0.52 | 0.25 | 331.76 | 0.96 | 0.38 |
| Hex | BF | 4 | 5C | 0 | 62 | 34 | 19 | 14C | 60 | 26 |
| Octal | 277 | 4 | 134 | 0 | 142 | 64 | 31 | 514 | 140 | 46 |
| Binary | 10111111 | 100 | 1011100 | 0 | 1100010 | 110100 | 11001 | 101001100 | 1100000 | 100110 |
Color Harmonies of #BF045C
Complementary color
Monochromatic Colors of #BF045C
Black with #BF045C
Text Example
Text Example
White with #BF045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF045C; }
p { color: rgb(191,4,92); }
H1.HeaderClassName
{
color: #BF045C;
}
.AnyTagClassName
{
color: #BF045C;
}
</style>
background-color css
<style>
a { background-color: #BF045C; }
a { background-color: rgb(191,4,92); }
div.DivClassName
{
background-color: #BF045C;
}
.BgClassName
{
background-color: #BF045C;
}
</style>
border-color css
<style>
span { border-color: #BF045C; }
span { border-color: rgb(191,4,92); }
td.TdClassName
{
border-color: #BF045C;
}
.TagClassName
{
border-color: #BF045C;
}
</style>