Shades of Jazzberry Jam #BF006C
Tints of Jazzberry Jam #BF006C
RGB
CMYK
RGB Variations
Color information
#BF006C (or 0xBF006C) is known color: Jazzberry Jam. HEX triplet: BF, 00 and 6C. RGB value is (191,0,108). Sum of RGB (Red+Green+Blue) = 191+0+108=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF006C is #40FF93. Grayscale: #454545. Windows color (decimal): -4259732 or 7078079. OLE color: 7078079.
HSL color Cylindrical-coordinate representation of color #BF006C: hue angle of 326.07º 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 #BF006C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.43 | 0.25 |
| HSL | 326.07º | 1% | 0.37% | - |
| HSV(B) | 326.07º | 1% | 0.75% | - |
| XYZ | 24.19 | 12.16 | 15.26 | - |
| YUV | 69.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 108 | 0 | 1 | 0.43 | 0.25 | 326.07 | 1 | 0.37 |
| Hex | BF | 0 | 6C | 0 | 64 | 2B | 19 | 146 | 64 | 25 |
| Octal | 277 | 0 | 154 | 0 | 144 | 53 | 31 | 506 | 144 | 45 |
| Binary | 10111111 | 0 | 1101100 | 0 | 1100100 | 101011 | 11001 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BF006C
Complementary color
Monochromatic Colors of #BF006C
Black with #BF006C
Text Example
Text Example
White with #BF006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF006C; }
p { color: rgb(191,0,108); }
H1.HeaderClassName
{
color: #BF006C;
}
.AnyTagClassName
{
color: #BF006C;
}
</style>
background-color css
<style>
a { background-color: #BF006C; }
a { background-color: rgb(191,0,108); }
div.DivClassName
{
background-color: #BF006C;
}
.BgClassName
{
background-color: #BF006C;
}
</style>
border-color css
<style>
span { border-color: #BF006C; }
span { border-color: rgb(191,0,108); }
td.TdClassName
{
border-color: #BF006C;
}
.TagClassName
{
border-color: #BF006C;
}
</style>