Shades of Jazzberry Jam #BF0066
Tints of Jazzberry Jam #BF0066
RGB
CMYK
RGB Variations
Color information
#BF0066 (or 0xBF0066) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 66. RGB value is (191,0,102). Sum of RGB (Red+Green+Blue) = 191+0+102=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0066 is #40FF99. Grayscale: #444444. Windows color (decimal): -4259738 or 6684863. OLE color: 6684863.
HSL color Cylindrical-coordinate representation of color #BF0066: hue angle of 327.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0066 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.47 | 0.25 |
| HSL | 327.96º | 1% | 0.37% | - |
| HSV(B) | 327.96º | 1% | 0.75% | - |
| XYZ | 23.88 | 12.04 | 13.63 | - |
| YUV | 68.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 102 | 0 | 1 | 0.47 | 0.25 | 327.96 | 1 | 0.37 |
| Hex | BF | 0 | 66 | 0 | 64 | 2F | 19 | 148 | 64 | 25 |
| Octal | 277 | 0 | 146 | 0 | 144 | 57 | 31 | 510 | 144 | 45 |
| Binary | 10111111 | 0 | 1100110 | 0 | 1100100 | 101111 | 11001 | 101001000 | 1100100 | 100101 |
Color Harmonies of #BF0066
Complementary color
Monochromatic Colors of #BF0066
Black with #BF0066
Text Example
Text Example
White with #BF0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0066; }
p { color: rgb(191,0,102); }
H1.HeaderClassName
{
color: #BF0066;
}
.AnyTagClassName
{
color: #BF0066;
}
</style>
background-color css
<style>
a { background-color: #BF0066; }
a { background-color: rgb(191,0,102); }
div.DivClassName
{
background-color: #BF0066;
}
.BgClassName
{
background-color: #BF0066;
}
</style>
border-color css
<style>
span { border-color: #BF0066; }
span { border-color: rgb(191,0,102); }
td.TdClassName
{
border-color: #BF0066;
}
.TagClassName
{
border-color: #BF0066;
}
</style>