Shades of Jazzberry Jam #BC0F6D
Tints of Jazzberry Jam #BC0F6D
RGB
CMYK
RGB Variations
Color information
#BC0F6D (or 0xBC0F6D) is known color: Jazzberry Jam. HEX triplet: BC, 0F and 6D. RGB value is (188,15,109). Sum of RGB (Red+Green+Blue) = 188+15+109=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0F6D is #43F092. Grayscale: #4D4D4D. Windows color (decimal): -4452499 or 7147452. OLE color: 7147452.
HSL color Cylindrical-coordinate representation of color #BC0F6D: hue angle of 327.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F6D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 109 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.26 |
| HSL | 327.4º | 0.85% | 0.4% | - |
| HSV(B) | 327.4º | 0.92% | 0.74% | - |
| XYZ | 23.67 | 12.14 | 15.56 | - |
| YUV | 77.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 109 | 0 | 0.92 | 0.42 | 0.26 | 327.4 | 0.85 | 0.4 |
| Hex | BC | F | 6D | 0 | 5C | 2A | 1A | 147 | 55 | 28 |
| Octal | 274 | 17 | 155 | 0 | 134 | 52 | 32 | 507 | 125 | 50 |
| Binary | 10111100 | 1111 | 1101101 | 0 | 1011100 | 101010 | 11010 | 101000111 | 1010101 | 101000 |
Color Harmonies of #BC0F6D
Complementary color
Monochromatic Colors of #BC0F6D
Black with #BC0F6D
Text Example
Text Example
White with #BC0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F6D; }
p { color: rgb(188,15,109); }
H1.HeaderClassName
{
color: #BC0F6D;
}
.AnyTagClassName
{
color: #BC0F6D;
}
</style>
background-color css
<style>
a { background-color: #BC0F6D; }
a { background-color: rgb(188,15,109); }
div.DivClassName
{
background-color: #BC0F6D;
}
.BgClassName
{
background-color: #BC0F6D;
}
</style>
border-color css
<style>
span { border-color: #BC0F6D; }
span { border-color: rgb(188,15,109); }
td.TdClassName
{
border-color: #BC0F6D;
}
.TagClassName
{
border-color: #BC0F6D;
}
</style>