Shades of Jazzberry Jam #BB056F
Tints of Jazzberry Jam #BB056F
RGB
CMYK
RGB Variations
Color information
#BB056F (or 0xBB056F) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 6F. RGB value is (187,5,111). Sum of RGB (Red+Green+Blue) = 187+5+111=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB056F is #44FA90. Grayscale: #474747. Windows color (decimal): -4520593 or 7275963. OLE color: 7275963.
HSL color Cylindrical-coordinate representation of color #BB056F: hue angle of 325.05º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB056F is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 111 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.27 |
| HSL | 325.05º | 0.95% | 0.38% | - |
| HSV(B) | 325.05º | 0.97% | 0.73% | - |
| XYZ | 23.42 | 11.82 | 16.09 | - |
| YUV | 71.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 111 | 0 | 0.97 | 0.41 | 0.27 | 325.05 | 0.95 | 0.38 |
| Hex | BB | 5 | 6F | 0 | 61 | 29 | 1B | 145 | 5F | 26 |
| Octal | 273 | 5 | 157 | 0 | 141 | 51 | 33 | 505 | 137 | 46 |
| Binary | 10111011 | 101 | 1101111 | 0 | 1100001 | 101001 | 11011 | 101000101 | 1011111 | 100110 |
Color Harmonies of #BB056F
Complementary color
Monochromatic Colors of #BB056F
Black with #BB056F
Text Example
Text Example
White with #BB056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB056F; }
p { color: rgb(187,5,111); }
H1.HeaderClassName
{
color: #BB056F;
}
.AnyTagClassName
{
color: #BB056F;
}
</style>
background-color css
<style>
a { background-color: #BB056F; }
a { background-color: rgb(187,5,111); }
div.DivClassName
{
background-color: #BB056F;
}
.BgClassName
{
background-color: #BB056F;
}
</style>
border-color css
<style>
span { border-color: #BB056F; }
span { border-color: rgb(187,5,111); }
td.TdClassName
{
border-color: #BB056F;
}
.TagClassName
{
border-color: #BB056F;
}
</style>