Shades of Jazzberry Jam #BC0058
Tints of Jazzberry Jam #BC0058
RGB
CMYK
RGB Variations
Color information
#BC0058 (or 0xBC0058) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 58. RGB value is (188,0,88). Sum of RGB (Red+Green+Blue) = 188+0+88=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0058 is #43FFA7. Grayscale: #424242. Windows color (decimal): -4456360 or 5767356. OLE color: 5767356.
HSL color Cylindrical-coordinate representation of color #BC0058: hue angle of 331.91º 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 #BC0058 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.53 | 0.26 |
| HSL | 331.91º | 1% | 0.37% | - |
| HSV(B) | 331.91º | 1% | 0.74% | - |
| XYZ | 22.5 | 11.4 | 10.25 | - |
| YUV | 66.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 88 | 0 | 1 | 0.53 | 0.26 | 331.91 | 1 | 0.37 |
| Hex | BC | 0 | 58 | 0 | 64 | 35 | 1A | 14C | 64 | 25 |
| Octal | 274 | 0 | 130 | 0 | 144 | 65 | 32 | 514 | 144 | 45 |
| Binary | 10111100 | 0 | 1011000 | 0 | 1100100 | 110101 | 11010 | 101001100 | 1100100 | 100101 |
Color Harmonies of #BC0058
Complementary color
Monochromatic Colors of #BC0058
Black with #BC0058
Text Example
Text Example
White with #BC0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0058; }
p { color: rgb(188,0,88); }
H1.HeaderClassName
{
color: #BC0058;
}
.AnyTagClassName
{
color: #BC0058;
}
</style>
background-color css
<style>
a { background-color: #BC0058; }
a { background-color: rgb(188,0,88); }
div.DivClassName
{
background-color: #BC0058;
}
.BgClassName
{
background-color: #BC0058;
}
</style>
border-color css
<style>
span { border-color: #BC0058; }
span { border-color: rgb(188,0,88); }
td.TdClassName
{
border-color: #BC0058;
}
.TagClassName
{
border-color: #BC0058;
}
</style>