Shades of Jazzberry Jam #BB025C
Tints of Jazzberry Jam #BB025C
RGB
CMYK
RGB Variations
Color information
#BB025C (or 0xBB025C) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 5C. RGB value is (187,2,92). Sum of RGB (Red+Green+Blue) = 187+2+92=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB025C is #44FDA3. Grayscale: #434343. Windows color (decimal): -4521380 or 6030011. OLE color: 6030011.
HSL color Cylindrical-coordinate representation of color #BB025C: hue angle of 330.81º 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 #BB025C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.27 |
| HSL | 330.81º | 0.98% | 0.37% | - |
| HSV(B) | 330.81º | 0.99% | 0.73% | - |
| XYZ | 22.45 | 11.38 | 11.14 | - |
| YUV | 67.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 92 | 0 | 0.99 | 0.51 | 0.27 | 330.81 | 0.98 | 0.37 |
| Hex | BB | 2 | 5C | 0 | 63 | 33 | 1B | 14B | 62 | 25 |
| Octal | 273 | 2 | 134 | 0 | 143 | 63 | 33 | 513 | 142 | 45 |
| Binary | 10111011 | 10 | 1011100 | 0 | 1100011 | 110011 | 11011 | 101001011 | 1100010 | 100101 |
Color Harmonies of #BB025C
Complementary color
Monochromatic Colors of #BB025C
Black with #BB025C
Text Example
Text Example
White with #BB025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB025C; }
p { color: rgb(187,2,92); }
H1.HeaderClassName
{
color: #BB025C;
}
.AnyTagClassName
{
color: #BB025C;
}
</style>
background-color css
<style>
a { background-color: #BB025C; }
a { background-color: rgb(187,2,92); }
div.DivClassName
{
background-color: #BB025C;
}
.BgClassName
{
background-color: #BB025C;
}
</style>
border-color css
<style>
span { border-color: #BB025C; }
span { border-color: rgb(187,2,92); }
td.TdClassName
{
border-color: #BB025C;
}
.TagClassName
{
border-color: #BB025C;
}
</style>