Shades of Jazzberry Jam #BC145B
Tints of Jazzberry Jam #BC145B
RGB
CMYK
RGB Variations
Color information
#BC145B (or 0xBC145B) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 5B. RGB value is (188,20,91). Sum of RGB (Red+Green+Blue) = 188+20+91=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145B is #43EBA4. Grayscale: #4E4E4E. Windows color (decimal): -4451237 or 5969084. OLE color: 5969084.
HSL color Cylindrical-coordinate representation of color #BC145B: hue angle of 334.64º 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 #BC145B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 91 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.26 |
| HSL | 334.64º | 0.81% | 0.41% | - |
| HSV(B) | 334.64º | 0.89% | 0.74% | - |
| XYZ | 22.88 | 11.95 | 11 | - |
| YUV | 78.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 91 | 0 | 0.89 | 0.52 | 0.26 | 334.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 5B | 0 | 59 | 34 | 1A | 14F | 51 | 29 |
| Octal | 274 | 24 | 133 | 0 | 131 | 64 | 32 | 517 | 121 | 51 |
| Binary | 10111100 | 10100 | 1011011 | 0 | 1011001 | 110100 | 11010 | 101001111 | 1010001 | 101001 |
Color Harmonies of #BC145B
Complementary color
Monochromatic Colors of #BC145B
Black with #BC145B
Text Example
Text Example
White with #BC145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC145B; }
p { color: rgb(188,20,91); }
H1.HeaderClassName
{
color: #BC145B;
}
.AnyTagClassName
{
color: #BC145B;
}
</style>
background-color css
<style>
a { background-color: #BC145B; }
a { background-color: rgb(188,20,91); }
div.DivClassName
{
background-color: #BC145B;
}
.BgClassName
{
background-color: #BC145B;
}
</style>
border-color css
<style>
span { border-color: #BC145B; }
span { border-color: rgb(188,20,91); }
td.TdClassName
{
border-color: #BC145B;
}
.TagClassName
{
border-color: #BC145B;
}
</style>