Shades of Jazzberry Jam #BC126A
Tints of Jazzberry Jam #BC126A
RGB
CMYK
RGB Variations
Color information
#BC126A (or 0xBC126A) is known color: Jazzberry Jam. HEX triplet: BC, 12 and 6A. RGB value is (188,18,106). Sum of RGB (Red+Green+Blue) = 188+18+106=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC126A is #43ED95. Grayscale: #4E4E4E. Windows color (decimal): -4451734 or 6951612. OLE color: 6951612.
HSL color Cylindrical-coordinate representation of color #BC126A: hue angle of 328.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC126A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 106 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.26 |
| HSL | 328.94º | 0.83% | 0.4% | - |
| HSV(B) | 328.94º | 0.9% | 0.74% | - |
| XYZ | 23.56 | 12.16 | 14.74 | - |
| YUV | 78.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 106 | 0 | 0.90 | 0.44 | 0.26 | 328.94 | 0.83 | 0.4 |
| Hex | BC | 12 | 6A | 0 | 5A | 2C | 1A | 149 | 53 | 28 |
| Octal | 274 | 22 | 152 | 0 | 132 | 54 | 32 | 511 | 123 | 50 |
| Binary | 10111100 | 10010 | 1101010 | 0 | 1011010 | 101100 | 11010 | 101001001 | 1010011 | 101000 |
Color Harmonies of #BC126A
Complementary color
Monochromatic Colors of #BC126A
Black with #BC126A
Text Example
Text Example
White with #BC126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC126A; }
p { color: rgb(188,18,106); }
H1.HeaderClassName
{
color: #BC126A;
}
.AnyTagClassName
{
color: #BC126A;
}
</style>
background-color css
<style>
a { background-color: #BC126A; }
a { background-color: rgb(188,18,106); }
div.DivClassName
{
background-color: #BC126A;
}
.BgClassName
{
background-color: #BC126A;
}
</style>
border-color css
<style>
span { border-color: #BC126A; }
span { border-color: rgb(188,18,106); }
td.TdClassName
{
border-color: #BC126A;
}
.TagClassName
{
border-color: #BC126A;
}
</style>