Shades of Jazzberry Jam #BC005B
Tints of Jazzberry Jam #BC005B
RGB
CMYK
RGB Variations
Color information
#BC005B (or 0xBC005B) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 5B. RGB value is (188,0,91). Sum of RGB (Red+Green+Blue) = 188+0+91=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC005B is #43FFA4. Grayscale: #424242. Windows color (decimal): -4456357 or 5963964. OLE color: 5963964.
HSL color Cylindrical-coordinate representation of color #BC005B: hue angle of 330.96º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC005B is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.52 | 0.26 |
| HSL | 330.96º | 1% | 0.37% | - |
| HSV(B) | 330.96º | 1% | 0.74% | - |
| XYZ | 22.63 | 11.45 | 10.91 | - |
| YUV | 66.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 91 | 0 | 1 | 0.52 | 0.26 | 330.96 | 1 | 0.37 |
| Hex | BC | 0 | 5B | 0 | 64 | 34 | 1A | 14B | 64 | 25 |
| Octal | 274 | 0 | 133 | 0 | 144 | 64 | 32 | 513 | 144 | 45 |
| Binary | 10111100 | 0 | 1011011 | 0 | 1100100 | 110100 | 11010 | 101001011 | 1100100 | 100101 |
Color Harmonies of #BC005B
Complementary color
Monochromatic Colors of #BC005B
Black with #BC005B
Text Example
Text Example
White with #BC005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC005B; }
p { color: rgb(188,0,91); }
H1.HeaderClassName
{
color: #BC005B;
}
.AnyTagClassName
{
color: #BC005B;
}
</style>
background-color css
<style>
a { background-color: #BC005B; }
a { background-color: rgb(188,0,91); }
div.DivClassName
{
background-color: #BC005B;
}
.BgClassName
{
background-color: #BC005B;
}
</style>
border-color css
<style>
span { border-color: #BC005B; }
span { border-color: rgb(188,0,91); }
td.TdClassName
{
border-color: #BC005B;
}
.TagClassName
{
border-color: #BC005B;
}
</style>