Shades of Jazzberry Jam #BB036F
Tints of Jazzberry Jam #BB036F
RGB
CMYK
RGB Variations
Color information
#BB036F (or 0xBB036F) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 6F. RGB value is (187,3,111). Sum of RGB (Red+Green+Blue) = 187+3+111=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036F is #44FC90. Grayscale: #464646. Windows color (decimal): -4521105 or 7275451. OLE color: 7275451.
HSL color Cylindrical-coordinate representation of color #BB036F: hue angle of 324.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB036F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.27 |
| HSL | 324.78º | 0.97% | 0.37% | - |
| HSV(B) | 324.78º | 0.98% | 0.73% | - |
| XYZ | 23.4 | 11.78 | 16.08 | - |
| YUV | 70.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 111 | 0 | 0.98 | 0.41 | 0.27 | 324.78 | 0.97 | 0.37 |
| Hex | BB | 3 | 6F | 0 | 62 | 29 | 1B | 145 | 61 | 25 |
| Octal | 273 | 3 | 157 | 0 | 142 | 51 | 33 | 505 | 141 | 45 |
| Binary | 10111011 | 11 | 1101111 | 0 | 1100010 | 101001 | 11011 | 101000101 | 1100001 | 100101 |
Color Harmonies of #BB036F
Complementary color
Monochromatic Colors of #BB036F
Black with #BB036F
Text Example
Text Example
White with #BB036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB036F; }
p { color: rgb(187,3,111); }
H1.HeaderClassName
{
color: #BB036F;
}
.AnyTagClassName
{
color: #BB036F;
}
</style>
background-color css
<style>
a { background-color: #BB036F; }
a { background-color: rgb(187,3,111); }
div.DivClassName
{
background-color: #BB036F;
}
.BgClassName
{
background-color: #BB036F;
}
</style>
border-color css
<style>
span { border-color: #BB036F; }
span { border-color: rgb(187,3,111); }
td.TdClassName
{
border-color: #BB036F;
}
.TagClassName
{
border-color: #BB036F;
}
</style>