Shades of Jazzberry Jam #BC0269
Tints of Jazzberry Jam #BC0269
RGB
CMYK
RGB Variations
Color information
#BC0269 (or 0xBC0269) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 69. RGB value is (188,2,105). Sum of RGB (Red+Green+Blue) = 188+2+105=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0269 is #43FD96. Grayscale: #454545. Windows color (decimal): -4455831 or 6881980. OLE color: 6881980.
HSL color Cylindrical-coordinate representation of color #BC0269: hue angle of 326.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0269 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.26 |
| HSL | 326.77º | 0.98% | 0.37% | - |
| HSV(B) | 326.77º | 0.99% | 0.74% | - |
| XYZ | 23.31 | 11.75 | 14.4 | - |
| YUV | 69.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 105 | 0 | 0.99 | 0.44 | 0.26 | 326.77 | 0.98 | 0.37 |
| Hex | BC | 2 | 69 | 0 | 63 | 2C | 1A | 147 | 62 | 25 |
| Octal | 274 | 2 | 151 | 0 | 143 | 54 | 32 | 507 | 142 | 45 |
| Binary | 10111100 | 10 | 1101001 | 0 | 1100011 | 101100 | 11010 | 101000111 | 1100010 | 100101 |
Color Harmonies of #BC0269
Complementary color
Monochromatic Colors of #BC0269
Black with #BC0269
Text Example
Text Example
White with #BC0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0269; }
p { color: rgb(188,2,105); }
H1.HeaderClassName
{
color: #BC0269;
}
.AnyTagClassName
{
color: #BC0269;
}
</style>
background-color css
<style>
a { background-color: #BC0269; }
a { background-color: rgb(188,2,105); }
div.DivClassName
{
background-color: #BC0269;
}
.BgClassName
{
background-color: #BC0269;
}
</style>
border-color css
<style>
span { border-color: #BC0269; }
span { border-color: rgb(188,2,105); }
td.TdClassName
{
border-color: #BC0269;
}
.TagClassName
{
border-color: #BC0269;
}
</style>