Shades of Jazzberry Jam #BB054C
Tints of Jazzberry Jam #BB054C
RGB
CMYK
RGB Variations
Color information
#BB054C (or 0xBB054C) is known color: Jazzberry Jam. HEX triplet: BB, 05 and 4C. RGB value is (187,5,76). Sum of RGB (Red+Green+Blue) = 187+5+76=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB054C is #44FAB3. Grayscale: #434343. Windows color (decimal): -4520628 or 4982203. OLE color: 4982203.
HSL color Cylindrical-coordinate representation of color #BB054C: hue angle of 336.59º 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 #BB054C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.27 |
| HSL | 336.59º | 0.95% | 0.38% | - |
| HSV(B) | 336.59º | 0.97% | 0.73% | - |
| XYZ | 21.85 | 11.2 | 7.85 | - |
| YUV | 67.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 76 | 0 | 0.97 | 0.59 | 0.27 | 336.59 | 0.95 | 0.38 |
| Hex | BB | 5 | 4C | 0 | 61 | 3B | 1B | 151 | 5F | 26 |
| Octal | 273 | 5 | 114 | 0 | 141 | 73 | 33 | 521 | 137 | 46 |
| Binary | 10111011 | 101 | 1001100 | 0 | 1100001 | 111011 | 11011 | 101010001 | 1011111 | 100110 |
Color Harmonies of #BB054C
Complementary color
Monochromatic Colors of #BB054C
Black with #BB054C
Text Example
Text Example
White with #BB054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB054C; }
p { color: rgb(187,5,76); }
H1.HeaderClassName
{
color: #BB054C;
}
.AnyTagClassName
{
color: #BB054C;
}
</style>
background-color css
<style>
a { background-color: #BB054C; }
a { background-color: rgb(187,5,76); }
div.DivClassName
{
background-color: #BB054C;
}
.BgClassName
{
background-color: #BB054C;
}
</style>
border-color css
<style>
span { border-color: #BB054C; }
span { border-color: rgb(187,5,76); }
td.TdClassName
{
border-color: #BB054C;
}
.TagClassName
{
border-color: #BB054C;
}
</style>