Shades of Jazzberry Jam #BF014E
Tints of Jazzberry Jam #BF014E
RGB
CMYK
RGB Variations
Color information
#BF014E (or 0xBF014E) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 4E. RGB value is (191,1,78). Sum of RGB (Red+Green+Blue) = 191+1+78=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF014E is #40FEB1. Grayscale: #424242. Windows color (decimal): -4259506 or 5112255. OLE color: 5112255.
HSL color Cylindrical-coordinate representation of color #BF014E: hue angle of 335.68º 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 #BF014E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.25 |
| HSL | 335.68º | 0.99% | 0.38% | - |
| HSV(B) | 335.68º | 0.99% | 0.75% | - |
| XYZ | 22.87 | 11.65 | 8.25 | - |
| YUV | 66.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 78 | 0 | 0.99 | 0.59 | 0.25 | 335.68 | 0.99 | 0.38 |
| Hex | BF | 1 | 4E | 0 | 63 | 3B | 19 | 150 | 63 | 26 |
| Octal | 277 | 1 | 116 | 0 | 143 | 73 | 31 | 520 | 143 | 46 |
| Binary | 10111111 | 1 | 1001110 | 0 | 1100011 | 111011 | 11001 | 101010000 | 1100011 | 100110 |
Color Harmonies of #BF014E
Complementary color
Monochromatic Colors of #BF014E
Black with #BF014E
Text Example
Text Example
White with #BF014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF014E; }
p { color: rgb(191,1,78); }
H1.HeaderClassName
{
color: #BF014E;
}
.AnyTagClassName
{
color: #BF014E;
}
</style>
background-color css
<style>
a { background-color: #BF014E; }
a { background-color: rgb(191,1,78); }
div.DivClassName
{
background-color: #BF014E;
}
.BgClassName
{
background-color: #BF014E;
}
</style>
border-color css
<style>
span { border-color: #BF014E; }
span { border-color: rgb(191,1,78); }
td.TdClassName
{
border-color: #BF014E;
}
.TagClassName
{
border-color: #BF014E;
}
</style>