Shades of Jazzberry Jam #BB1263
Tints of Jazzberry Jam #BB1263
RGB
CMYK
RGB Variations
Color information
#BB1263 (or 0xBB1263) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 63. RGB value is (187,18,99). Sum of RGB (Red+Green+Blue) = 187+18+99=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1263 is #44ED9C. Grayscale: #4D4D4D. Windows color (decimal): -4517277 or 6492859. OLE color: 6492859.
HSL color Cylindrical-coordinate representation of color #BB1263: hue angle of 331.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1263 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 99 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.27 |
| HSL | 331.24º | 0.82% | 0.4% | - |
| HSV(B) | 331.24º | 0.9% | 0.73% | - |
| XYZ | 22.96 | 11.9 | 12.89 | - |
| YUV | 77.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 99 | 0 | 0.90 | 0.47 | 0.27 | 331.24 | 0.82 | 0.4 |
| Hex | BB | 12 | 63 | 0 | 5A | 2F | 1B | 14B | 52 | 28 |
| Octal | 273 | 22 | 143 | 0 | 132 | 57 | 33 | 513 | 122 | 50 |
| Binary | 10111011 | 10010 | 1100011 | 0 | 1011010 | 101111 | 11011 | 101001011 | 1010010 | 101000 |
Color Harmonies of #BB1263
Complementary color
Monochromatic Colors of #BB1263
Black with #BB1263
Text Example
Text Example
White with #BB1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1263; }
p { color: rgb(187,18,99); }
H1.HeaderClassName
{
color: #BB1263;
}
.AnyTagClassName
{
color: #BB1263;
}
</style>
background-color css
<style>
a { background-color: #BB1263; }
a { background-color: rgb(187,18,99); }
div.DivClassName
{
background-color: #BB1263;
}
.BgClassName
{
background-color: #BB1263;
}
</style>
border-color css
<style>
span { border-color: #BB1263; }
span { border-color: rgb(187,18,99); }
td.TdClassName
{
border-color: #BB1263;
}
.TagClassName
{
border-color: #BB1263;
}
</style>