Shades of Jazzberry Jam #BB006C
Tints of Jazzberry Jam #BB006C
RGB
CMYK
RGB Variations
Color information
#BB006C (or 0xBB006C) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 6C. RGB value is (187,0,108). Sum of RGB (Red+Green+Blue) = 187+0+108=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB006C is #44FF93. Grayscale: #434343. Windows color (decimal): -4521876 or 7078075. OLE color: 7078075.
HSL color Cylindrical-coordinate representation of color #BB006C: hue angle of 325.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB006C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.42 | 0.27 |
| HSL | 325.35º | 1% | 0.37% | - |
| HSV(B) | 325.35º | 1% | 0.73% | - |
| XYZ | 23.2 | 11.65 | 15.21 | - |
| YUV | 68.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 108 | 0 | 1 | 0.42 | 0.27 | 325.35 | 1 | 0.37 |
| Hex | BB | 0 | 6C | 0 | 64 | 2A | 1B | 145 | 64 | 25 |
| Octal | 273 | 0 | 154 | 0 | 144 | 52 | 33 | 505 | 144 | 45 |
| Binary | 10111011 | 0 | 1101100 | 0 | 1100100 | 101010 | 11011 | 101000101 | 1100100 | 100101 |
Color Harmonies of #BB006C
Complementary color
Monochromatic Colors of #BB006C
Black with #BB006C
Text Example
Text Example
White with #BB006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB006C; }
p { color: rgb(187,0,108); }
H1.HeaderClassName
{
color: #BB006C;
}
.AnyTagClassName
{
color: #BB006C;
}
</style>
background-color css
<style>
a { background-color: #BB006C; }
a { background-color: rgb(187,0,108); }
div.DivClassName
{
background-color: #BB006C;
}
.BgClassName
{
background-color: #BB006C;
}
</style>
border-color css
<style>
span { border-color: #BB006C; }
span { border-color: rgb(187,0,108); }
td.TdClassName
{
border-color: #BB006C;
}
.TagClassName
{
border-color: #BB006C;
}
</style>