Shades of Jazzberry Jam #BB036E
Tints of Jazzberry Jam #BB036E
RGB
CMYK
RGB Variations
Color information
#BB036E (or 0xBB036E) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 6E. RGB value is (187,3,110). Sum of RGB (Red+Green+Blue) = 187+3+110=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB036E is #44FC91. Grayscale: #454545. Windows color (decimal): -4521106 or 7209915. OLE color: 7209915.
HSL color Cylindrical-coordinate representation of color #BB036E: hue angle of 325.11º 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 #BB036E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.27 |
| HSL | 325.11º | 0.97% | 0.37% | - |
| HSV(B) | 325.11º | 0.98% | 0.73% | - |
| XYZ | 23.34 | 11.76 | 15.79 | - |
| YUV | 70.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 110 | 0 | 0.98 | 0.41 | 0.27 | 325.11 | 0.97 | 0.37 |
| Hex | BB | 3 | 6E | 0 | 62 | 29 | 1B | 145 | 61 | 25 |
| Octal | 273 | 3 | 156 | 0 | 142 | 51 | 33 | 505 | 141 | 45 |
| Binary | 10111011 | 11 | 1101110 | 0 | 1100010 | 101001 | 11011 | 101000101 | 1100001 | 100101 |
Color Harmonies of #BB036E
Complementary color
Monochromatic Colors of #BB036E
Black with #BB036E
Text Example
Text Example
White with #BB036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB036E; }
p { color: rgb(187,3,110); }
H1.HeaderClassName
{
color: #BB036E;
}
.AnyTagClassName
{
color: #BB036E;
}
</style>
background-color css
<style>
a { background-color: #BB036E; }
a { background-color: rgb(187,3,110); }
div.DivClassName
{
background-color: #BB036E;
}
.BgClassName
{
background-color: #BB036E;
}
</style>
border-color css
<style>
span { border-color: #BB036E; }
span { border-color: rgb(187,3,110); }
td.TdClassName
{
border-color: #BB036E;
}
.TagClassName
{
border-color: #BB036E;
}
</style>