Shades of Jazzberry Jam #B10E6C
Tints of Jazzberry Jam #B10E6C
RGB
CMYK
RGB Variations
Color information
#B10E6C (or 0xB10E6C) is known color: Jazzberry Jam. HEX triplet: B1, 0E and 6C. RGB value is (177,14,108). Sum of RGB (Red+Green+Blue) = 177+14+108=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E6C is #4EF193. Grayscale: #494949. Windows color (decimal): -5173652 or 7081649. OLE color: 7081649.
HSL color Cylindrical-coordinate representation of color #B10E6C: hue angle of 325.4º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10E6C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 14 | 108 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.31 |
| HSL | 325.4º | 0.85% | 0.37% | - |
| HSV(B) | 325.4º | 0.92% | 0.69% | - |
| XYZ | 21 | 10.74 | 15.15 | - |
| YUV | 73.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 108 | 0 | 0.92 | 0.39 | 0.31 | 325.4 | 0.85 | 0.37 |
| Hex | B1 | E | 6C | 0 | 5C | 27 | 1F | 145 | 55 | 25 |
| Octal | 261 | 16 | 154 | 0 | 134 | 47 | 37 | 505 | 125 | 45 |
| Binary | 10110001 | 1110 | 1101100 | 0 | 1011100 | 100111 | 11111 | 101000101 | 1010101 | 100101 |
Color Harmonies of #B10E6C
Complementary color
Monochromatic Colors of #B10E6C
Black with #B10E6C
Text Example
Text Example
White with #B10E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10E6C; }
p { color: rgb(177,14,108); }
H1.HeaderClassName
{
color: #B10E6C;
}
.AnyTagClassName
{
color: #B10E6C;
}
</style>
background-color css
<style>
a { background-color: #B10E6C; }
a { background-color: rgb(177,14,108); }
div.DivClassName
{
background-color: #B10E6C;
}
.BgClassName
{
background-color: #B10E6C;
}
</style>
border-color css
<style>
span { border-color: #B10E6C; }
span { border-color: rgb(177,14,108); }
td.TdClassName
{
border-color: #B10E6C;
}
.TagClassName
{
border-color: #B10E6C;
}
</style>