Shades of Jazzberry Jam #BB125B
Tints of Jazzberry Jam #BB125B
RGB
CMYK
RGB Variations
Color information
#BB125B (or 0xBB125B) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 5B. RGB value is (187,18,91). Sum of RGB (Red+Green+Blue) = 187+18+91=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB125B is #44EDA4. Grayscale: #4C4C4C. Windows color (decimal): -4517285 or 5968571. OLE color: 5968571.
HSL color Cylindrical-coordinate representation of color #BB125B: hue angle of 334.08º 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 #BB125B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 91 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.27 |
| HSL | 334.08º | 0.82% | 0.4% | - |
| HSV(B) | 334.08º | 0.9% | 0.73% | - |
| XYZ | 22.6 | 11.75 | 10.97 | - |
| YUV | 76.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 91 | 0 | 0.90 | 0.51 | 0.27 | 334.08 | 0.82 | 0.4 |
| Hex | BB | 12 | 5B | 0 | 5A | 33 | 1B | 14E | 52 | 28 |
| Octal | 273 | 22 | 133 | 0 | 132 | 63 | 33 | 516 | 122 | 50 |
| Binary | 10111011 | 10010 | 1011011 | 0 | 1011010 | 110011 | 11011 | 101001110 | 1010010 | 101000 |
Color Harmonies of #BB125B
Complementary color
Monochromatic Colors of #BB125B
Black with #BB125B
Text Example
Text Example
White with #BB125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB125B; }
p { color: rgb(187,18,91); }
H1.HeaderClassName
{
color: #BB125B;
}
.AnyTagClassName
{
color: #BB125B;
}
</style>
background-color css
<style>
a { background-color: #BB125B; }
a { background-color: rgb(187,18,91); }
div.DivClassName
{
background-color: #BB125B;
}
.BgClassName
{
background-color: #BB125B;
}
</style>
border-color css
<style>
span { border-color: #BB125B; }
span { border-color: rgb(187,18,91); }
td.TdClassName
{
border-color: #BB125B;
}
.TagClassName
{
border-color: #BB125B;
}
</style>