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