Shades of Jazzberry Jam #BB1F62
Tints of Jazzberry Jam #BB1F62
RGB
CMYK
RGB Variations
Color information
#BB1F62 (or 0xBB1F62) is known color: Jazzberry Jam. HEX triplet: BB, 1F and 62. RGB value is (187,31,98). Sum of RGB (Red+Green+Blue) = 187+31+98=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F62 is #44E09D. Grayscale: #555555. Windows color (decimal): -4513950 or 6430651. OLE color: 6430651.
HSL color Cylindrical-coordinate representation of color #BB1F62: hue angle of 334.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1F62 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 98 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.27 |
| HSL | 334.23º | 0.72% | 0.43% | - |
| HSV(B) | 334.23º | 0.83% | 0.73% | - |
| XYZ | 23.19 | 12.43 | 12.73 | - |
| YUV | 85.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 98 | 0 | 0.83 | 0.48 | 0.27 | 334.23 | 0.72 | 0.43 |
| Hex | BB | 1F | 62 | 0 | 53 | 30 | 1B | 14E | 48 | 2B |
| Octal | 273 | 37 | 142 | 0 | 123 | 60 | 33 | 516 | 110 | 53 |
| Binary | 10111011 | 11111 | 1100010 | 0 | 1010011 | 110000 | 11011 | 101001110 | 1001000 | 101011 |
Color Harmonies of #BB1F62
Complementary color
Monochromatic Colors of #BB1F62
Black with #BB1F62
Text Example
Text Example
White with #BB1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F62; }
p { color: rgb(187,31,98); }
H1.HeaderClassName
{
color: #BB1F62;
}
.AnyTagClassName
{
color: #BB1F62;
}
</style>
background-color css
<style>
a { background-color: #BB1F62; }
a { background-color: rgb(187,31,98); }
div.DivClassName
{
background-color: #BB1F62;
}
.BgClassName
{
background-color: #BB1F62;
}
</style>
border-color css
<style>
span { border-color: #BB1F62; }
span { border-color: rgb(187,31,98); }
td.TdClassName
{
border-color: #BB1F62;
}
.TagClassName
{
border-color: #BB1F62;
}
</style>