Shades of Jazzberry Jam #BC0D69
Tints of Jazzberry Jam #BC0D69
RGB
CMYK
RGB Variations
Color information
#BC0D69 (or 0xBC0D69) is known color: Jazzberry Jam. HEX triplet: BC, 0D and 69. RGB value is (188,13,105). Sum of RGB (Red+Green+Blue) = 188+13+105=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D69 is #43F296. Grayscale: #4B4B4B. Windows color (decimal): -4453015 or 6884796. OLE color: 6884796.
HSL color Cylindrical-coordinate representation of color #BC0D69: hue angle of 328.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D69 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 105 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.26 |
| HSL | 328.46º | 0.87% | 0.39% | - |
| HSV(B) | 328.46º | 0.93% | 0.74% | - |
| XYZ | 23.43 | 12 | 14.45 | - |
| YUV | 75.81 | 144.48 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 105 | 0 | 0.93 | 0.44 | 0.26 | 328.46 | 0.87 | 0.39 |
| Hex | BC | D | 69 | 0 | 5D | 2C | 1A | 148 | 57 | 27 |
| Octal | 274 | 15 | 151 | 0 | 135 | 54 | 32 | 510 | 127 | 47 |
| Binary | 10111100 | 1101 | 1101001 | 0 | 1011101 | 101100 | 11010 | 101001000 | 1010111 | 100111 |
Color Harmonies of #BC0D69
Complementary color
Monochromatic Colors of #BC0D69
Black with #BC0D69
Text Example
Text Example
White with #BC0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D69; }
p { color: rgb(188,13,105); }
H1.HeaderClassName
{
color: #BC0D69;
}
.AnyTagClassName
{
color: #BC0D69;
}
</style>
background-color css
<style>
a { background-color: #BC0D69; }
a { background-color: rgb(188,13,105); }
div.DivClassName
{
background-color: #BC0D69;
}
.BgClassName
{
background-color: #BC0D69;
}
</style>
border-color css
<style>
span { border-color: #BC0D69; }
span { border-color: rgb(188,13,105); }
td.TdClassName
{
border-color: #BC0D69;
}
.TagClassName
{
border-color: #BC0D69;
}
</style>