Shades of Jazzberry Jam #BF0C65
Tints of Jazzberry Jam #BF0C65
RGB
CMYK
RGB Variations
Color information
#BF0C65 (or 0xBF0C65) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 65. RGB value is (191,12,101). Sum of RGB (Red+Green+Blue) = 191+12+101=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C65 is #40F39A. Grayscale: #4B4B4B. Windows color (decimal): -4256667 or 6622399. OLE color: 6622399.
HSL color Cylindrical-coordinate representation of color #BF0C65: hue angle of 330.17º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C65 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 101 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.25 |
| HSL | 330.17º | 0.88% | 0.4% | - |
| HSV(B) | 330.17º | 0.94% | 0.75% | - |
| XYZ | 23.97 | 12.28 | 13.42 | - |
| YUV | 75.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 101 | 0 | 0.94 | 0.47 | 0.25 | 330.17 | 0.88 | 0.4 |
| Hex | BF | C | 65 | 0 | 5E | 2F | 19 | 14A | 58 | 28 |
| Octal | 277 | 14 | 145 | 0 | 136 | 57 | 31 | 512 | 130 | 50 |
| Binary | 10111111 | 1100 | 1100101 | 0 | 1011110 | 101111 | 11001 | 101001010 | 1011000 | 101000 |
Color Harmonies of #BF0C65
Complementary color
Monochromatic Colors of #BF0C65
Black with #BF0C65
Text Example
Text Example
White with #BF0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C65; }
p { color: rgb(191,12,101); }
H1.HeaderClassName
{
color: #BF0C65;
}
.AnyTagClassName
{
color: #BF0C65;
}
</style>
background-color css
<style>
a { background-color: #BF0C65; }
a { background-color: rgb(191,12,101); }
div.DivClassName
{
background-color: #BF0C65;
}
.BgClassName
{
background-color: #BF0C65;
}
</style>
border-color css
<style>
span { border-color: #BF0C65; }
span { border-color: rgb(191,12,101); }
td.TdClassName
{
border-color: #BF0C65;
}
.TagClassName
{
border-color: #BF0C65;
}
</style>