Shades of Jazzberry Jam #BB046B
Tints of Jazzberry Jam #BB046B
RGB
CMYK
RGB Variations
Color information
#BB046B (or 0xBB046B) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 6B. RGB value is (187,4,107). Sum of RGB (Red+Green+Blue) = 187+4+107=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB046B is #44FB94. Grayscale: #464646. Windows color (decimal): -4520853 or 7013563. OLE color: 7013563.
HSL color Cylindrical-coordinate representation of color #BB046B: hue angle of 326.23º degrees, saturation: 0.96, 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 #BB046B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.27 |
| HSL | 326.23º | 0.96% | 0.37% | - |
| HSV(B) | 326.23º | 0.98% | 0.73% | - |
| XYZ | 23.19 | 11.71 | 14.95 | - |
| YUV | 70.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 107 | 0 | 0.98 | 0.43 | 0.27 | 326.23 | 0.96 | 0.37 |
| Hex | BB | 4 | 6B | 0 | 62 | 2B | 1B | 146 | 60 | 25 |
| Octal | 273 | 4 | 153 | 0 | 142 | 53 | 33 | 506 | 140 | 45 |
| Binary | 10111011 | 100 | 1101011 | 0 | 1100010 | 101011 | 11011 | 101000110 | 1100000 | 100101 |
Color Harmonies of #BB046B
Complementary color
Monochromatic Colors of #BB046B
Black with #BB046B
Text Example
Text Example
White with #BB046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB046B; }
p { color: rgb(187,4,107); }
H1.HeaderClassName
{
color: #BB046B;
}
.AnyTagClassName
{
color: #BB046B;
}
</style>
background-color css
<style>
a { background-color: #BB046B; }
a { background-color: rgb(187,4,107); }
div.DivClassName
{
background-color: #BB046B;
}
.BgClassName
{
background-color: #BB046B;
}
</style>
border-color css
<style>
span { border-color: #BB046B; }
span { border-color: rgb(187,4,107); }
td.TdClassName
{
border-color: #BB046B;
}
.TagClassName
{
border-color: #BB046B;
}
</style>