Shades of Jazzberry Jam #BC195F
Tints of Jazzberry Jam #BC195F
RGB
CMYK
RGB Variations
Color information
#BC195F (or 0xBC195F) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 5F. RGB value is (188,25,95). Sum of RGB (Red+Green+Blue) = 188+25+95=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC195F is #43E6A0. Grayscale: #515151. Windows color (decimal): -4449953 or 6232508. OLE color: 6232508.
HSL color Cylindrical-coordinate representation of color #BC195F: hue angle of 334.23º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC195F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 95 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.26 |
| HSL | 334.23º | 0.77% | 0.42% | - |
| HSV(B) | 334.23º | 0.87% | 0.74% | - |
| XYZ | 23.15 | 12.21 | 11.96 | - |
| YUV | 81.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 95 | 0 | 0.87 | 0.49 | 0.26 | 334.23 | 0.77 | 0.42 |
| Hex | BC | 19 | 5F | 0 | 57 | 31 | 1A | 14E | 4D | 2A |
| Octal | 274 | 31 | 137 | 0 | 127 | 61 | 32 | 516 | 115 | 52 |
| Binary | 10111100 | 11001 | 1011111 | 0 | 1010111 | 110001 | 11010 | 101001110 | 1001101 | 101010 |
Color Harmonies of #BC195F
Complementary color
Monochromatic Colors of #BC195F
Black with #BC195F
Text Example
Text Example
White with #BC195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC195F; }
p { color: rgb(188,25,95); }
H1.HeaderClassName
{
color: #BC195F;
}
.AnyTagClassName
{
color: #BC195F;
}
</style>
background-color css
<style>
a { background-color: #BC195F; }
a { background-color: rgb(188,25,95); }
div.DivClassName
{
background-color: #BC195F;
}
.BgClassName
{
background-color: #BC195F;
}
</style>
border-color css
<style>
span { border-color: #BC195F; }
span { border-color: rgb(188,25,95); }
td.TdClassName
{
border-color: #BC195F;
}
.TagClassName
{
border-color: #BC195F;
}
</style>