Shades of Jazzberry Jam #BC0E52
Tints of Jazzberry Jam #BC0E52
RGB
CMYK
RGB Variations
Color information
#BC0E52 (or 0xBC0E52) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 52. RGB value is (188,14,82). Sum of RGB (Red+Green+Blue) = 188+14+82=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E52 is #43F1AD. Grayscale: #494949. Windows color (decimal): -4452782 or 5377724. OLE color: 5377724.
HSL color Cylindrical-coordinate representation of color #BC0E52: hue angle of 336.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E52 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 82 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.26 |
| HSL | 336.55º | 0.86% | 0.4% | - |
| HSV(B) | 336.55º | 0.93% | 0.74% | - |
| XYZ | 22.42 | 11.61 | 9.04 | - |
| YUV | 73.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 82 | 0 | 0.93 | 0.56 | 0.26 | 336.55 | 0.86 | 0.4 |
| Hex | BC | E | 52 | 0 | 5D | 38 | 1A | 151 | 56 | 28 |
| Octal | 274 | 16 | 122 | 0 | 135 | 70 | 32 | 521 | 126 | 50 |
| Binary | 10111100 | 1110 | 1010010 | 0 | 1011101 | 111000 | 11010 | 101010001 | 1010110 | 101000 |
Color Harmonies of #BC0E52
Complementary color
Monochromatic Colors of #BC0E52
Black with #BC0E52
Text Example
Text Example
White with #BC0E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E52; }
p { color: rgb(188,14,82); }
H1.HeaderClassName
{
color: #BC0E52;
}
.AnyTagClassName
{
color: #BC0E52;
}
</style>
background-color css
<style>
a { background-color: #BC0E52; }
a { background-color: rgb(188,14,82); }
div.DivClassName
{
background-color: #BC0E52;
}
.BgClassName
{
background-color: #BC0E52;
}
</style>
border-color css
<style>
span { border-color: #BC0E52; }
span { border-color: rgb(188,14,82); }
td.TdClassName
{
border-color: #BC0E52;
}
.TagClassName
{
border-color: #BC0E52;
}
</style>