Shades of Jazzberry Jam #BC0C69
Tints of Jazzberry Jam #BC0C69
RGB
CMYK
RGB Variations
Color information
#BC0C69 (or 0xBC0C69) is known color: Jazzberry Jam. HEX triplet: BC, 0C and 69. RGB value is (188,12,105). Sum of RGB (Red+Green+Blue) = 188+12+105=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C69 is #43F396. Grayscale: #4B4B4B. Windows color (decimal): -4453271 or 6884540. OLE color: 6884540.
HSL color Cylindrical-coordinate representation of color #BC0C69: hue angle of 328.3º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C69 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 105 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.26 |
| HSL | 328.3º | 0.88% | 0.39% | - |
| HSV(B) | 328.3º | 0.94% | 0.74% | - |
| XYZ | 23.42 | 11.97 | 14.44 | - |
| YUV | 75.23 | 144.81 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 105 | 0 | 0.94 | 0.44 | 0.26 | 328.3 | 0.88 | 0.39 |
| Hex | BC | C | 69 | 0 | 5E | 2C | 1A | 148 | 58 | 27 |
| Octal | 274 | 14 | 151 | 0 | 136 | 54 | 32 | 510 | 130 | 47 |
| Binary | 10111100 | 1100 | 1101001 | 0 | 1011110 | 101100 | 11010 | 101001000 | 1011000 | 100111 |
Color Harmonies of #BC0C69
Complementary color
Monochromatic Colors of #BC0C69
Black with #BC0C69
Text Example
Text Example
White with #BC0C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C69; }
p { color: rgb(188,12,105); }
H1.HeaderClassName
{
color: #BC0C69;
}
.AnyTagClassName
{
color: #BC0C69;
}
</style>
background-color css
<style>
a { background-color: #BC0C69; }
a { background-color: rgb(188,12,105); }
div.DivClassName
{
background-color: #BC0C69;
}
.BgClassName
{
background-color: #BC0C69;
}
</style>
border-color css
<style>
span { border-color: #BC0C69; }
span { border-color: rgb(188,12,105); }
td.TdClassName
{
border-color: #BC0C69;
}
.TagClassName
{
border-color: #BC0C69;
}
</style>