Shades of Jazzberry Jam #BB036D
Tints of Jazzberry Jam #BB036D
RGB
CMYK
RGB Variations
Color information
#BB036D (or 0xBB036D) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 6D. RGB value is (187,3,109). Sum of RGB (Red+Green+Blue) = 187+3+109=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036D is #44FC92. Grayscale: #454545. Windows color (decimal): -4521107 or 7144379. OLE color: 7144379.
HSL color Cylindrical-coordinate representation of color #BB036D: hue angle of 325.43º 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 #BB036D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.27 |
| HSL | 325.43º | 0.97% | 0.37% | - |
| HSV(B) | 325.43º | 0.98% | 0.73% | - |
| XYZ | 23.29 | 11.73 | 15.51 | - |
| YUV | 70.1 | 149.96 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 109 | 0 | 0.98 | 0.42 | 0.27 | 325.43 | 0.97 | 0.37 |
| Hex | BB | 3 | 6D | 0 | 62 | 2A | 1B | 145 | 61 | 25 |
| Octal | 273 | 3 | 155 | 0 | 142 | 52 | 33 | 505 | 141 | 45 |
| Binary | 10111011 | 11 | 1101101 | 0 | 1100010 | 101010 | 11011 | 101000101 | 1100001 | 100101 |
Color Harmonies of #BB036D
Complementary color
Monochromatic Colors of #BB036D
Black with #BB036D
Text Example
Text Example
White with #BB036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB036D; }
p { color: rgb(187,3,109); }
H1.HeaderClassName
{
color: #BB036D;
}
.AnyTagClassName
{
color: #BB036D;
}
</style>
background-color css
<style>
a { background-color: #BB036D; }
a { background-color: rgb(187,3,109); }
div.DivClassName
{
background-color: #BB036D;
}
.BgClassName
{
background-color: #BB036D;
}
</style>
border-color css
<style>
span { border-color: #BB036D; }
span { border-color: rgb(187,3,109); }
td.TdClassName
{
border-color: #BB036D;
}
.TagClassName
{
border-color: #BB036D;
}
</style>