Shades of Jazzberry Jam #BC005D
Tints of Jazzberry Jam #BC005D
RGB
CMYK
RGB Variations
Color information
#BC005D (or 0xBC005D) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 5D. RGB value is (188,0,93). Sum of RGB (Red+Green+Blue) = 188+0+93=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC005D is #43FFA2. Grayscale: #424242. Windows color (decimal): -4456355 or 6095036. OLE color: 6095036.
HSL color Cylindrical-coordinate representation of color #BC005D: hue angle of 330.32º 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 #BC005D is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.51 | 0.26 |
| HSL | 330.32º | 1% | 0.37% | - |
| HSV(B) | 330.32º | 1% | 0.74% | - |
| XYZ | 22.71 | 11.48 | 11.37 | - |
| YUV | 66.81 | 142.78 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 93 | 0 | 1 | 0.51 | 0.26 | 330.32 | 1 | 0.37 |
| Hex | BC | 0 | 5D | 0 | 64 | 33 | 1A | 14A | 64 | 25 |
| Octal | 274 | 0 | 135 | 0 | 144 | 63 | 32 | 512 | 144 | 45 |
| Binary | 10111100 | 0 | 1011101 | 0 | 1100100 | 110011 | 11010 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BC005D
Complementary color
Monochromatic Colors of #BC005D
Black with #BC005D
Text Example
Text Example
White with #BC005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC005D; }
p { color: rgb(188,0,93); }
H1.HeaderClassName
{
color: #BC005D;
}
.AnyTagClassName
{
color: #BC005D;
}
</style>
background-color css
<style>
a { background-color: #BC005D; }
a { background-color: rgb(188,0,93); }
div.DivClassName
{
background-color: #BC005D;
}
.BgClassName
{
background-color: #BC005D;
}
</style>
border-color css
<style>
span { border-color: #BC005D; }
span { border-color: rgb(188,0,93); }
td.TdClassName
{
border-color: #BC005D;
}
.TagClassName
{
border-color: #BC005D;
}
</style>