Shades of Jazzberry Jam #BB0468
Tints of Jazzberry Jam #BB0468
RGB
CMYK
RGB Variations
Color information
#BB0468 (or 0xBB0468) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 68. RGB value is (187,4,104). Sum of RGB (Red+Green+Blue) = 187+4+104=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0468 is #44FB97. Grayscale: #454545. Windows color (decimal): -4520856 or 6816955. OLE color: 6816955.
HSL color Cylindrical-coordinate representation of color #BB0468: hue angle of 327.21º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0468 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.27 |
| HSL | 327.21º | 0.96% | 0.37% | - |
| HSV(B) | 327.21º | 0.98% | 0.73% | - |
| XYZ | 23.04 | 11.65 | 14.13 | - |
| YUV | 70.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 104 | 0 | 0.98 | 0.44 | 0.27 | 327.21 | 0.96 | 0.37 |
| Hex | BB | 4 | 68 | 0 | 62 | 2C | 1B | 147 | 60 | 25 |
| Octal | 273 | 4 | 150 | 0 | 142 | 54 | 33 | 507 | 140 | 45 |
| Binary | 10111011 | 100 | 1101000 | 0 | 1100010 | 101100 | 11011 | 101000111 | 1100000 | 100101 |
Color Harmonies of #BB0468
Complementary color
Monochromatic Colors of #BB0468
Black with #BB0468
Text Example
Text Example
White with #BB0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0468; }
p { color: rgb(187,4,104); }
H1.HeaderClassName
{
color: #BB0468;
}
.AnyTagClassName
{
color: #BB0468;
}
</style>
background-color css
<style>
a { background-color: #BB0468; }
a { background-color: rgb(187,4,104); }
div.DivClassName
{
background-color: #BB0468;
}
.BgClassName
{
background-color: #BB0468;
}
</style>
border-color css
<style>
span { border-color: #BB0468; }
span { border-color: rgb(187,4,104); }
td.TdClassName
{
border-color: #BB0468;
}
.TagClassName
{
border-color: #BB0468;
}
</style>