Shades of Jazzberry Jam #BB005D
Tints of Jazzberry Jam #BB005D
RGB
CMYK
RGB Variations
Color information
#BB005D (or 0xBB005D) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 5D. RGB value is (187,0,93). Sum of RGB (Red+Green+Blue) = 187+0+93=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005D is #44FFA2. Grayscale: #424242. Windows color (decimal): -4521891 or 6095035. OLE color: 6095035.
HSL color Cylindrical-coordinate representation of color #BB005D: hue angle of 330.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB005D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.50 | 0.27 |
| HSL | 330.16º | 1% | 0.37% | - |
| HSV(B) | 330.16º | 1% | 0.73% | - |
| XYZ | 22.47 | 11.36 | 11.36 | - |
| YUV | 66.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 93 | 0 | 1 | 0.50 | 0.27 | 330.16 | 1 | 0.37 |
| Hex | BB | 0 | 5D | 0 | 64 | 32 | 1B | 14A | 64 | 25 |
| Octal | 273 | 0 | 135 | 0 | 144 | 62 | 33 | 512 | 144 | 45 |
| Binary | 10111011 | 0 | 1011101 | 0 | 1100100 | 110010 | 11011 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BB005D
Complementary color
Monochromatic Colors of #BB005D
Black with #BB005D
Text Example
Text Example
White with #BB005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB005D; }
p { color: rgb(187,0,93); }
H1.HeaderClassName
{
color: #BB005D;
}
.AnyTagClassName
{
color: #BB005D;
}
</style>
background-color css
<style>
a { background-color: #BB005D; }
a { background-color: rgb(187,0,93); }
div.DivClassName
{
background-color: #BB005D;
}
.BgClassName
{
background-color: #BB005D;
}
</style>
border-color css
<style>
span { border-color: #BB005D; }
span { border-color: rgb(187,0,93); }
td.TdClassName
{
border-color: #BB005D;
}
.TagClassName
{
border-color: #BB005D;
}
</style>