Shades of Jazzberry Jam #BB026C
Tints of Jazzberry Jam #BB026C
RGB
CMYK
RGB Variations
Color information
#BB026C (or 0xBB026C) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 6C. RGB value is (187,2,108). Sum of RGB (Red+Green+Blue) = 187+2+108=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB026C is #44FD93. Grayscale: #454545. Windows color (decimal): -4521364 or 7078587. OLE color: 7078587.
HSL color Cylindrical-coordinate representation of color #BB026C: hue angle of 325.62º degrees, saturation: 0.98, 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 #BB026C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.27 |
| HSL | 325.62º | 0.98% | 0.37% | - |
| HSV(B) | 325.62º | 0.99% | 0.73% | - |
| XYZ | 23.22 | 11.69 | 15.22 | - |
| YUV | 69.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 108 | 0 | 0.99 | 0.42 | 0.27 | 325.62 | 0.98 | 0.37 |
| Hex | BB | 2 | 6C | 0 | 63 | 2A | 1B | 146 | 62 | 25 |
| Octal | 273 | 2 | 154 | 0 | 143 | 52 | 33 | 506 | 142 | 45 |
| Binary | 10111011 | 10 | 1101100 | 0 | 1100011 | 101010 | 11011 | 101000110 | 1100010 | 100101 |
Color Harmonies of #BB026C
Complementary color
Monochromatic Colors of #BB026C
Black with #BB026C
Text Example
Text Example
White with #BB026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB026C; }
p { color: rgb(187,2,108); }
H1.HeaderClassName
{
color: #BB026C;
}
.AnyTagClassName
{
color: #BB026C;
}
</style>
background-color css
<style>
a { background-color: #BB026C; }
a { background-color: rgb(187,2,108); }
div.DivClassName
{
background-color: #BB026C;
}
.BgClassName
{
background-color: #BB026C;
}
</style>
border-color css
<style>
span { border-color: #BB026C; }
span { border-color: rgb(187,2,108); }
td.TdClassName
{
border-color: #BB026C;
}
.TagClassName
{
border-color: #BB026C;
}
</style>