Shades of Jazzberry Jam #BB0063
Tints of Jazzberry Jam #BB0063
RGB
CMYK
RGB Variations
Color information
#BB0063 (or 0xBB0063) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 63. RGB value is (187,0,99). Sum of RGB (Red+Green+Blue) = 187+0+99=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0063 is #44FF9C. Grayscale: #424242. Windows color (decimal): -4521885 or 6488251. OLE color: 6488251.
HSL color Cylindrical-coordinate representation of color #BB0063: hue angle of 328.24º 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 #BB0063 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.47 | 0.27 |
| HSL | 328.24º | 1% | 0.37% | - |
| HSV(B) | 328.24º | 1% | 0.73% | - |
| XYZ | 22.75 | 11.47 | 12.82 | - |
| YUV | 67.2 | 145.95 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 99 | 0 | 1 | 0.47 | 0.27 | 328.24 | 1 | 0.37 |
| Hex | BB | 0 | 63 | 0 | 64 | 2F | 1B | 148 | 64 | 25 |
| Octal | 273 | 0 | 143 | 0 | 144 | 57 | 33 | 510 | 144 | 45 |
| Binary | 10111011 | 0 | 1100011 | 0 | 1100100 | 101111 | 11011 | 101001000 | 1100100 | 100101 |
Color Harmonies of #BB0063
Complementary color
Monochromatic Colors of #BB0063
Black with #BB0063
Text Example
Text Example
White with #BB0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0063; }
p { color: rgb(187,0,99); }
H1.HeaderClassName
{
color: #BB0063;
}
.AnyTagClassName
{
color: #BB0063;
}
</style>
background-color css
<style>
a { background-color: #BB0063; }
a { background-color: rgb(187,0,99); }
div.DivClassName
{
background-color: #BB0063;
}
.BgClassName
{
background-color: #BB0063;
}
</style>
border-color css
<style>
span { border-color: #BB0063; }
span { border-color: rgb(187,0,99); }
td.TdClassName
{
border-color: #BB0063;
}
.TagClassName
{
border-color: #BB0063;
}
</style>