Shades of Jazzberry Jam #BC095E
Tints of Jazzberry Jam #BC095E
RGB
CMYK
RGB Variations
Color information
#BC095E (or 0xBC095E) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 5E. RGB value is (188,9,94). Sum of RGB (Red+Green+Blue) = 188+9+94=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC095E is #43F6A1. Grayscale: #484848. Windows color (decimal): -4454050 or 6162876. OLE color: 6162876.
HSL color Cylindrical-coordinate representation of color #BC095E: hue angle of 331.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC095E is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.26 |
| HSL | 331.51º | 0.91% | 0.39% | - |
| HSV(B) | 331.51º | 0.95% | 0.74% | - |
| XYZ | 22.86 | 11.69 | 11.64 | - |
| YUV | 72.21 | 140.3 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 94 | 0 | 0.95 | 0.50 | 0.26 | 331.51 | 0.91 | 0.39 |
| Hex | BC | 9 | 5E | 0 | 5F | 32 | 1A | 14C | 5B | 27 |
| Octal | 274 | 11 | 136 | 0 | 137 | 62 | 32 | 514 | 133 | 47 |
| Binary | 10111100 | 1001 | 1011110 | 0 | 1011111 | 110010 | 11010 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BC095E
Complementary color
Monochromatic Colors of #BC095E
Black with #BC095E
Text Example
Text Example
White with #BC095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC095E; }
p { color: rgb(188,9,94); }
H1.HeaderClassName
{
color: #BC095E;
}
.AnyTagClassName
{
color: #BC095E;
}
</style>
background-color css
<style>
a { background-color: #BC095E; }
a { background-color: rgb(188,9,94); }
div.DivClassName
{
background-color: #BC095E;
}
.BgClassName
{
background-color: #BC095E;
}
</style>
border-color css
<style>
span { border-color: #BC095E; }
span { border-color: rgb(188,9,94); }
td.TdClassName
{
border-color: #BC095E;
}
.TagClassName
{
border-color: #BC095E;
}
</style>