Shades of Jazzberry Jam #BF096B
Tints of Jazzberry Jam #BF096B
RGB
CMYK
RGB Variations
Color information
#BF096B (or 0xBF096B) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 6B. RGB value is (191,9,107). Sum of RGB (Red+Green+Blue) = 191+9+107=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF096B is #40F694. Grayscale: #4A4A4A. Windows color (decimal): -4257429 or 7014847. OLE color: 7014847.
HSL color Cylindrical-coordinate representation of color #BF096B: hue angle of 327.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF096B is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.25 |
| HSL | 327.69º | 0.91% | 0.39% | - |
| HSV(B) | 327.69º | 0.95% | 0.75% | - |
| XYZ | 24.24 | 12.33 | 15.01 | - |
| YUV | 74.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 107 | 0 | 0.95 | 0.44 | 0.25 | 327.69 | 0.91 | 0.39 |
| Hex | BF | 9 | 6B | 0 | 5F | 2C | 19 | 148 | 5B | 27 |
| Octal | 277 | 11 | 153 | 0 | 137 | 54 | 31 | 510 | 133 | 47 |
| Binary | 10111111 | 1001 | 1101011 | 0 | 1011111 | 101100 | 11001 | 101001000 | 1011011 | 100111 |
Color Harmonies of #BF096B
Complementary color
Monochromatic Colors of #BF096B
Black with #BF096B
Text Example
Text Example
White with #BF096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF096B; }
p { color: rgb(191,9,107); }
H1.HeaderClassName
{
color: #BF096B;
}
.AnyTagClassName
{
color: #BF096B;
}
</style>
background-color css
<style>
a { background-color: #BF096B; }
a { background-color: rgb(191,9,107); }
div.DivClassName
{
background-color: #BF096B;
}
.BgClassName
{
background-color: #BF096B;
}
</style>
border-color css
<style>
span { border-color: #BF096B; }
span { border-color: rgb(191,9,107); }
td.TdClassName
{
border-color: #BF096B;
}
.TagClassName
{
border-color: #BF096B;
}
</style>