Shades of Jazzberry Jam #BB0F63
Tints of Jazzberry Jam #BB0F63
RGB
CMYK
RGB Variations
Color information
#BB0F63 (or 0xBB0F63) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 63. RGB value is (187,15,99). Sum of RGB (Red+Green+Blue) = 187+15+99=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F63 is #44F09C. Grayscale: #4B4B4B. Windows color (decimal): -4518045 or 6492091. OLE color: 6492091.
HSL color Cylindrical-coordinate representation of color #BB0F63: hue angle of 330.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F63 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 99 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.27 |
| HSL | 330.7º | 0.85% | 0.4% | - |
| HSV(B) | 330.7º | 0.92% | 0.73% | - |
| XYZ | 22.92 | 11.81 | 12.88 | - |
| YUV | 76 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 99 | 0 | 0.92 | 0.47 | 0.27 | 330.7 | 0.85 | 0.4 |
| Hex | BB | F | 63 | 0 | 5C | 2F | 1B | 14B | 55 | 28 |
| Octal | 273 | 17 | 143 | 0 | 134 | 57 | 33 | 513 | 125 | 50 |
| Binary | 10111011 | 1111 | 1100011 | 0 | 1011100 | 101111 | 11011 | 101001011 | 1010101 | 101000 |
Color Harmonies of #BB0F63
Complementary color
Monochromatic Colors of #BB0F63
Black with #BB0F63
Text Example
Text Example
White with #BB0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F63; }
p { color: rgb(187,15,99); }
H1.HeaderClassName
{
color: #BB0F63;
}
.AnyTagClassName
{
color: #BB0F63;
}
</style>
background-color css
<style>
a { background-color: #BB0F63; }
a { background-color: rgb(187,15,99); }
div.DivClassName
{
background-color: #BB0F63;
}
.BgClassName
{
background-color: #BB0F63;
}
</style>
border-color css
<style>
span { border-color: #BB0F63; }
span { border-color: rgb(187,15,99); }
td.TdClassName
{
border-color: #BB0F63;
}
.TagClassName
{
border-color: #BB0F63;
}
</style>