Shades of Jazzberry Jam #BC146C
Tints of Jazzberry Jam #BC146C
RGB
CMYK
RGB Variations
Color information
#BC146C (or 0xBC146C) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 6C. RGB value is (188,20,108). Sum of RGB (Red+Green+Blue) = 188+20+108=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC146C is #43EB93. Grayscale: #505050. Windows color (decimal): -4451220 or 7083196. OLE color: 7083196.
HSL color Cylindrical-coordinate representation of color #BC146C: hue angle of 328.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC146C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 108 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.26 |
| HSL | 328.57º | 0.81% | 0.41% | - |
| HSV(B) | 328.57º | 0.89% | 0.74% | - |
| XYZ | 23.7 | 12.27 | 15.31 | - |
| YUV | 80.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 108 | 0 | 0.89 | 0.43 | 0.26 | 328.57 | 0.81 | 0.41 |
| Hex | BC | 14 | 6C | 0 | 59 | 2B | 1A | 149 | 51 | 29 |
| Octal | 274 | 24 | 154 | 0 | 131 | 53 | 32 | 511 | 121 | 51 |
| Binary | 10111100 | 10100 | 1101100 | 0 | 1011001 | 101011 | 11010 | 101001001 | 1010001 | 101001 |
Color Harmonies of #BC146C
Complementary color
Monochromatic Colors of #BC146C
Black with #BC146C
Text Example
Text Example
White with #BC146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC146C; }
p { color: rgb(188,20,108); }
H1.HeaderClassName
{
color: #BC146C;
}
.AnyTagClassName
{
color: #BC146C;
}
</style>
background-color css
<style>
a { background-color: #BC146C; }
a { background-color: rgb(188,20,108); }
div.DivClassName
{
background-color: #BC146C;
}
.BgClassName
{
background-color: #BC146C;
}
</style>
border-color css
<style>
span { border-color: #BC146C; }
span { border-color: rgb(188,20,108); }
td.TdClassName
{
border-color: #BC146C;
}
.TagClassName
{
border-color: #BC146C;
}
</style>