Shades of Jazzberry Jam #BB016D
Tints of Jazzberry Jam #BB016D
RGB
CMYK
RGB Variations
Color information
#BB016D (or 0xBB016D) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6D. RGB value is (187,1,109). Sum of RGB (Red+Green+Blue) = 187+1+109=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016D is #44FE92. Grayscale: #444444. Windows color (decimal): -4521619 or 7143867. OLE color: 7143867.
HSL color Cylindrical-coordinate representation of color #BB016D: hue angle of 325.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB016D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.27 |
| HSL | 325.16º | 0.99% | 0.37% | - |
| HSV(B) | 325.16º | 0.99% | 0.73% | - |
| XYZ | 23.26 | 11.69 | 15.5 | - |
| YUV | 68.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 109 | 0 | 0.99 | 0.42 | 0.27 | 325.16 | 0.99 | 0.37 |
| Hex | BB | 1 | 6D | 0 | 63 | 2A | 1B | 145 | 63 | 25 |
| Octal | 273 | 1 | 155 | 0 | 143 | 52 | 33 | 505 | 143 | 45 |
| Binary | 10111011 | 1 | 1101101 | 0 | 1100011 | 101010 | 11011 | 101000101 | 1100011 | 100101 |
Color Harmonies of #BB016D
Complementary color
Monochromatic Colors of #BB016D
Black with #BB016D
Text Example
Text Example
White with #BB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB016D; }
p { color: rgb(187,1,109); }
H1.HeaderClassName
{
color: #BB016D;
}
.AnyTagClassName
{
color: #BB016D;
}
</style>
background-color css
<style>
a { background-color: #BB016D; }
a { background-color: rgb(187,1,109); }
div.DivClassName
{
background-color: #BB016D;
}
.BgClassName
{
background-color: #BB016D;
}
</style>
border-color css
<style>
span { border-color: #BB016D; }
span { border-color: rgb(187,1,109); }
td.TdClassName
{
border-color: #BB016D;
}
.TagClassName
{
border-color: #BB016D;
}
</style>