Shades of Jazzberry Jam #BC0A6E
Tints of Jazzberry Jam #BC0A6E
RGB
CMYK
RGB Variations
Color information
#BC0A6E (or 0xBC0A6E) is known color: Jazzberry Jam. HEX triplet: BC, 0A and 6E. RGB value is (188,10,110). Sum of RGB (Red+Green+Blue) = 188+10+110=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A6E is #43F591. Grayscale: #4A4A4A. Windows color (decimal): -4453778 or 7211708. OLE color: 7211708.
HSL color Cylindrical-coordinate representation of color #BC0A6E: hue angle of 326.29º degrees, saturation: 0.9, 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 #BC0A6E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.26 |
| HSL | 326.29º | 0.9% | 0.39% | - |
| HSV(B) | 326.29º | 0.95% | 0.74% | - |
| XYZ | 23.66 | 12.03 | 15.83 | - |
| YUV | 74.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 110 | 0 | 0.95 | 0.41 | 0.26 | 326.29 | 0.9 | 0.39 |
| Hex | BC | A | 6E | 0 | 5F | 29 | 1A | 146 | 5A | 27 |
| Octal | 274 | 12 | 156 | 0 | 137 | 51 | 32 | 506 | 132 | 47 |
| Binary | 10111100 | 1010 | 1101110 | 0 | 1011111 | 101001 | 11010 | 101000110 | 1011010 | 100111 |
Color Harmonies of #BC0A6E
Complementary color
Monochromatic Colors of #BC0A6E
Black with #BC0A6E
Text Example
Text Example
White with #BC0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A6E; }
p { color: rgb(188,10,110); }
H1.HeaderClassName
{
color: #BC0A6E;
}
.AnyTagClassName
{
color: #BC0A6E;
}
</style>
background-color css
<style>
a { background-color: #BC0A6E; }
a { background-color: rgb(188,10,110); }
div.DivClassName
{
background-color: #BC0A6E;
}
.BgClassName
{
background-color: #BC0A6E;
}
</style>
border-color css
<style>
span { border-color: #BC0A6E; }
span { border-color: rgb(188,10,110); }
td.TdClassName
{
border-color: #BC0A6E;
}
.TagClassName
{
border-color: #BC0A6E;
}
</style>