Shades of Jazzberry Jam #BB1E67
Tints of Jazzberry Jam #BB1E67
RGB
CMYK
RGB Variations
Color information
#BB1E67 (or 0xBB1E67) is known color: Jazzberry Jam. HEX triplet: BB, 1E and 67. RGB value is (187,30,103). Sum of RGB (Red+Green+Blue) = 187+30+103=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E67 is #44E198. Grayscale: #555555. Windows color (decimal): -4514201 or 6758075. OLE color: 6758075.
HSL color Cylindrical-coordinate representation of color #BB1E67: hue angle of 332.1º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E67 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 30 | 103 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.27 |
| HSL | 332.1º | 0.72% | 0.43% | - |
| HSV(B) | 332.1º | 0.84% | 0.73% | - |
| XYZ | 23.41 | 12.47 | 14.01 | - |
| YUV | 85.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 103 | 0 | 0.84 | 0.45 | 0.27 | 332.1 | 0.72 | 0.43 |
| Hex | BB | 1E | 67 | 0 | 54 | 2D | 1B | 14C | 48 | 2B |
| Octal | 273 | 36 | 147 | 0 | 124 | 55 | 33 | 514 | 110 | 53 |
| Binary | 10111011 | 11110 | 1100111 | 0 | 1010100 | 101101 | 11011 | 101001100 | 1001000 | 101011 |
Color Harmonies of #BB1E67
Complementary color
Monochromatic Colors of #BB1E67
Black with #BB1E67
Text Example
Text Example
White with #BB1E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1E67; }
p { color: rgb(187,30,103); }
H1.HeaderClassName
{
color: #BB1E67;
}
.AnyTagClassName
{
color: #BB1E67;
}
</style>
background-color css
<style>
a { background-color: #BB1E67; }
a { background-color: rgb(187,30,103); }
div.DivClassName
{
background-color: #BB1E67;
}
.BgClassName
{
background-color: #BB1E67;
}
</style>
border-color css
<style>
span { border-color: #BB1E67; }
span { border-color: rgb(187,30,103); }
td.TdClassName
{
border-color: #BB1E67;
}
.TagClassName
{
border-color: #BB1E67;
}
</style>