Shades of Jazzberry Jam #BC136B
Tints of Jazzberry Jam #BC136B
RGB
CMYK
RGB Variations
Color information
#BC136B (or 0xBC136B) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 6B. RGB value is (188,19,107). Sum of RGB (Red+Green+Blue) = 188+19+107=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136B is #43EC94. Grayscale: #4F4F4F. Windows color (decimal): -4451477 or 7017404. OLE color: 7017404.
HSL color Cylindrical-coordinate representation of color #BC136B: hue angle of 328.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC136B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.26 |
| HSL | 328.76º | 0.82% | 0.41% | - |
| HSV(B) | 328.76º | 0.9% | 0.74% | - |
| XYZ | 23.63 | 12.22 | 15.02 | - |
| YUV | 79.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 107 | 0 | 0.90 | 0.43 | 0.26 | 328.76 | 0.82 | 0.41 |
| Hex | BC | 13 | 6B | 0 | 5A | 2B | 1A | 149 | 52 | 29 |
| Octal | 274 | 23 | 153 | 0 | 132 | 53 | 32 | 511 | 122 | 51 |
| Binary | 10111100 | 10011 | 1101011 | 0 | 1011010 | 101011 | 11010 | 101001001 | 1010010 | 101001 |
Color Harmonies of #BC136B
Complementary color
Monochromatic Colors of #BC136B
Black with #BC136B
Text Example
Text Example
White with #BC136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC136B; }
p { color: rgb(188,19,107); }
H1.HeaderClassName
{
color: #BC136B;
}
.AnyTagClassName
{
color: #BC136B;
}
</style>
background-color css
<style>
a { background-color: #BC136B; }
a { background-color: rgb(188,19,107); }
div.DivClassName
{
background-color: #BC136B;
}
.BgClassName
{
background-color: #BC136B;
}
</style>
border-color css
<style>
span { border-color: #BC136B; }
span { border-color: rgb(188,19,107); }
td.TdClassName
{
border-color: #BC136B;
}
.TagClassName
{
border-color: #BC136B;
}
</style>