Shades of Jazzberry Jam #BB0067
Tints of Jazzberry Jam #BB0067
RGB
CMYK
RGB Variations
Color information
#BB0067 (or 0xBB0067) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 67. RGB value is (187,0,103). Sum of RGB (Red+Green+Blue) = 187+0+103=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0067 is #44FF98. Grayscale: #434343. Windows color (decimal): -4521881 or 6750395. OLE color: 6750395.
HSL color Cylindrical-coordinate representation of color #BB0067: hue angle of 326.95º 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 #BB0067 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.45 | 0.27 |
| HSL | 326.95º | 1% | 0.37% | - |
| HSV(B) | 326.95º | 1% | 0.73% | - |
| XYZ | 22.94 | 11.54 | 13.85 | - |
| YUV | 67.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 103 | 0 | 1 | 0.45 | 0.27 | 326.95 | 1 | 0.37 |
| Hex | BB | 0 | 67 | 0 | 64 | 2D | 1B | 147 | 64 | 25 |
| Octal | 273 | 0 | 147 | 0 | 144 | 55 | 33 | 507 | 144 | 45 |
| Binary | 10111011 | 0 | 1100111 | 0 | 1100100 | 101101 | 11011 | 101000111 | 1100100 | 100101 |
Color Harmonies of #BB0067
Complementary color
Monochromatic Colors of #BB0067
Black with #BB0067
Text Example
Text Example
White with #BB0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0067; }
p { color: rgb(187,0,103); }
H1.HeaderClassName
{
color: #BB0067;
}
.AnyTagClassName
{
color: #BB0067;
}
</style>
background-color css
<style>
a { background-color: #BB0067; }
a { background-color: rgb(187,0,103); }
div.DivClassName
{
background-color: #BB0067;
}
.BgClassName
{
background-color: #BB0067;
}
</style>
border-color css
<style>
span { border-color: #BB0067; }
span { border-color: rgb(187,0,103); }
td.TdClassName
{
border-color: #BB0067;
}
.TagClassName
{
border-color: #BB0067;
}
</style>