Shades of Jazzberry Jam #BC025A
Tints of Jazzberry Jam #BC025A
RGB
CMYK
RGB Variations
Color information
#BC025A (or 0xBC025A) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 5A. RGB value is (188,2,90). Sum of RGB (Red+Green+Blue) = 188+2+90=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC025A is #43FDA5. Grayscale: #434343. Windows color (decimal): -4455846 or 5898940. OLE color: 5898940.
HSL color Cylindrical-coordinate representation of color #BC025A: hue angle of 331.61º degrees, saturation: 0.98, 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 #BC025A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.26 |
| HSL | 331.61º | 0.98% | 0.37% | - |
| HSV(B) | 331.61º | 0.99% | 0.74% | - |
| XYZ | 22.61 | 11.47 | 10.7 | - |
| YUV | 67.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 90 | 0 | 0.99 | 0.52 | 0.26 | 331.61 | 0.98 | 0.37 |
| Hex | BC | 2 | 5A | 0 | 63 | 34 | 1A | 14C | 62 | 25 |
| Octal | 274 | 2 | 132 | 0 | 143 | 64 | 32 | 514 | 142 | 45 |
| Binary | 10111100 | 10 | 1011010 | 0 | 1100011 | 110100 | 11010 | 101001100 | 1100010 | 100101 |
Color Harmonies of #BC025A
Complementary color
Monochromatic Colors of #BC025A
Black with #BC025A
Text Example
Text Example
White with #BC025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC025A; }
p { color: rgb(188,2,90); }
H1.HeaderClassName
{
color: #BC025A;
}
.AnyTagClassName
{
color: #BC025A;
}
</style>
background-color css
<style>
a { background-color: #BC025A; }
a { background-color: rgb(188,2,90); }
div.DivClassName
{
background-color: #BC025A;
}
.BgClassName
{
background-color: #BC025A;
}
</style>
border-color css
<style>
span { border-color: #BC025A; }
span { border-color: rgb(188,2,90); }
td.TdClassName
{
border-color: #BC025A;
}
.TagClassName
{
border-color: #BC025A;
}
</style>