Shades of Jazzberry Jam #BC0150
Tints of Jazzberry Jam #BC0150
RGB
CMYK
RGB Variations
Color information
#BC0150 (or 0xBC0150) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 50. RGB value is (188,1,80). Sum of RGB (Red+Green+Blue) = 188+1+80=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0150 is #43FEAF. Grayscale: #414141. Windows color (decimal): -4456112 or 5243324. OLE color: 5243324.
HSL color Cylindrical-coordinate representation of color #BC0150: hue angle of 334.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0150 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.26 |
| HSL | 334.65º | 0.99% | 0.37% | - |
| HSV(B) | 334.65º | 0.99% | 0.74% | - |
| XYZ | 22.2 | 11.29 | 8.6 | - |
| YUV | 65.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 80 | 0 | 0.99 | 0.57 | 0.26 | 334.65 | 0.99 | 0.37 |
| Hex | BC | 1 | 50 | 0 | 63 | 39 | 1A | 14F | 63 | 25 |
| Octal | 274 | 1 | 120 | 0 | 143 | 71 | 32 | 517 | 143 | 45 |
| Binary | 10111100 | 1 | 1010000 | 0 | 1100011 | 111001 | 11010 | 101001111 | 1100011 | 100101 |
Color Harmonies of #BC0150
Complementary color
Monochromatic Colors of #BC0150
Black with #BC0150
Text Example
Text Example
White with #BC0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0150; }
p { color: rgb(188,1,80); }
H1.HeaderClassName
{
color: #BC0150;
}
.AnyTagClassName
{
color: #BC0150;
}
</style>
background-color css
<style>
a { background-color: #BC0150; }
a { background-color: rgb(188,1,80); }
div.DivClassName
{
background-color: #BC0150;
}
.BgClassName
{
background-color: #BC0150;
}
</style>
border-color css
<style>
span { border-color: #BC0150; }
span { border-color: rgb(188,1,80); }
td.TdClassName
{
border-color: #BC0150;
}
.TagClassName
{
border-color: #BC0150;
}
</style>