Shades of Jazzberry Jam #BC0153
Tints of Jazzberry Jam #BC0153
RGB
CMYK
RGB Variations
Color information
#BC0153 (or 0xBC0153) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 53. RGB value is (188,1,83). Sum of RGB (Red+Green+Blue) = 188+1+83=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0153 is #43FEAC. Grayscale: #424242. Windows color (decimal): -4456109 or 5439932. OLE color: 5439932.
HSL color Cylindrical-coordinate representation of color #BC0153: hue angle of 333.69º 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 #BC0153 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.26 |
| HSL | 333.69º | 0.99% | 0.37% | - |
| HSV(B) | 333.69º | 0.99% | 0.74% | - |
| XYZ | 22.31 | 11.34 | 9.2 | - |
| YUV | 66.26 | 137.45 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 83 | 0 | 0.99 | 0.56 | 0.26 | 333.69 | 0.99 | 0.37 |
| Hex | BC | 1 | 53 | 0 | 63 | 38 | 1A | 14E | 63 | 25 |
| Octal | 274 | 1 | 123 | 0 | 143 | 70 | 32 | 516 | 143 | 45 |
| Binary | 10111100 | 1 | 1010011 | 0 | 1100011 | 111000 | 11010 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BC0153
Complementary color
Monochromatic Colors of #BC0153
Black with #BC0153
Text Example
Text Example
White with #BC0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0153; }
p { color: rgb(188,1,83); }
H1.HeaderClassName
{
color: #BC0153;
}
.AnyTagClassName
{
color: #BC0153;
}
</style>
background-color css
<style>
a { background-color: #BC0153; }
a { background-color: rgb(188,1,83); }
div.DivClassName
{
background-color: #BC0153;
}
.BgClassName
{
background-color: #BC0153;
}
</style>
border-color css
<style>
span { border-color: #BC0153; }
span { border-color: rgb(188,1,83); }
td.TdClassName
{
border-color: #BC0153;
}
.TagClassName
{
border-color: #BC0153;
}
</style>