Shades of Jazzberry Jam #BC075A
Tints of Jazzberry Jam #BC075A
RGB
CMYK
RGB Variations
Color information
#BC075A (or 0xBC075A) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 5A. RGB value is (188,7,90). Sum of RGB (Red+Green+Blue) = 188+7+90=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC075A is #43F8A5. Grayscale: #464646. Windows color (decimal): -4454566 or 5900220. OLE color: 5900220.
HSL color Cylindrical-coordinate representation of color #BC075A: hue angle of 332.49º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC075A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 90 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.26 |
| HSL | 332.49º | 0.93% | 0.38% | - |
| HSV(B) | 332.49º | 0.96% | 0.74% | - |
| XYZ | 22.66 | 11.58 | 10.71 | - |
| YUV | 70.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 90 | 0 | 0.96 | 0.52 | 0.26 | 332.49 | 0.93 | 0.38 |
| Hex | BC | 7 | 5A | 0 | 60 | 34 | 1A | 14C | 5D | 26 |
| Octal | 274 | 7 | 132 | 0 | 140 | 64 | 32 | 514 | 135 | 46 |
| Binary | 10111100 | 111 | 1011010 | 0 | 1100000 | 110100 | 11010 | 101001100 | 1011101 | 100110 |
Color Harmonies of #BC075A
Complementary color
Monochromatic Colors of #BC075A
Black with #BC075A
Text Example
Text Example
White with #BC075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC075A; }
p { color: rgb(188,7,90); }
H1.HeaderClassName
{
color: #BC075A;
}
.AnyTagClassName
{
color: #BC075A;
}
</style>
background-color css
<style>
a { background-color: #BC075A; }
a { background-color: rgb(188,7,90); }
div.DivClassName
{
background-color: #BC075A;
}
.BgClassName
{
background-color: #BC075A;
}
</style>
border-color css
<style>
span { border-color: #BC075A; }
span { border-color: rgb(188,7,90); }
td.TdClassName
{
border-color: #BC075A;
}
.TagClassName
{
border-color: #BC075A;
}
</style>