Shades of Jazzberry Jam #BC135E
Tints of Jazzberry Jam #BC135E
RGB
CMYK
RGB Variations
Color information
#BC135E (or 0xBC135E) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 5E. RGB value is (188,19,94). Sum of RGB (Red+Green+Blue) = 188+19+94=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135E is #43ECA1. Grayscale: #4D4D4D. Windows color (decimal): -4451490 or 6165436. OLE color: 6165436.
HSL color Cylindrical-coordinate representation of color #BC135E: hue angle of 333.37º 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 #BC135E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 94 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.26 |
| HSL | 333.37º | 0.82% | 0.41% | - |
| HSV(B) | 333.37º | 0.9% | 0.74% | - |
| XYZ | 22.99 | 11.97 | 11.69 | - |
| YUV | 78.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 94 | 0 | 0.90 | 0.50 | 0.26 | 333.37 | 0.82 | 0.41 |
| Hex | BC | 13 | 5E | 0 | 5A | 32 | 1A | 14D | 52 | 29 |
| Octal | 274 | 23 | 136 | 0 | 132 | 62 | 32 | 515 | 122 | 51 |
| Binary | 10111100 | 10011 | 1011110 | 0 | 1011010 | 110010 | 11010 | 101001101 | 1010010 | 101001 |
Color Harmonies of #BC135E
Complementary color
Monochromatic Colors of #BC135E
Black with #BC135E
Text Example
Text Example
White with #BC135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC135E; }
p { color: rgb(188,19,94); }
H1.HeaderClassName
{
color: #BC135E;
}
.AnyTagClassName
{
color: #BC135E;
}
</style>
background-color css
<style>
a { background-color: #BC135E; }
a { background-color: rgb(188,19,94); }
div.DivClassName
{
background-color: #BC135E;
}
.BgClassName
{
background-color: #BC135E;
}
</style>
border-color css
<style>
span { border-color: #BC135E; }
span { border-color: rgb(188,19,94); }
td.TdClassName
{
border-color: #BC135E;
}
.TagClassName
{
border-color: #BC135E;
}
</style>