Shades of Jazzberry Jam #BB0268
Tints of Jazzberry Jam #BB0268
RGB
CMYK
RGB Variations
Color information
#BB0268 (or 0xBB0268) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 68. RGB value is (187,2,104). Sum of RGB (Red+Green+Blue) = 187+2+104=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0268 is #44FD97. Grayscale: #444444. Windows color (decimal): -4521368 or 6816443. OLE color: 6816443.
HSL color Cylindrical-coordinate representation of color #BB0268: hue angle of 326.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0268 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.27 |
| HSL | 326.92º | 0.98% | 0.37% | - |
| HSV(B) | 326.92º | 0.99% | 0.73% | - |
| XYZ | 23.01 | 11.61 | 14.12 | - |
| YUV | 68.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 104 | 0 | 0.99 | 0.44 | 0.27 | 326.92 | 0.98 | 0.37 |
| Hex | BB | 2 | 68 | 0 | 63 | 2C | 1B | 147 | 62 | 25 |
| Octal | 273 | 2 | 150 | 0 | 143 | 54 | 33 | 507 | 142 | 45 |
| Binary | 10111011 | 10 | 1101000 | 0 | 1100011 | 101100 | 11011 | 101000111 | 1100010 | 100101 |
Color Harmonies of #BB0268
Complementary color
Monochromatic Colors of #BB0268
Black with #BB0268
Text Example
Text Example
White with #BB0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0268; }
p { color: rgb(187,2,104); }
H1.HeaderClassName
{
color: #BB0268;
}
.AnyTagClassName
{
color: #BB0268;
}
</style>
background-color css
<style>
a { background-color: #BB0268; }
a { background-color: rgb(187,2,104); }
div.DivClassName
{
background-color: #BB0268;
}
.BgClassName
{
background-color: #BB0268;
}
</style>
border-color css
<style>
span { border-color: #BB0268; }
span { border-color: rgb(187,2,104); }
td.TdClassName
{
border-color: #BB0268;
}
.TagClassName
{
border-color: #BB0268;
}
</style>