Shades of Jazzberry Jam #BC046C
Tints of Jazzberry Jam #BC046C
RGB
CMYK
RGB Variations
Color information
#BC046C (or 0xBC046C) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 6C. RGB value is (188,4,108). Sum of RGB (Red+Green+Blue) = 188+4+108=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC046C is #43FB93. Grayscale: #464646. Windows color (decimal): -4455316 or 7079100. OLE color: 7079100.
HSL color Cylindrical-coordinate representation of color #BC046C: hue angle of 326.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC046C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.26 |
| HSL | 326.09º | 0.96% | 0.38% | - |
| HSV(B) | 326.09º | 0.98% | 0.74% | - |
| XYZ | 23.49 | 11.86 | 15.24 | - |
| YUV | 70.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 108 | 0 | 0.98 | 0.43 | 0.26 | 326.09 | 0.96 | 0.38 |
| Hex | BC | 4 | 6C | 0 | 62 | 2B | 1A | 146 | 60 | 26 |
| Octal | 274 | 4 | 154 | 0 | 142 | 53 | 32 | 506 | 140 | 46 |
| Binary | 10111100 | 100 | 1101100 | 0 | 1100010 | 101011 | 11010 | 101000110 | 1100000 | 100110 |
Color Harmonies of #BC046C
Complementary color
Monochromatic Colors of #BC046C
Black with #BC046C
Text Example
Text Example
White with #BC046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC046C; }
p { color: rgb(188,4,108); }
H1.HeaderClassName
{
color: #BC046C;
}
.AnyTagClassName
{
color: #BC046C;
}
</style>
background-color css
<style>
a { background-color: #BC046C; }
a { background-color: rgb(188,4,108); }
div.DivClassName
{
background-color: #BC046C;
}
.BgClassName
{
background-color: #BC046C;
}
</style>
border-color css
<style>
span { border-color: #BC046C; }
span { border-color: rgb(188,4,108); }
td.TdClassName
{
border-color: #BC046C;
}
.TagClassName
{
border-color: #BC046C;
}
</style>