Shades of Jazzberry Jam #BB0153
Tints of Jazzberry Jam #BB0153
RGB
CMYK
RGB Variations
Color information
#BB0153 (or 0xBB0153) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 53. RGB value is (187,1,83). Sum of RGB (Red+Green+Blue) = 187+1+83=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0153 is #44FEAC. Grayscale: #414141. Windows color (decimal): -4521645 or 5439931. OLE color: 5439931.
HSL color Cylindrical-coordinate representation of color #BB0153: hue angle of 333.55º 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 #BB0153 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.27 |
| HSL | 333.55º | 0.99% | 0.37% | - |
| HSV(B) | 333.55º | 0.99% | 0.73% | - |
| XYZ | 22.07 | 11.21 | 9.18 | - |
| YUV | 65.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 83 | 0 | 0.99 | 0.56 | 0.27 | 333.55 | 0.99 | 0.37 |
| Hex | BB | 1 | 53 | 0 | 63 | 38 | 1B | 14E | 63 | 25 |
| Octal | 273 | 1 | 123 | 0 | 143 | 70 | 33 | 516 | 143 | 45 |
| Binary | 10111011 | 1 | 1010011 | 0 | 1100011 | 111000 | 11011 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BB0153
Complementary color
Monochromatic Colors of #BB0153
Black with #BB0153
Text Example
Text Example
White with #BB0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0153; }
p { color: rgb(187,1,83); }
H1.HeaderClassName
{
color: #BB0153;
}
.AnyTagClassName
{
color: #BB0153;
}
</style>
background-color css
<style>
a { background-color: #BB0153; }
a { background-color: rgb(187,1,83); }
div.DivClassName
{
background-color: #BB0153;
}
.BgClassName
{
background-color: #BB0153;
}
</style>
border-color css
<style>
span { border-color: #BB0153; }
span { border-color: rgb(187,1,83); }
td.TdClassName
{
border-color: #BB0153;
}
.TagClassName
{
border-color: #BB0153;
}
</style>