Shades of Jazzberry Jam #BB115F
Tints of Jazzberry Jam #BB115F
RGB
CMYK
RGB Variations
Color information
#BB115F (or 0xBB115F) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 5F. RGB value is (187,17,95). Sum of RGB (Red+Green+Blue) = 187+17+95=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB115F is #44EEA0. Grayscale: #4C4C4C. Windows color (decimal): -4517537 or 6230459. OLE color: 6230459.
HSL color Cylindrical-coordinate representation of color #BB115F: hue angle of 332.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB115F is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 95 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.27 |
| HSL | 332.47º | 0.83% | 0.4% | - |
| HSV(B) | 332.47º | 0.91% | 0.73% | - |
| XYZ | 22.76 | 11.79 | 11.9 | - |
| YUV | 76.72 | 138.32 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 95 | 0 | 0.91 | 0.49 | 0.27 | 332.47 | 0.83 | 0.4 |
| Hex | BB | 11 | 5F | 0 | 5B | 31 | 1B | 14C | 53 | 28 |
| Octal | 273 | 21 | 137 | 0 | 133 | 61 | 33 | 514 | 123 | 50 |
| Binary | 10111011 | 10001 | 1011111 | 0 | 1011011 | 110001 | 11011 | 101001100 | 1010011 | 101000 |
Color Harmonies of #BB115F
Complementary color
Monochromatic Colors of #BB115F
Black with #BB115F
Text Example
Text Example
White with #BB115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB115F; }
p { color: rgb(187,17,95); }
H1.HeaderClassName
{
color: #BB115F;
}
.AnyTagClassName
{
color: #BB115F;
}
</style>
background-color css
<style>
a { background-color: #BB115F; }
a { background-color: rgb(187,17,95); }
div.DivClassName
{
background-color: #BB115F;
}
.BgClassName
{
background-color: #BB115F;
}
</style>
border-color css
<style>
span { border-color: #BB115F; }
span { border-color: rgb(187,17,95); }
td.TdClassName
{
border-color: #BB115F;
}
.TagClassName
{
border-color: #BB115F;
}
</style>