Shades of Jazzberry Jam #BC076E
Tints of Jazzberry Jam #BC076E
RGB
CMYK
RGB Variations
Color information
#BC076E (or 0xBC076E) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 6E. RGB value is (188,7,110). Sum of RGB (Red+Green+Blue) = 188+7+110=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC076E is #43F891. Grayscale: #484848. Windows color (decimal): -4454546 or 7210940. OLE color: 7210940.
HSL color Cylindrical-coordinate representation of color #BC076E: hue angle of 325.86º 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 #BC076E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.26 |
| HSL | 325.86º | 0.93% | 0.38% | - |
| HSV(B) | 325.86º | 0.96% | 0.74% | - |
| XYZ | 23.63 | 11.97 | 15.82 | - |
| YUV | 72.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 110 | 0 | 0.96 | 0.41 | 0.26 | 325.86 | 0.93 | 0.38 |
| Hex | BC | 7 | 6E | 0 | 60 | 29 | 1A | 146 | 5D | 26 |
| Octal | 274 | 7 | 156 | 0 | 140 | 51 | 32 | 506 | 135 | 46 |
| Binary | 10111100 | 111 | 1101110 | 0 | 1100000 | 101001 | 11010 | 101000110 | 1011101 | 100110 |
Color Harmonies of #BC076E
Complementary color
Monochromatic Colors of #BC076E
Black with #BC076E
Text Example
Text Example
White with #BC076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC076E; }
p { color: rgb(188,7,110); }
H1.HeaderClassName
{
color: #BC076E;
}
.AnyTagClassName
{
color: #BC076E;
}
</style>
background-color css
<style>
a { background-color: #BC076E; }
a { background-color: rgb(188,7,110); }
div.DivClassName
{
background-color: #BC076E;
}
.BgClassName
{
background-color: #BC076E;
}
</style>
border-color css
<style>
span { border-color: #BC076E; }
span { border-color: rgb(188,7,110); }
td.TdClassName
{
border-color: #BC076E;
}
.TagClassName
{
border-color: #BC076E;
}
</style>