Shades of Jazzberry Jam #BB0A63
Tints of Jazzberry Jam #BB0A63
RGB
CMYK
RGB Variations
Color information
#BB0A63 (or 0xBB0A63) is known color: Jazzberry Jam. HEX triplet: BB, 0A and 63. RGB value is (187,10,99). Sum of RGB (Red+Green+Blue) = 187+10+99=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A63 is #44F59C. Grayscale: #484848. Windows color (decimal): -4519325 or 6490811. OLE color: 6490811.
HSL color Cylindrical-coordinate representation of color #BB0A63: hue angle of 329.83º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A63 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 10 | 99 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.27 |
| HSL | 329.83º | 0.9% | 0.39% | - |
| HSV(B) | 329.83º | 0.95% | 0.73% | - |
| XYZ | 22.85 | 11.68 | 12.85 | - |
| YUV | 73.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 99 | 0 | 0.95 | 0.47 | 0.27 | 329.83 | 0.9 | 0.39 |
| Hex | BB | A | 63 | 0 | 5F | 2F | 1B | 14A | 5A | 27 |
| Octal | 273 | 12 | 143 | 0 | 137 | 57 | 33 | 512 | 132 | 47 |
| Binary | 10111011 | 1010 | 1100011 | 0 | 1011111 | 101111 | 11011 | 101001010 | 1011010 | 100111 |
Color Harmonies of #BB0A63
Complementary color
Monochromatic Colors of #BB0A63
Black with #BB0A63
Text Example
Text Example
White with #BB0A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0A63; }
p { color: rgb(187,10,99); }
H1.HeaderClassName
{
color: #BB0A63;
}
.AnyTagClassName
{
color: #BB0A63;
}
</style>
background-color css
<style>
a { background-color: #BB0A63; }
a { background-color: rgb(187,10,99); }
div.DivClassName
{
background-color: #BB0A63;
}
.BgClassName
{
background-color: #BB0A63;
}
</style>
border-color css
<style>
span { border-color: #BB0A63; }
span { border-color: rgb(187,10,99); }
td.TdClassName
{
border-color: #BB0A63;
}
.TagClassName
{
border-color: #BB0A63;
}
</style>