Shades of Jazzberry Jam #BC115B
Tints of Jazzberry Jam #BC115B
RGB
CMYK
RGB Variations
Color information
#BC115B (or 0xBC115B) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 5B. RGB value is (188,17,91). Sum of RGB (Red+Green+Blue) = 188+17+91=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC115B is #43EEA4. Grayscale: #4C4C4C. Windows color (decimal): -4452005 or 5968316. OLE color: 5968316.
HSL color Cylindrical-coordinate representation of color #BC115B: hue angle of 334.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC115B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.26 |
| HSL | 334.04º | 0.83% | 0.4% | - |
| HSV(B) | 334.04º | 0.91% | 0.74% | - |
| XYZ | 22.83 | 11.85 | 10.98 | - |
| YUV | 76.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 91 | 0 | 0.91 | 0.52 | 0.26 | 334.04 | 0.83 | 0.4 |
| Hex | BC | 11 | 5B | 0 | 5B | 34 | 1A | 14E | 53 | 28 |
| Octal | 274 | 21 | 133 | 0 | 133 | 64 | 32 | 516 | 123 | 50 |
| Binary | 10111100 | 10001 | 1011011 | 0 | 1011011 | 110100 | 11010 | 101001110 | 1010011 | 101000 |
Color Harmonies of #BC115B
Complementary color
Monochromatic Colors of #BC115B
Black with #BC115B
Text Example
Text Example
White with #BC115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC115B; }
p { color: rgb(188,17,91); }
H1.HeaderClassName
{
color: #BC115B;
}
.AnyTagClassName
{
color: #BC115B;
}
</style>
background-color css
<style>
a { background-color: #BC115B; }
a { background-color: rgb(188,17,91); }
div.DivClassName
{
background-color: #BC115B;
}
.BgClassName
{
background-color: #BC115B;
}
</style>
border-color css
<style>
span { border-color: #BC115B; }
span { border-color: rgb(188,17,91); }
td.TdClassName
{
border-color: #BC115B;
}
.TagClassName
{
border-color: #BC115B;
}
</style>