Shades of Jazzberry Jam #BB034E
Tints of Jazzberry Jam #BB034E
RGB
CMYK
RGB Variations
Color information
#BB034E (or 0xBB034E) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 4E. RGB value is (187,3,78). Sum of RGB (Red+Green+Blue) = 187+3+78=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB034E is #44FCB1. Grayscale: #424242. Windows color (decimal): -4521138 or 5112763. OLE color: 5112763.
HSL color Cylindrical-coordinate representation of color #BB034E: hue angle of 335.54º 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 #BB034E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.27 |
| HSL | 335.54º | 0.97% | 0.37% | - |
| HSV(B) | 335.54º | 0.98% | 0.73% | - |
| XYZ | 21.9 | 11.18 | 8.21 | - |
| YUV | 66.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 78 | 0 | 0.98 | 0.58 | 0.27 | 335.54 | 0.97 | 0.37 |
| Hex | BB | 3 | 4E | 0 | 62 | 3A | 1B | 150 | 61 | 25 |
| Octal | 273 | 3 | 116 | 0 | 142 | 72 | 33 | 520 | 141 | 45 |
| Binary | 10111011 | 11 | 1001110 | 0 | 1100010 | 111010 | 11011 | 101010000 | 1100001 | 100101 |
Color Harmonies of #BB034E
Complementary color
Monochromatic Colors of #BB034E
Black with #BB034E
Text Example
Text Example
White with #BB034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB034E; }
p { color: rgb(187,3,78); }
H1.HeaderClassName
{
color: #BB034E;
}
.AnyTagClassName
{
color: #BB034E;
}
</style>
background-color css
<style>
a { background-color: #BB034E; }
a { background-color: rgb(187,3,78); }
div.DivClassName
{
background-color: #BB034E;
}
.BgClassName
{
background-color: #BB034E;
}
</style>
border-color css
<style>
span { border-color: #BB034E; }
span { border-color: rgb(187,3,78); }
td.TdClassName
{
border-color: #BB034E;
}
.TagClassName
{
border-color: #BB034E;
}
</style>