Shades of Jazzberry Jam #BC014E
Tints of Jazzberry Jam #BC014E
RGB
CMYK
RGB Variations
Color information
#BC014E (or 0xBC014E) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 4E. RGB value is (188,1,78). Sum of RGB (Red+Green+Blue) = 188+1+78=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC014E is #43FEB1. Grayscale: #414141. Windows color (decimal): -4456114 or 5112252. OLE color: 5112252.
HSL color Cylindrical-coordinate representation of color #BC014E: hue angle of 335.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC014E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.26 |
| HSL | 335.29º | 0.99% | 0.37% | - |
| HSV(B) | 335.29º | 0.99% | 0.74% | - |
| XYZ | 22.13 | 11.26 | 8.22 | - |
| YUV | 65.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 78 | 0 | 0.99 | 0.59 | 0.26 | 335.29 | 0.99 | 0.37 |
| Hex | BC | 1 | 4E | 0 | 63 | 3B | 1A | 14F | 63 | 25 |
| Octal | 274 | 1 | 116 | 0 | 143 | 73 | 32 | 517 | 143 | 45 |
| Binary | 10111100 | 1 | 1001110 | 0 | 1100011 | 111011 | 11010 | 101001111 | 1100011 | 100101 |
Color Harmonies of #BC014E
Complementary color
Monochromatic Colors of #BC014E
Black with #BC014E
Text Example
Text Example
White with #BC014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC014E; }
p { color: rgb(188,1,78); }
H1.HeaderClassName
{
color: #BC014E;
}
.AnyTagClassName
{
color: #BC014E;
}
</style>
background-color css
<style>
a { background-color: #BC014E; }
a { background-color: rgb(188,1,78); }
div.DivClassName
{
background-color: #BC014E;
}
.BgClassName
{
background-color: #BC014E;
}
</style>
border-color css
<style>
span { border-color: #BC014E; }
span { border-color: rgb(188,1,78); }
td.TdClassName
{
border-color: #BC014E;
}
.TagClassName
{
border-color: #BC014E;
}
</style>