Shades of Jazzberry Jam #BF0655
Tints of Jazzberry Jam #BF0655
RGB
CMYK
RGB Variations
Color information
#BF0655 (or 0xBF0655) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 55. RGB value is (191,6,85). Sum of RGB (Red+Green+Blue) = 191+6+85=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0655 is #40F9AA. Grayscale: #464646. Windows color (decimal): -4258219 or 5572287. OLE color: 5572287.
HSL color Cylindrical-coordinate representation of color #BF0655: hue angle of 334.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0655 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.25 |
| HSL | 334.38º | 0.94% | 0.39% | - |
| HSV(B) | 334.38º | 0.97% | 0.75% | - |
| XYZ | 23.19 | 11.86 | 9.66 | - |
| YUV | 70.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 85 | 0 | 0.97 | 0.55 | 0.25 | 334.38 | 0.94 | 0.39 |
| Hex | BF | 6 | 55 | 0 | 61 | 37 | 19 | 14E | 5E | 27 |
| Octal | 277 | 6 | 125 | 0 | 141 | 67 | 31 | 516 | 136 | 47 |
| Binary | 10111111 | 110 | 1010101 | 0 | 1100001 | 110111 | 11001 | 101001110 | 1011110 | 100111 |
Color Harmonies of #BF0655
Complementary color
Monochromatic Colors of #BF0655
Black with #BF0655
Text Example
Text Example
White with #BF0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0655; }
p { color: rgb(191,6,85); }
H1.HeaderClassName
{
color: #BF0655;
}
.AnyTagClassName
{
color: #BF0655;
}
</style>
background-color css
<style>
a { background-color: #BF0655; }
a { background-color: rgb(191,6,85); }
div.DivClassName
{
background-color: #BF0655;
}
.BgClassName
{
background-color: #BF0655;
}
</style>
border-color css
<style>
span { border-color: #BF0655; }
span { border-color: rgb(191,6,85); }
td.TdClassName
{
border-color: #BF0655;
}
.TagClassName
{
border-color: #BF0655;
}
</style>