Shades of Jazzberry Jam #BF045A
Tints of Jazzberry Jam #BF045A
RGB
CMYK
RGB Variations
Color information
#BF045A (or 0xBF045A) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 5A. RGB value is (191,4,90). Sum of RGB (Red+Green+Blue) = 191+4+90=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF045A is #40FBA5. Grayscale: #454545. Windows color (decimal): -4258726 or 5899455. OLE color: 5899455.
HSL color Cylindrical-coordinate representation of color #BF045A: hue angle of 332.41º 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 #BF045A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.25 |
| HSL | 332.41º | 0.96% | 0.38% | - |
| HSV(B) | 332.41º | 0.98% | 0.75% | - |
| XYZ | 23.37 | 11.9 | 10.74 | - |
| YUV | 69.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 90 | 0 | 0.98 | 0.53 | 0.25 | 332.41 | 0.96 | 0.38 |
| Hex | BF | 4 | 5A | 0 | 62 | 35 | 19 | 14C | 60 | 26 |
| Octal | 277 | 4 | 132 | 0 | 142 | 65 | 31 | 514 | 140 | 46 |
| Binary | 10111111 | 100 | 1011010 | 0 | 1100010 | 110101 | 11001 | 101001100 | 1100000 | 100110 |
Color Harmonies of #BF045A
Complementary color
Monochromatic Colors of #BF045A
Black with #BF045A
Text Example
Text Example
White with #BF045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF045A; }
p { color: rgb(191,4,90); }
H1.HeaderClassName
{
color: #BF045A;
}
.AnyTagClassName
{
color: #BF045A;
}
</style>
background-color css
<style>
a { background-color: #BF045A; }
a { background-color: rgb(191,4,90); }
div.DivClassName
{
background-color: #BF045A;
}
.BgClassName
{
background-color: #BF045A;
}
</style>
border-color css
<style>
span { border-color: #BF045A; }
span { border-color: rgb(191,4,90); }
td.TdClassName
{
border-color: #BF045A;
}
.TagClassName
{
border-color: #BF045A;
}
</style>