Shades of Jazzberry Jam #BC0062
Tints of Jazzberry Jam #BC0062
RGB
CMYK
RGB Variations
Color information
#BC0062 (or 0xBC0062) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 62. RGB value is (188,0,98). Sum of RGB (Red+Green+Blue) = 188+0+98=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0062 is #43FF9D. Grayscale: #434343. Windows color (decimal): -4456350 or 6422716. OLE color: 6422716.
HSL color Cylindrical-coordinate representation of color #BC0062: hue angle of 328.72º 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 #BC0062 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.48 | 0.26 |
| HSL | 328.72º | 1% | 0.37% | - |
| HSV(B) | 328.72º | 1% | 0.74% | - |
| XYZ | 22.94 | 11.57 | 12.58 | - |
| YUV | 67.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 98 | 0 | 1 | 0.48 | 0.26 | 328.72 | 1 | 0.37 |
| Hex | BC | 0 | 62 | 0 | 64 | 30 | 1A | 149 | 64 | 25 |
| Octal | 274 | 0 | 142 | 0 | 144 | 60 | 32 | 511 | 144 | 45 |
| Binary | 10111100 | 0 | 1100010 | 0 | 1100100 | 110000 | 11010 | 101001001 | 1100100 | 100101 |
Color Harmonies of #BC0062
Complementary color
Monochromatic Colors of #BC0062
Black with #BC0062
Text Example
Text Example
White with #BC0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0062; }
p { color: rgb(188,0,98); }
H1.HeaderClassName
{
color: #BC0062;
}
.AnyTagClassName
{
color: #BC0062;
}
</style>
background-color css
<style>
a { background-color: #BC0062; }
a { background-color: rgb(188,0,98); }
div.DivClassName
{
background-color: #BC0062;
}
.BgClassName
{
background-color: #BC0062;
}
</style>
border-color css
<style>
span { border-color: #BC0062; }
span { border-color: rgb(188,0,98); }
td.TdClassName
{
border-color: #BC0062;
}
.TagClassName
{
border-color: #BC0062;
}
</style>