Shades of Jazzberry Jam #BC1A5E
Tints of Jazzberry Jam #BC1A5E
RGB
CMYK
RGB Variations
Color information
#BC1A5E (or 0xBC1A5E) is known color: Jazzberry Jam. HEX triplet: BC, 1A and 5E. RGB value is (188,26,94). Sum of RGB (Red+Green+Blue) = 188+26+94=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A5E is #43E5A1. Grayscale: #525252. Windows color (decimal): -4449698 or 6167228. OLE color: 6167228.
HSL color Cylindrical-coordinate representation of color #BC1A5E: hue angle of 334.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A5E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.26 |
| HSL | 334.81º | 0.76% | 0.42% | - |
| HSV(B) | 334.81º | 0.86% | 0.74% | - |
| XYZ | 23.13 | 12.24 | 11.73 | - |
| YUV | 82.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 94 | 0 | 0.86 | 0.50 | 0.26 | 334.81 | 0.76 | 0.42 |
| Hex | BC | 1A | 5E | 0 | 56 | 32 | 1A | 14F | 4C | 2A |
| Octal | 274 | 32 | 136 | 0 | 126 | 62 | 32 | 517 | 114 | 52 |
| Binary | 10111100 | 11010 | 1011110 | 0 | 1010110 | 110010 | 11010 | 101001111 | 1001100 | 101010 |
Color Harmonies of #BC1A5E
Complementary color
Monochromatic Colors of #BC1A5E
Black with #BC1A5E
Text Example
Text Example
White with #BC1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A5E; }
p { color: rgb(188,26,94); }
H1.HeaderClassName
{
color: #BC1A5E;
}
.AnyTagClassName
{
color: #BC1A5E;
}
</style>
background-color css
<style>
a { background-color: #BC1A5E; }
a { background-color: rgb(188,26,94); }
div.DivClassName
{
background-color: #BC1A5E;
}
.BgClassName
{
background-color: #BC1A5E;
}
</style>
border-color css
<style>
span { border-color: #BC1A5E; }
span { border-color: rgb(188,26,94); }
td.TdClassName
{
border-color: #BC1A5E;
}
.TagClassName
{
border-color: #BC1A5E;
}
</style>