Shades of Jazzberry Jam #BF015B
Tints of Jazzberry Jam #BF015B
RGB
CMYK
RGB Variations
Color information
#BF015B (or 0xBF015B) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 5B. RGB value is (191,1,91). Sum of RGB (Red+Green+Blue) = 191+1+91=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF015B is #40FEA4. Grayscale: #434343. Windows color (decimal): -4259493 or 5964223. OLE color: 5964223.
HSL color Cylindrical-coordinate representation of color #BF015B: hue angle of 331.58º 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 #BF015B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.25 |
| HSL | 331.58º | 0.99% | 0.38% | - |
| HSV(B) | 331.58º | 0.99% | 0.75% | - |
| XYZ | 23.39 | 11.85 | 10.95 | - |
| YUV | 68.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 91 | 0 | 0.99 | 0.52 | 0.25 | 331.58 | 0.99 | 0.38 |
| Hex | BF | 1 | 5B | 0 | 63 | 34 | 19 | 14C | 63 | 26 |
| Octal | 277 | 1 | 133 | 0 | 143 | 64 | 31 | 514 | 143 | 46 |
| Binary | 10111111 | 1 | 1011011 | 0 | 1100011 | 110100 | 11001 | 101001100 | 1100011 | 100110 |
Color Harmonies of #BF015B
Complementary color
Monochromatic Colors of #BF015B
Black with #BF015B
Text Example
Text Example
White with #BF015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF015B; }
p { color: rgb(191,1,91); }
H1.HeaderClassName
{
color: #BF015B;
}
.AnyTagClassName
{
color: #BF015B;
}
</style>
background-color css
<style>
a { background-color: #BF015B; }
a { background-color: rgb(191,1,91); }
div.DivClassName
{
background-color: #BF015B;
}
.BgClassName
{
background-color: #BF015B;
}
</style>
border-color css
<style>
span { border-color: #BF015B; }
span { border-color: rgb(191,1,91); }
td.TdClassName
{
border-color: #BF015B;
}
.TagClassName
{
border-color: #BF015B;
}
</style>