Shades of Jazzberry Jam #BC105A
Tints of Jazzberry Jam #BC105A
RGB
CMYK
RGB Variations
Color information
#BC105A (or 0xBC105A) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 5A. RGB value is (188,16,90). Sum of RGB (Red+Green+Blue) = 188+16+90=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC105A is #43EFA5. Grayscale: #4B4B4B. Windows color (decimal): -4452262 or 5902524. OLE color: 5902524.
HSL color Cylindrical-coordinate representation of color #BC105A: hue angle of 334.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC105A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 90 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.26 |
| HSL | 334.19º | 0.84% | 0.4% | - |
| HSV(B) | 334.19º | 0.91% | 0.74% | - |
| XYZ | 22.77 | 11.8 | 10.75 | - |
| YUV | 75.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 90 | 0 | 0.91 | 0.52 | 0.26 | 334.19 | 0.84 | 0.4 |
| Hex | BC | 10 | 5A | 0 | 5B | 34 | 1A | 14E | 54 | 28 |
| Octal | 274 | 20 | 132 | 0 | 133 | 64 | 32 | 516 | 124 | 50 |
| Binary | 10111100 | 10000 | 1011010 | 0 | 1011011 | 110100 | 11010 | 101001110 | 1010100 | 101000 |
Color Harmonies of #BC105A
Complementary color
Monochromatic Colors of #BC105A
Black with #BC105A
Text Example
Text Example
White with #BC105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC105A; }
p { color: rgb(188,16,90); }
H1.HeaderClassName
{
color: #BC105A;
}
.AnyTagClassName
{
color: #BC105A;
}
</style>
background-color css
<style>
a { background-color: #BC105A; }
a { background-color: rgb(188,16,90); }
div.DivClassName
{
background-color: #BC105A;
}
.BgClassName
{
background-color: #BC105A;
}
</style>
border-color css
<style>
span { border-color: #BC105A; }
span { border-color: rgb(188,16,90); }
td.TdClassName
{
border-color: #BC105A;
}
.TagClassName
{
border-color: #BC105A;
}
</style>