Shades of Jazzberry Jam #BB1B5D
Tints of Jazzberry Jam #BB1B5D
RGB
CMYK
RGB Variations
Color information
#BB1B5D (or 0xBB1B5D) is known color: Jazzberry Jam. HEX triplet: BB, 1B and 5D. RGB value is (187,27,93). Sum of RGB (Red+Green+Blue) = 187+27+93=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B5D is #44E4A2. Grayscale: #525252. Windows color (decimal): -4514979 or 6101947. OLE color: 6101947.
HSL color Cylindrical-coordinate representation of color #BB1B5D: hue angle of 335.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B5D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 93 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.27 |
| HSL | 335.25º | 0.75% | 0.42% | - |
| HSV(B) | 335.25º | 0.86% | 0.73% | - |
| XYZ | 22.86 | 12.14 | 11.49 | - |
| YUV | 82.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 93 | 0 | 0.86 | 0.50 | 0.27 | 335.25 | 0.75 | 0.42 |
| Hex | BB | 1B | 5D | 0 | 56 | 32 | 1B | 14F | 4B | 2A |
| Octal | 273 | 33 | 135 | 0 | 126 | 62 | 33 | 517 | 113 | 52 |
| Binary | 10111011 | 11011 | 1011101 | 0 | 1010110 | 110010 | 11011 | 101001111 | 1001011 | 101010 |
Color Harmonies of #BB1B5D
Complementary color
Monochromatic Colors of #BB1B5D
Black with #BB1B5D
Text Example
Text Example
White with #BB1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B5D; }
p { color: rgb(187,27,93); }
H1.HeaderClassName
{
color: #BB1B5D;
}
.AnyTagClassName
{
color: #BB1B5D;
}
</style>
background-color css
<style>
a { background-color: #BB1B5D; }
a { background-color: rgb(187,27,93); }
div.DivClassName
{
background-color: #BB1B5D;
}
.BgClassName
{
background-color: #BB1B5D;
}
</style>
border-color css
<style>
span { border-color: #BB1B5D; }
span { border-color: rgb(187,27,93); }
td.TdClassName
{
border-color: #BB1B5D;
}
.TagClassName
{
border-color: #BB1B5D;
}
</style>