Shades of Jazzberry Jam #BB0F6D
Tints of Jazzberry Jam #BB0F6D
RGB
CMYK
RGB Variations
Color information
#BB0F6D (or 0xBB0F6D) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 6D. RGB value is (187,15,109). Sum of RGB (Red+Green+Blue) = 187+15+109=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F6D is #44F092. Grayscale: #4C4C4C. Windows color (decimal): -4518035 or 7147451. OLE color: 7147451.
HSL color Cylindrical-coordinate representation of color #BB0F6D: hue angle of 327.21º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F6D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 109 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.27 |
| HSL | 327.21º | 0.85% | 0.4% | - |
| HSV(B) | 327.21º | 0.92% | 0.73% | - |
| XYZ | 23.42 | 12.01 | 15.55 | - |
| YUV | 77.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 109 | 0 | 0.92 | 0.42 | 0.27 | 327.21 | 0.85 | 0.4 |
| Hex | BB | F | 6D | 0 | 5C | 2A | 1B | 147 | 55 | 28 |
| Octal | 273 | 17 | 155 | 0 | 134 | 52 | 33 | 507 | 125 | 50 |
| Binary | 10111011 | 1111 | 1101101 | 0 | 1011100 | 101010 | 11011 | 101000111 | 1010101 | 101000 |
Color Harmonies of #BB0F6D
Complementary color
Monochromatic Colors of #BB0F6D
Black with #BB0F6D
Text Example
Text Example
White with #BB0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F6D; }
p { color: rgb(187,15,109); }
H1.HeaderClassName
{
color: #BB0F6D;
}
.AnyTagClassName
{
color: #BB0F6D;
}
</style>
background-color css
<style>
a { background-color: #BB0F6D; }
a { background-color: rgb(187,15,109); }
div.DivClassName
{
background-color: #BB0F6D;
}
.BgClassName
{
background-color: #BB0F6D;
}
</style>
border-color css
<style>
span { border-color: #BB0F6D; }
span { border-color: rgb(187,15,109); }
td.TdClassName
{
border-color: #BB0F6D;
}
.TagClassName
{
border-color: #BB0F6D;
}
</style>