Shades of Jazzberry Jam #BF0C64
Tints of Jazzberry Jam #BF0C64
RGB
CMYK
RGB Variations
Color information
#BF0C64 (or 0xBF0C64) is known color: Jazzberry Jam. HEX triplet: BF, 0C and 64. RGB value is (191,12,100). Sum of RGB (Red+Green+Blue) = 191+12+100=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C64 is #40F39B. Grayscale: #4B4B4B. Windows color (decimal): -4256668 or 6556863. OLE color: 6556863.
HSL color Cylindrical-coordinate representation of color #BF0C64: hue angle of 330.5º 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 #BF0C64 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 100 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.25 |
| HSL | 330.5º | 0.88% | 0.4% | - |
| HSV(B) | 330.5º | 0.94% | 0.75% | - |
| XYZ | 23.92 | 12.26 | 13.16 | - |
| YUV | 75.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 100 | 0 | 0.94 | 0.48 | 0.25 | 330.5 | 0.88 | 0.4 |
| Hex | BF | C | 64 | 0 | 5E | 30 | 19 | 14B | 58 | 28 |
| Octal | 277 | 14 | 144 | 0 | 136 | 60 | 31 | 513 | 130 | 50 |
| Binary | 10111111 | 1100 | 1100100 | 0 | 1011110 | 110000 | 11001 | 101001011 | 1011000 | 101000 |
Color Harmonies of #BF0C64
Complementary color
Monochromatic Colors of #BF0C64
Black with #BF0C64
Text Example
Text Example
White with #BF0C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C64; }
p { color: rgb(191,12,100); }
H1.HeaderClassName
{
color: #BF0C64;
}
.AnyTagClassName
{
color: #BF0C64;
}
</style>
background-color css
<style>
a { background-color: #BF0C64; }
a { background-color: rgb(191,12,100); }
div.DivClassName
{
background-color: #BF0C64;
}
.BgClassName
{
background-color: #BF0C64;
}
</style>
border-color css
<style>
span { border-color: #BF0C64; }
span { border-color: rgb(191,12,100); }
td.TdClassName
{
border-color: #BF0C64;
}
.TagClassName
{
border-color: #BF0C64;
}
</style>