Shades of Jazzberry Jam #BB066B
Tints of Jazzberry Jam #BB066B
RGB
CMYK
RGB Variations
Color information
#BB066B (or 0xBB066B) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 6B. RGB value is (187,6,107). Sum of RGB (Red+Green+Blue) = 187+6+107=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB066B is #44F994. Grayscale: #474747. Windows color (decimal): -4520341 or 7014075. OLE color: 7014075.
HSL color Cylindrical-coordinate representation of color #BB066B: hue angle of 326.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB066B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.27 |
| HSL | 326.52º | 0.94% | 0.38% | - |
| HSV(B) | 326.52º | 0.97% | 0.73% | - |
| XYZ | 23.21 | 11.76 | 14.96 | - |
| YUV | 71.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 107 | 0 | 0.97 | 0.43 | 0.27 | 326.52 | 0.94 | 0.38 |
| Hex | BB | 6 | 6B | 0 | 61 | 2B | 1B | 147 | 5E | 26 |
| Octal | 273 | 6 | 153 | 0 | 141 | 53 | 33 | 507 | 136 | 46 |
| Binary | 10111011 | 110 | 1101011 | 0 | 1100001 | 101011 | 11011 | 101000111 | 1011110 | 100110 |
Color Harmonies of #BB066B
Complementary color
Monochromatic Colors of #BB066B
Black with #BB066B
Text Example
Text Example
White with #BB066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB066B; }
p { color: rgb(187,6,107); }
H1.HeaderClassName
{
color: #BB066B;
}
.AnyTagClassName
{
color: #BB066B;
}
</style>
background-color css
<style>
a { background-color: #BB066B; }
a { background-color: rgb(187,6,107); }
div.DivClassName
{
background-color: #BB066B;
}
.BgClassName
{
background-color: #BB066B;
}
</style>
border-color css
<style>
span { border-color: #BB066B; }
span { border-color: rgb(187,6,107); }
td.TdClassName
{
border-color: #BB066B;
}
.TagClassName
{
border-color: #BB066B;
}
</style>