Shades of Jazzberry Jam #BB016B
Tints of Jazzberry Jam #BB016B
RGB
CMYK
RGB Variations
Color information
#BB016B (or 0xBB016B) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6B. RGB value is (187,1,107). Sum of RGB (Red+Green+Blue) = 187+1+107=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016B is #44FE94. Grayscale: #444444. Windows color (decimal): -4521621 or 7012795. OLE color: 7012795.
HSL color Cylindrical-coordinate representation of color #BB016B: hue angle of 325.81º 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 #BB016B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.27 |
| HSL | 325.81º | 0.99% | 0.37% | - |
| HSV(B) | 325.81º | 0.99% | 0.73% | - |
| XYZ | 23.16 | 11.65 | 14.94 | - |
| YUV | 68.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 107 | 0 | 0.99 | 0.43 | 0.27 | 325.81 | 0.99 | 0.37 |
| Hex | BB | 1 | 6B | 0 | 63 | 2B | 1B | 146 | 63 | 25 |
| Octal | 273 | 1 | 153 | 0 | 143 | 53 | 33 | 506 | 143 | 45 |
| Binary | 10111011 | 1 | 1101011 | 0 | 1100011 | 101011 | 11011 | 101000110 | 1100011 | 100101 |
Color Harmonies of #BB016B
Complementary color
Monochromatic Colors of #BB016B
Black with #BB016B
Text Example
Text Example
White with #BB016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB016B; }
p { color: rgb(187,1,107); }
H1.HeaderClassName
{
color: #BB016B;
}
.AnyTagClassName
{
color: #BB016B;
}
</style>
background-color css
<style>
a { background-color: #BB016B; }
a { background-color: rgb(187,1,107); }
div.DivClassName
{
background-color: #BB016B;
}
.BgClassName
{
background-color: #BB016B;
}
</style>
border-color css
<style>
span { border-color: #BB016B; }
span { border-color: rgb(187,1,107); }
td.TdClassName
{
border-color: #BB016B;
}
.TagClassName
{
border-color: #BB016B;
}
</style>