Shades of Jazzberry Jam #BC005F
Tints of Jazzberry Jam #BC005F
RGB
CMYK
RGB Variations
Color information
#BC005F (or 0xBC005F) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 5F. RGB value is (188,0,95). Sum of RGB (Red+Green+Blue) = 188+0+95=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC005F is #43FFA0. Grayscale: #424242. Windows color (decimal): -4456353 or 6226108. OLE color: 6226108.
HSL color Cylindrical-coordinate representation of color #BC005F: hue angle of 329.68º 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 #BC005F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.49 | 0.26 |
| HSL | 329.68º | 1% | 0.37% | - |
| HSV(B) | 329.68º | 1% | 0.74% | - |
| XYZ | 22.8 | 11.52 | 11.85 | - |
| YUV | 67.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 95 | 0 | 1 | 0.49 | 0.26 | 329.68 | 1 | 0.37 |
| Hex | BC | 0 | 5F | 0 | 64 | 31 | 1A | 14A | 64 | 25 |
| Octal | 274 | 0 | 137 | 0 | 144 | 61 | 32 | 512 | 144 | 45 |
| Binary | 10111100 | 0 | 1011111 | 0 | 1100100 | 110001 | 11010 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BC005F
Complementary color
Monochromatic Colors of #BC005F
Black with #BC005F
Text Example
Text Example
White with #BC005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC005F; }
p { color: rgb(188,0,95); }
H1.HeaderClassName
{
color: #BC005F;
}
.AnyTagClassName
{
color: #BC005F;
}
</style>
background-color css
<style>
a { background-color: #BC005F; }
a { background-color: rgb(188,0,95); }
div.DivClassName
{
background-color: #BC005F;
}
.BgClassName
{
background-color: #BC005F;
}
</style>
border-color css
<style>
span { border-color: #BC005F; }
span { border-color: rgb(188,0,95); }
td.TdClassName
{
border-color: #BC005F;
}
.TagClassName
{
border-color: #BC005F;
}
</style>