Shades of Jazzberry Jam #BB126C
Tints of Jazzberry Jam #BB126C
RGB
CMYK
RGB Variations
Color information
#BB126C (or 0xBB126C) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 6C. RGB value is (187,18,108). Sum of RGB (Red+Green+Blue) = 187+18+108=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB126C is #44ED93. Grayscale: #4E4E4E. Windows color (decimal): -4517268 or 7082683. OLE color: 7082683.
HSL color Cylindrical-coordinate representation of color #BB126C: hue angle of 328.05º 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 #BB126C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 108 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.27 |
| HSL | 328.05º | 0.82% | 0.4% | - |
| HSV(B) | 328.05º | 0.9% | 0.73% | - |
| XYZ | 23.42 | 12.08 | 15.28 | - |
| YUV | 78.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 108 | 0 | 0.90 | 0.42 | 0.27 | 328.05 | 0.82 | 0.4 |
| Hex | BB | 12 | 6C | 0 | 5A | 2A | 1B | 148 | 52 | 28 |
| Octal | 273 | 22 | 154 | 0 | 132 | 52 | 33 | 510 | 122 | 50 |
| Binary | 10111011 | 10010 | 1101100 | 0 | 1011010 | 101010 | 11011 | 101001000 | 1010010 | 101000 |
Color Harmonies of #BB126C
Complementary color
Monochromatic Colors of #BB126C
Black with #BB126C
Text Example
Text Example
White with #BB126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB126C; }
p { color: rgb(187,18,108); }
H1.HeaderClassName
{
color: #BB126C;
}
.AnyTagClassName
{
color: #BB126C;
}
</style>
background-color css
<style>
a { background-color: #BB126C; }
a { background-color: rgb(187,18,108); }
div.DivClassName
{
background-color: #BB126C;
}
.BgClassName
{
background-color: #BB126C;
}
</style>
border-color css
<style>
span { border-color: #BB126C; }
span { border-color: rgb(187,18,108); }
td.TdClassName
{
border-color: #BB126C;
}
.TagClassName
{
border-color: #BB126C;
}
</style>