Shades of Jazzberry Jam #BC1E6A
Tints of Jazzberry Jam #BC1E6A
RGB
CMYK
RGB Variations
Color information
#BC1E6A (or 0xBC1E6A) is known color: Jazzberry Jam. HEX triplet: BC, 1E and 6A. RGB value is (188,30,106). Sum of RGB (Red+Green+Blue) = 188+30+106=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E6A is #43E195. Grayscale: #555555. Windows color (decimal): -4448662 or 6954684. OLE color: 6954684.
HSL color Cylindrical-coordinate representation of color #BC1E6A: hue angle of 331.14º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E6A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 106 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.26 |
| HSL | 331.14º | 0.72% | 0.43% | - |
| HSV(B) | 331.14º | 0.84% | 0.74% | - |
| XYZ | 23.8 | 12.66 | 14.82 | - |
| YUV | 85.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 106 | 0 | 0.84 | 0.44 | 0.26 | 331.14 | 0.72 | 0.43 |
| Hex | BC | 1E | 6A | 0 | 54 | 2C | 1A | 14B | 48 | 2B |
| Octal | 274 | 36 | 152 | 0 | 124 | 54 | 32 | 513 | 110 | 53 |
| Binary | 10111100 | 11110 | 1101010 | 0 | 1010100 | 101100 | 11010 | 101001011 | 1001000 | 101011 |
Color Harmonies of #BC1E6A
Complementary color
Monochromatic Colors of #BC1E6A
Black with #BC1E6A
Text Example
Text Example
White with #BC1E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E6A; }
p { color: rgb(188,30,106); }
H1.HeaderClassName
{
color: #BC1E6A;
}
.AnyTagClassName
{
color: #BC1E6A;
}
</style>
background-color css
<style>
a { background-color: #BC1E6A; }
a { background-color: rgb(188,30,106); }
div.DivClassName
{
background-color: #BC1E6A;
}
.BgClassName
{
background-color: #BC1E6A;
}
</style>
border-color css
<style>
span { border-color: #BC1E6A; }
span { border-color: rgb(188,30,106); }
td.TdClassName
{
border-color: #BC1E6A;
}
.TagClassName
{
border-color: #BC1E6A;
}
</style>