Shades of Jazzberry Jam #BC0A64
Tints of Jazzberry Jam #BC0A64
RGB
CMYK
RGB Variations
Color information
#BC0A64 (or 0xBC0A64) is known color: Jazzberry Jam. HEX triplet: BC, 0A and 64. RGB value is (188,10,100). Sum of RGB (Red+Green+Blue) = 188+10+100=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A64 is #43F59B. Grayscale: #494949. Windows color (decimal): -4453788 or 6556348. OLE color: 6556348.
HSL color Cylindrical-coordinate representation of color #BC0A64: hue angle of 329.66º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A64 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 100 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.26 |
| HSL | 329.66º | 0.9% | 0.39% | - |
| HSV(B) | 329.66º | 0.95% | 0.74% | - |
| XYZ | 23.15 | 11.83 | 13.12 | - |
| YUV | 73.48 | 142.97 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 100 | 0 | 0.95 | 0.47 | 0.26 | 329.66 | 0.9 | 0.39 |
| Hex | BC | A | 64 | 0 | 5F | 2F | 1A | 14A | 5A | 27 |
| Octal | 274 | 12 | 144 | 0 | 137 | 57 | 32 | 512 | 132 | 47 |
| Binary | 10111100 | 1010 | 1100100 | 0 | 1011111 | 101111 | 11010 | 101001010 | 1011010 | 100111 |
Color Harmonies of #BC0A64
Complementary color
Monochromatic Colors of #BC0A64
Black with #BC0A64
Text Example
Text Example
White with #BC0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A64; }
p { color: rgb(188,10,100); }
H1.HeaderClassName
{
color: #BC0A64;
}
.AnyTagClassName
{
color: #BC0A64;
}
</style>
background-color css
<style>
a { background-color: #BC0A64; }
a { background-color: rgb(188,10,100); }
div.DivClassName
{
background-color: #BC0A64;
}
.BgClassName
{
background-color: #BC0A64;
}
</style>
border-color css
<style>
span { border-color: #BC0A64; }
span { border-color: rgb(188,10,100); }
td.TdClassName
{
border-color: #BC0A64;
}
.TagClassName
{
border-color: #BC0A64;
}
</style>