Shades of Jazzberry Jam #BC0363
Tints of Jazzberry Jam #BC0363
RGB
CMYK
RGB Variations
Color information
#BC0363 (or 0xBC0363) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 63. RGB value is (188,3,99). Sum of RGB (Red+Green+Blue) = 188+3+99=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0363 is #43FC9C. Grayscale: #454545. Windows color (decimal): -4455581 or 6489020. OLE color: 6489020.
HSL color Cylindrical-coordinate representation of color #BC0363: hue angle of 328.86º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0363 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.26 |
| HSL | 328.86º | 0.97% | 0.37% | - |
| HSV(B) | 328.86º | 0.98% | 0.74% | - |
| XYZ | 23.02 | 11.66 | 12.84 | - |
| YUV | 69.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 99 | 0 | 0.98 | 0.47 | 0.26 | 328.86 | 0.97 | 0.37 |
| Hex | BC | 3 | 63 | 0 | 62 | 2F | 1A | 149 | 61 | 25 |
| Octal | 274 | 3 | 143 | 0 | 142 | 57 | 32 | 511 | 141 | 45 |
| Binary | 10111100 | 11 | 1100011 | 0 | 1100010 | 101111 | 11010 | 101001001 | 1100001 | 100101 |
Color Harmonies of #BC0363
Complementary color
Monochromatic Colors of #BC0363
Black with #BC0363
Text Example
Text Example
White with #BC0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0363; }
p { color: rgb(188,3,99); }
H1.HeaderClassName
{
color: #BC0363;
}
.AnyTagClassName
{
color: #BC0363;
}
</style>
background-color css
<style>
a { background-color: #BC0363; }
a { background-color: rgb(188,3,99); }
div.DivClassName
{
background-color: #BC0363;
}
.BgClassName
{
background-color: #BC0363;
}
</style>
border-color css
<style>
span { border-color: #BC0363; }
span { border-color: rgb(188,3,99); }
td.TdClassName
{
border-color: #BC0363;
}
.TagClassName
{
border-color: #BC0363;
}
</style>