Shades of Jazzberry Jam #BC055A
Tints of Jazzberry Jam #BC055A
RGB
CMYK
RGB Variations
Color information
#BC055A (or 0xBC055A) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 5A. RGB value is (188,5,90). Sum of RGB (Red+Green+Blue) = 188+5+90=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC055A is #43FAA5. Grayscale: #454545. Windows color (decimal): -4455078 or 5899708. OLE color: 5899708.
HSL color Cylindrical-coordinate representation of color #BC055A: hue angle of 332.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC055A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.26 |
| HSL | 332.13º | 0.95% | 0.38% | - |
| HSV(B) | 332.13º | 0.97% | 0.74% | - |
| XYZ | 22.64 | 11.54 | 10.71 | - |
| YUV | 69.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 90 | 0 | 0.97 | 0.52 | 0.26 | 332.13 | 0.95 | 0.38 |
| Hex | BC | 5 | 5A | 0 | 61 | 34 | 1A | 14C | 5F | 26 |
| Octal | 274 | 5 | 132 | 0 | 141 | 64 | 32 | 514 | 137 | 46 |
| Binary | 10111100 | 101 | 1011010 | 0 | 1100001 | 110100 | 11010 | 101001100 | 1011111 | 100110 |
Color Harmonies of #BC055A
Complementary color
Monochromatic Colors of #BC055A
Black with #BC055A
Text Example
Text Example
White with #BC055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC055A; }
p { color: rgb(188,5,90); }
H1.HeaderClassName
{
color: #BC055A;
}
.AnyTagClassName
{
color: #BC055A;
}
</style>
background-color css
<style>
a { background-color: #BC055A; }
a { background-color: rgb(188,5,90); }
div.DivClassName
{
background-color: #BC055A;
}
.BgClassName
{
background-color: #BC055A;
}
</style>
border-color css
<style>
span { border-color: #BC055A; }
span { border-color: rgb(188,5,90); }
td.TdClassName
{
border-color: #BC055A;
}
.TagClassName
{
border-color: #BC055A;
}
</style>