Shades of Jazzberry Jam #BC015A
Tints of Jazzberry Jam #BC015A
RGB
CMYK
RGB Variations
Color information
#BC015A (or 0xBC015A) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 5A. RGB value is (188,1,90). Sum of RGB (Red+Green+Blue) = 188+1+90=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC015A is #43FEA5. Grayscale: #424242. Windows color (decimal): -4456102 or 5898684. OLE color: 5898684.
HSL color Cylindrical-coordinate representation of color #BC015A: hue angle of 331.44º 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 #BC015A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.26 |
| HSL | 331.44º | 0.99% | 0.37% | - |
| HSV(B) | 331.44º | 0.99% | 0.74% | - |
| XYZ | 22.6 | 11.45 | 10.69 | - |
| YUV | 67.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 90 | 0 | 0.99 | 0.52 | 0.26 | 331.44 | 0.99 | 0.37 |
| Hex | BC | 1 | 5A | 0 | 63 | 34 | 1A | 14B | 63 | 25 |
| Octal | 274 | 1 | 132 | 0 | 143 | 64 | 32 | 513 | 143 | 45 |
| Binary | 10111100 | 1 | 1011010 | 0 | 1100011 | 110100 | 11010 | 101001011 | 1100011 | 100101 |
Color Harmonies of #BC015A
Complementary color
Monochromatic Colors of #BC015A
Black with #BC015A
Text Example
Text Example
White with #BC015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC015A; }
p { color: rgb(188,1,90); }
H1.HeaderClassName
{
color: #BC015A;
}
.AnyTagClassName
{
color: #BC015A;
}
</style>
background-color css
<style>
a { background-color: #BC015A; }
a { background-color: rgb(188,1,90); }
div.DivClassName
{
background-color: #BC015A;
}
.BgClassName
{
background-color: #BC015A;
}
</style>
border-color css
<style>
span { border-color: #BC015A; }
span { border-color: rgb(188,1,90); }
td.TdClassName
{
border-color: #BC015A;
}
.TagClassName
{
border-color: #BC015A;
}
</style>