Shades of Jazzberry Jam #BF026D
Tints of Jazzberry Jam #BF026D
RGB
CMYK
RGB Variations
Color information
#BF026D (or 0xBF026D) is known color: Jazzberry Jam. HEX triplet: BF, 02 and 6D. RGB value is (191,2,109). Sum of RGB (Red+Green+Blue) = 191+2+109=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF026D is #40FD92. Grayscale: #464646. Windows color (decimal): -4259219 or 7144127. OLE color: 7144127.
HSL color Cylindrical-coordinate representation of color #BF026D: hue angle of 326.03º degrees, saturation: 0.98, 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 #BF026D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.25 |
| HSL | 326.03º | 0.98% | 0.38% | - |
| HSV(B) | 326.03º | 0.99% | 0.75% | - |
| XYZ | 24.27 | 12.22 | 15.55 | - |
| YUV | 70.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 109 | 0 | 0.99 | 0.43 | 0.25 | 326.03 | 0.98 | 0.38 |
| Hex | BF | 2 | 6D | 0 | 63 | 2B | 19 | 146 | 62 | 26 |
| Octal | 277 | 2 | 155 | 0 | 143 | 53 | 31 | 506 | 142 | 46 |
| Binary | 10111111 | 10 | 1101101 | 0 | 1100011 | 101011 | 11001 | 101000110 | 1100010 | 100110 |
Color Harmonies of #BF026D
Complementary color
Monochromatic Colors of #BF026D
Black with #BF026D
Text Example
Text Example
White with #BF026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF026D; }
p { color: rgb(191,2,109); }
H1.HeaderClassName
{
color: #BF026D;
}
.AnyTagClassName
{
color: #BF026D;
}
</style>
background-color css
<style>
a { background-color: #BF026D; }
a { background-color: rgb(191,2,109); }
div.DivClassName
{
background-color: #BF026D;
}
.BgClassName
{
background-color: #BF026D;
}
</style>
border-color css
<style>
span { border-color: #BF026D; }
span { border-color: rgb(191,2,109); }
td.TdClassName
{
border-color: #BF026D;
}
.TagClassName
{
border-color: #BF026D;
}
</style>