Shades of Jazzberry Jam #BC016C
Tints of Jazzberry Jam #BC016C
RGB
CMYK
RGB Variations
Color information
#BC016C (or 0xBC016C) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 6C. RGB value is (188,1,108). Sum of RGB (Red+Green+Blue) = 188+1+108=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC016C is #43FE93. Grayscale: #444444. Windows color (decimal): -4456084 or 7078332. OLE color: 7078332.
HSL color Cylindrical-coordinate representation of color #BC016C: hue angle of 325.67º 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 #BC016C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.26 |
| HSL | 325.67º | 0.99% | 0.37% | - |
| HSV(B) | 325.67º | 0.99% | 0.74% | - |
| XYZ | 23.46 | 11.8 | 15.23 | - |
| YUV | 69.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 108 | 0 | 0.99 | 0.43 | 0.26 | 325.67 | 0.99 | 0.37 |
| Hex | BC | 1 | 6C | 0 | 63 | 2B | 1A | 146 | 63 | 25 |
| Octal | 274 | 1 | 154 | 0 | 143 | 53 | 32 | 506 | 143 | 45 |
| Binary | 10111100 | 1 | 1101100 | 0 | 1100011 | 101011 | 11010 | 101000110 | 1100011 | 100101 |
Color Harmonies of #BC016C
Complementary color
Monochromatic Colors of #BC016C
Black with #BC016C
Text Example
Text Example
White with #BC016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC016C; }
p { color: rgb(188,1,108); }
H1.HeaderClassName
{
color: #BC016C;
}
.AnyTagClassName
{
color: #BC016C;
}
</style>
background-color css
<style>
a { background-color: #BC016C; }
a { background-color: rgb(188,1,108); }
div.DivClassName
{
background-color: #BC016C;
}
.BgClassName
{
background-color: #BC016C;
}
</style>
border-color css
<style>
span { border-color: #BC016C; }
span { border-color: rgb(188,1,108); }
td.TdClassName
{
border-color: #BC016C;
}
.TagClassName
{
border-color: #BC016C;
}
</style>