Shades of Jazzberry Jam #BF006B
Tints of Jazzberry Jam #BF006B
RGB
CMYK
RGB Variations
Color information
#BF006B (or 0xBF006B) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 6B. RGB value is (191,0,107). Sum of RGB (Red+Green+Blue) = 191+0+107=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006B is #40FF94. Grayscale: #454545. Windows color (decimal): -4259733 or 7012543. OLE color: 7012543.
HSL color Cylindrical-coordinate representation of color #BF006B: hue angle of 326.39º 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 #BF006B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.44 | 0.25 |
| HSL | 326.39º | 1% | 0.37% | - |
| HSV(B) | 326.39º | 1% | 0.75% | - |
| XYZ | 24.14 | 12.14 | 14.98 | - |
| YUV | 69.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 107 | 0 | 1 | 0.44 | 0.25 | 326.39 | 1 | 0.37 |
| Hex | BF | 0 | 6B | 0 | 64 | 2C | 19 | 146 | 64 | 25 |
| Octal | 277 | 0 | 153 | 0 | 144 | 54 | 31 | 506 | 144 | 45 |
| Binary | 10111111 | 0 | 1101011 | 0 | 1100100 | 101100 | 11001 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BF006B
Complementary color
Monochromatic Colors of #BF006B
Black with #BF006B
Text Example
Text Example
White with #BF006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF006B; }
p { color: rgb(191,0,107); }
H1.HeaderClassName
{
color: #BF006B;
}
.AnyTagClassName
{
color: #BF006B;
}
</style>
background-color css
<style>
a { background-color: #BF006B; }
a { background-color: rgb(191,0,107); }
div.DivClassName
{
background-color: #BF006B;
}
.BgClassName
{
background-color: #BF006B;
}
</style>
border-color css
<style>
span { border-color: #BF006B; }
span { border-color: rgb(191,0,107); }
td.TdClassName
{
border-color: #BF006B;
}
.TagClassName
{
border-color: #BF006B;
}
</style>