Shades of Jazzberry Jam #BB126A
Tints of Jazzberry Jam #BB126A
RGB
CMYK
RGB Variations
Color information
#BB126A (or 0xBB126A) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 6A. RGB value is (187,18,106). Sum of RGB (Red+Green+Blue) = 187+18+106=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB126A is #44ED95. Grayscale: #4E4E4E. Windows color (decimal): -4517270 or 6951611. OLE color: 6951611.
HSL color Cylindrical-coordinate representation of color #BB126A: hue angle of 328.76º 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 #BB126A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 106 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.27 |
| HSL | 328.76º | 0.82% | 0.4% | - |
| HSV(B) | 328.76º | 0.9% | 0.73% | - |
| XYZ | 23.31 | 12.04 | 14.73 | - |
| YUV | 78.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 106 | 0 | 0.90 | 0.43 | 0.27 | 328.76 | 0.82 | 0.4 |
| Hex | BB | 12 | 6A | 0 | 5A | 2B | 1B | 149 | 52 | 28 |
| Octal | 273 | 22 | 152 | 0 | 132 | 53 | 33 | 511 | 122 | 50 |
| Binary | 10111011 | 10010 | 1101010 | 0 | 1011010 | 101011 | 11011 | 101001001 | 1010010 | 101000 |
Color Harmonies of #BB126A
Complementary color
Monochromatic Colors of #BB126A
Black with #BB126A
Text Example
Text Example
White with #BB126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB126A; }
p { color: rgb(187,18,106); }
H1.HeaderClassName
{
color: #BB126A;
}
.AnyTagClassName
{
color: #BB126A;
}
</style>
background-color css
<style>
a { background-color: #BB126A; }
a { background-color: rgb(187,18,106); }
div.DivClassName
{
background-color: #BB126A;
}
.BgClassName
{
background-color: #BB126A;
}
</style>
border-color css
<style>
span { border-color: #BB126A; }
span { border-color: rgb(187,18,106); }
td.TdClassName
{
border-color: #BB126A;
}
.TagClassName
{
border-color: #BB126A;
}
</style>