Shades of Jazzberry Jam #BC135F
Tints of Jazzberry Jam #BC135F
RGB
CMYK
RGB Variations
Color information
#BC135F (or 0xBC135F) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 5F. RGB value is (188,19,95). Sum of RGB (Red+Green+Blue) = 188+19+95=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135F is #43ECA0. Grayscale: #4E4E4E. Windows color (decimal): -4451489 or 6230972. OLE color: 6230972.
HSL color Cylindrical-coordinate representation of color #BC135F: hue angle of 333.02º 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 #BC135F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 95 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.26 |
| HSL | 333.02º | 0.82% | 0.41% | - |
| HSV(B) | 333.02º | 0.9% | 0.74% | - |
| XYZ | 23.04 | 11.98 | 11.93 | - |
| YUV | 78.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 95 | 0 | 0.90 | 0.49 | 0.26 | 333.02 | 0.82 | 0.41 |
| Hex | BC | 13 | 5F | 0 | 5A | 31 | 1A | 14D | 52 | 29 |
| Octal | 274 | 23 | 137 | 0 | 132 | 61 | 32 | 515 | 122 | 51 |
| Binary | 10111100 | 10011 | 1011111 | 0 | 1011010 | 110001 | 11010 | 101001101 | 1010010 | 101001 |
Color Harmonies of #BC135F
Complementary color
Monochromatic Colors of #BC135F
Black with #BC135F
Text Example
Text Example
White with #BC135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC135F; }
p { color: rgb(188,19,95); }
H1.HeaderClassName
{
color: #BC135F;
}
.AnyTagClassName
{
color: #BC135F;
}
</style>
background-color css
<style>
a { background-color: #BC135F; }
a { background-color: rgb(188,19,95); }
div.DivClassName
{
background-color: #BC135F;
}
.BgClassName
{
background-color: #BC135F;
}
</style>
border-color css
<style>
span { border-color: #BC135F; }
span { border-color: rgb(188,19,95); }
td.TdClassName
{
border-color: #BC135F;
}
.TagClassName
{
border-color: #BC135F;
}
</style>