Shades of Jazzberry Jam #BC016D
Tints of Jazzberry Jam #BC016D
RGB
CMYK
RGB Variations
Color information
#BC016D (or 0xBC016D) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 6D. RGB value is (188,1,109). Sum of RGB (Red+Green+Blue) = 188+1+109=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC016D is #43FE92. Grayscale: #444444. Windows color (decimal): -4456083 or 7143868. OLE color: 7143868.
HSL color Cylindrical-coordinate representation of color #BC016D: hue angle of 325.35º 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 #BC016D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.26 |
| HSL | 325.35º | 0.99% | 0.37% | - |
| HSV(B) | 325.35º | 0.99% | 0.74% | - |
| XYZ | 23.51 | 11.82 | 15.51 | - |
| YUV | 69.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 109 | 0 | 0.99 | 0.42 | 0.26 | 325.35 | 0.99 | 0.37 |
| Hex | BC | 1 | 6D | 0 | 63 | 2A | 1A | 145 | 63 | 25 |
| Octal | 274 | 1 | 155 | 0 | 143 | 52 | 32 | 505 | 143 | 45 |
| Binary | 10111100 | 1 | 1101101 | 0 | 1100011 | 101010 | 11010 | 101000101 | 1100011 | 100101 |
Color Harmonies of #BC016D
Complementary color
Monochromatic Colors of #BC016D
Black with #BC016D
Text Example
Text Example
White with #BC016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC016D; }
p { color: rgb(188,1,109); }
H1.HeaderClassName
{
color: #BC016D;
}
.AnyTagClassName
{
color: #BC016D;
}
</style>
background-color css
<style>
a { background-color: #BC016D; }
a { background-color: rgb(188,1,109); }
div.DivClassName
{
background-color: #BC016D;
}
.BgClassName
{
background-color: #BC016D;
}
</style>
border-color css
<style>
span { border-color: #BC016D; }
span { border-color: rgb(188,1,109); }
td.TdClassName
{
border-color: #BC016D;
}
.TagClassName
{
border-color: #BC016D;
}
</style>