Shades of Jazzberry Jam #BB1B6A
Tints of Jazzberry Jam #BB1B6A
RGB
CMYK
RGB Variations
Color information
#BB1B6A (or 0xBB1B6A) is known color: Jazzberry Jam. HEX triplet: BB, 1B and 6A. RGB value is (187,27,106). Sum of RGB (Red+Green+Blue) = 187+27+106=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B6A is #44E495. Grayscale: #535353. Windows color (decimal): -4514966 or 6953915. OLE color: 6953915.
HSL color Cylindrical-coordinate representation of color #BB1B6A: hue angle of 330.38º 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 #BB1B6A is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 27 | 106 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.27 |
| HSL | 330.38º | 0.75% | 0.42% | - |
| HSV(B) | 330.38º | 0.86% | 0.73% | - |
| XYZ | 23.49 | 12.39 | 14.79 | - |
| YUV | 83.85 | 140.51 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 106 | 0 | 0.86 | 0.43 | 0.27 | 330.38 | 0.75 | 0.42 |
| Hex | BB | 1B | 6A | 0 | 56 | 2B | 1B | 14A | 4B | 2A |
| Octal | 273 | 33 | 152 | 0 | 126 | 53 | 33 | 512 | 113 | 52 |
| Binary | 10111011 | 11011 | 1101010 | 0 | 1010110 | 101011 | 11011 | 101001010 | 1001011 | 101010 |
Color Harmonies of #BB1B6A
Complementary color
Monochromatic Colors of #BB1B6A
Black with #BB1B6A
Text Example
Text Example
White with #BB1B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1B6A; }
p { color: rgb(187,27,106); }
H1.HeaderClassName
{
color: #BB1B6A;
}
.AnyTagClassName
{
color: #BB1B6A;
}
</style>
background-color css
<style>
a { background-color: #BB1B6A; }
a { background-color: rgb(187,27,106); }
div.DivClassName
{
background-color: #BB1B6A;
}
.BgClassName
{
background-color: #BB1B6A;
}
</style>
border-color css
<style>
span { border-color: #BB1B6A; }
span { border-color: rgb(187,27,106); }
td.TdClassName
{
border-color: #BB1B6A;
}
.TagClassName
{
border-color: #BB1B6A;
}
</style>