Shades of Jazzberry Jam #BC0258
Tints of Jazzberry Jam #BC0258
RGB
CMYK
RGB Variations
Color information
#BC0258 (or 0xBC0258) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 58. RGB value is (188,2,88). Sum of RGB (Red+Green+Blue) = 188+2+88=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0258 is #43FDA7. Grayscale: #434343. Windows color (decimal): -4455848 or 5767868. OLE color: 5767868.
HSL color Cylindrical-coordinate representation of color #BC0258: hue angle of 332.26º 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 #BC0258 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.26 |
| HSL | 332.26º | 0.98% | 0.37% | - |
| HSV(B) | 332.26º | 0.99% | 0.74% | - |
| XYZ | 22.52 | 11.44 | 10.25 | - |
| YUV | 67.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 88 | 0 | 0.99 | 0.53 | 0.26 | 332.26 | 0.98 | 0.37 |
| Hex | BC | 2 | 58 | 0 | 63 | 35 | 1A | 14C | 62 | 25 |
| Octal | 274 | 2 | 130 | 0 | 143 | 65 | 32 | 514 | 142 | 45 |
| Binary | 10111100 | 10 | 1011000 | 0 | 1100011 | 110101 | 11010 | 101001100 | 1100010 | 100101 |
Color Harmonies of #BC0258
Complementary color
Monochromatic Colors of #BC0258
Black with #BC0258
Text Example
Text Example
White with #BC0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0258; }
p { color: rgb(188,2,88); }
H1.HeaderClassName
{
color: #BC0258;
}
.AnyTagClassName
{
color: #BC0258;
}
</style>
background-color css
<style>
a { background-color: #BC0258; }
a { background-color: rgb(188,2,88); }
div.DivClassName
{
background-color: #BC0258;
}
.BgClassName
{
background-color: #BC0258;
}
</style>
border-color css
<style>
span { border-color: #BC0258; }
span { border-color: rgb(188,2,88); }
td.TdClassName
{
border-color: #BC0258;
}
.TagClassName
{
border-color: #BC0258;
}
</style>