Shades of Jazzberry Jam #BB1C67
Tints of Jazzberry Jam #BB1C67
RGB
CMYK
RGB Variations
Color information
#BB1C67 (or 0xBB1C67) is known color: Jazzberry Jam. HEX triplet: BB, 1C and 67. RGB value is (187,28,103). Sum of RGB (Red+Green+Blue) = 187+28+103=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C67 is #44E398. Grayscale: #535353. Windows color (decimal): -4514713 or 6757563. OLE color: 6757563.
HSL color Cylindrical-coordinate representation of color #BB1C67: hue angle of 331.7º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C67 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 103 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.27 |
| HSL | 331.7º | 0.74% | 0.42% | - |
| HSV(B) | 331.7º | 0.85% | 0.73% | - |
| XYZ | 23.36 | 12.37 | 13.99 | - |
| YUV | 84.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 103 | 0 | 0.85 | 0.45 | 0.27 | 331.7 | 0.74 | 0.42 |
| Hex | BB | 1C | 67 | 0 | 55 | 2D | 1B | 14C | 4A | 2A |
| Octal | 273 | 34 | 147 | 0 | 125 | 55 | 33 | 514 | 112 | 52 |
| Binary | 10111011 | 11100 | 1100111 | 0 | 1010101 | 101101 | 11011 | 101001100 | 1001010 | 101010 |
Color Harmonies of #BB1C67
Complementary color
Monochromatic Colors of #BB1C67
Black with #BB1C67
Text Example
Text Example
White with #BB1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C67; }
p { color: rgb(187,28,103); }
H1.HeaderClassName
{
color: #BB1C67;
}
.AnyTagClassName
{
color: #BB1C67;
}
</style>
background-color css
<style>
a { background-color: #BB1C67; }
a { background-color: rgb(187,28,103); }
div.DivClassName
{
background-color: #BB1C67;
}
.BgClassName
{
background-color: #BB1C67;
}
</style>
border-color css
<style>
span { border-color: #BB1C67; }
span { border-color: rgb(187,28,103); }
td.TdClassName
{
border-color: #BB1C67;
}
.TagClassName
{
border-color: #BB1C67;
}
</style>