Shades of Jazzberry Jam #BC0A5E
Tints of Jazzberry Jam #BC0A5E
RGB
CMYK
RGB Variations
Color information
#BC0A5E (or 0xBC0A5E) is known color: Jazzberry Jam. HEX triplet: BC, 0A and 5E. RGB value is (188,10,94). Sum of RGB (Red+Green+Blue) = 188+10+94=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A5E is #43F5A1. Grayscale: #484848. Windows color (decimal): -4453794 or 6163132. OLE color: 6163132.
HSL color Cylindrical-coordinate representation of color #BC0A5E: hue angle of 331.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A5E is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.26 |
| HSL | 331.69º | 0.9% | 0.39% | - |
| HSV(B) | 331.69º | 0.95% | 0.74% | - |
| XYZ | 22.87 | 11.72 | 11.65 | - |
| YUV | 72.8 | 139.97 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 94 | 0 | 0.95 | 0.50 | 0.26 | 331.69 | 0.9 | 0.39 |
| Hex | BC | A | 5E | 0 | 5F | 32 | 1A | 14C | 5A | 27 |
| Octal | 274 | 12 | 136 | 0 | 137 | 62 | 32 | 514 | 132 | 47 |
| Binary | 10111100 | 1010 | 1011110 | 0 | 1011111 | 110010 | 11010 | 101001100 | 1011010 | 100111 |
Color Harmonies of #BC0A5E
Complementary color
Monochromatic Colors of #BC0A5E
Black with #BC0A5E
Text Example
Text Example
White with #BC0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A5E; }
p { color: rgb(188,10,94); }
H1.HeaderClassName
{
color: #BC0A5E;
}
.AnyTagClassName
{
color: #BC0A5E;
}
</style>
background-color css
<style>
a { background-color: #BC0A5E; }
a { background-color: rgb(188,10,94); }
div.DivClassName
{
background-color: #BC0A5E;
}
.BgClassName
{
background-color: #BC0A5E;
}
</style>
border-color css
<style>
span { border-color: #BC0A5E; }
span { border-color: rgb(188,10,94); }
td.TdClassName
{
border-color: #BC0A5E;
}
.TagClassName
{
border-color: #BC0A5E;
}
</style>