Shades of Jazzberry Jam #BF0150
Tints of Jazzberry Jam #BF0150
RGB
CMYK
RGB Variations
Color information
#BF0150 (or 0xBF0150) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 50. RGB value is (191,1,80). Sum of RGB (Red+Green+Blue) = 191+1+80=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0150 is #40FEAF. Grayscale: #424242. Windows color (decimal): -4259504 or 5243327. OLE color: 5243327.
HSL color Cylindrical-coordinate representation of color #BF0150: hue angle of 335.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0150 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.25 |
| HSL | 335.05º | 0.99% | 0.38% | - |
| HSV(B) | 335.05º | 0.99% | 0.75% | - |
| XYZ | 22.94 | 11.68 | 8.63 | - |
| YUV | 66.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 80 | 0 | 0.99 | 0.58 | 0.25 | 335.05 | 0.99 | 0.38 |
| Hex | BF | 1 | 50 | 0 | 63 | 3A | 19 | 14F | 63 | 26 |
| Octal | 277 | 1 | 120 | 0 | 143 | 72 | 31 | 517 | 143 | 46 |
| Binary | 10111111 | 1 | 1010000 | 0 | 1100011 | 111010 | 11001 | 101001111 | 1100011 | 100110 |
Color Harmonies of #BF0150
Complementary color
Monochromatic Colors of #BF0150
Black with #BF0150
Text Example
Text Example
White with #BF0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0150; }
p { color: rgb(191,1,80); }
H1.HeaderClassName
{
color: #BF0150;
}
.AnyTagClassName
{
color: #BF0150;
}
</style>
background-color css
<style>
a { background-color: #BF0150; }
a { background-color: rgb(191,1,80); }
div.DivClassName
{
background-color: #BF0150;
}
.BgClassName
{
background-color: #BF0150;
}
</style>
border-color css
<style>
span { border-color: #BF0150; }
span { border-color: rgb(191,1,80); }
td.TdClassName
{
border-color: #BF0150;
}
.TagClassName
{
border-color: #BF0150;
}
</style>