Shades of Jazzberry Jam #BC006B
Tints of Jazzberry Jam #BC006B
RGB
CMYK
RGB Variations
Color information
#BC006B (or 0xBC006B) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 6B. RGB value is (188,0,107). Sum of RGB (Red+Green+Blue) = 188+0+107=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC006B is #43FF94. Grayscale: #444444. Windows color (decimal): -4456341 or 7012540. OLE color: 7012540.
HSL color Cylindrical-coordinate representation of color #BC006B: hue angle of 325.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC006B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.43 | 0.26 |
| HSL | 325.85º | 1% | 0.37% | - |
| HSV(B) | 325.85º | 1% | 0.74% | - |
| XYZ | 23.39 | 11.75 | 14.95 | - |
| YUV | 68.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 107 | 0 | 1 | 0.43 | 0.26 | 325.85 | 1 | 0.37 |
| Hex | BC | 0 | 6B | 0 | 64 | 2B | 1A | 146 | 64 | 25 |
| Octal | 274 | 0 | 153 | 0 | 144 | 53 | 32 | 506 | 144 | 45 |
| Binary | 10111100 | 0 | 1101011 | 0 | 1100100 | 101011 | 11010 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BC006B
Complementary color
Monochromatic Colors of #BC006B
Black with #BC006B
Text Example
Text Example
White with #BC006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC006B; }
p { color: rgb(188,0,107); }
H1.HeaderClassName
{
color: #BC006B;
}
.AnyTagClassName
{
color: #BC006B;
}
</style>
background-color css
<style>
a { background-color: #BC006B; }
a { background-color: rgb(188,0,107); }
div.DivClassName
{
background-color: #BC006B;
}
.BgClassName
{
background-color: #BC006B;
}
</style>
border-color css
<style>
span { border-color: #BC006B; }
span { border-color: rgb(188,0,107); }
td.TdClassName
{
border-color: #BC006B;
}
.TagClassName
{
border-color: #BC006B;
}
</style>