Shades of Jazzberry Jam #BB016C
Tints of Jazzberry Jam #BB016C
RGB
CMYK
RGB Variations
Color information
#BB016C (or 0xBB016C) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 6C. RGB value is (187,1,108). Sum of RGB (Red+Green+Blue) = 187+1+108=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB016C is #44FE93. Grayscale: #444444. Windows color (decimal): -4521620 or 7078331. OLE color: 7078331.
HSL color Cylindrical-coordinate representation of color #BB016C: hue angle of 325.48º 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 #BB016C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.27 |
| HSL | 325.48º | 0.99% | 0.37% | - |
| HSV(B) | 325.48º | 0.99% | 0.73% | - |
| XYZ | 23.21 | 11.67 | 15.22 | - |
| YUV | 68.81 | 150.12 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 108 | 0 | 0.99 | 0.42 | 0.27 | 325.48 | 0.99 | 0.37 |
| Hex | BB | 1 | 6C | 0 | 63 | 2A | 1B | 145 | 63 | 25 |
| Octal | 273 | 1 | 154 | 0 | 143 | 52 | 33 | 505 | 143 | 45 |
| Binary | 10111011 | 1 | 1101100 | 0 | 1100011 | 101010 | 11011 | 101000101 | 1100011 | 100101 |
Color Harmonies of #BB016C
Complementary color
Monochromatic Colors of #BB016C
Black with #BB016C
Text Example
Text Example
White with #BB016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB016C; }
p { color: rgb(187,1,108); }
H1.HeaderClassName
{
color: #BB016C;
}
.AnyTagClassName
{
color: #BB016C;
}
</style>
background-color css
<style>
a { background-color: #BB016C; }
a { background-color: rgb(187,1,108); }
div.DivClassName
{
background-color: #BB016C;
}
.BgClassName
{
background-color: #BB016C;
}
</style>
border-color css
<style>
span { border-color: #BB016C; }
span { border-color: rgb(187,1,108); }
td.TdClassName
{
border-color: #BB016C;
}
.TagClassName
{
border-color: #BB016C;
}
</style>