Shades of Jazzberry Jam #B2146E
Tints of Jazzberry Jam #B2146E
RGB
CMYK
RGB Variations
Color information
#B2146E (or 0xB2146E) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 6E. RGB value is (178,20,110). Sum of RGB (Red+Green+Blue) = 178+20+110=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2146E is #4DEB91. Grayscale: #4D4D4D. Windows color (decimal): -5106578 or 7214258. OLE color: 7214258.
HSL color Cylindrical-coordinate representation of color #B2146E: hue angle of 325.82º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2146E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 110 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.30 |
| HSL | 325.82º | 0.8% | 0.39% | - |
| HSV(B) | 325.82º | 0.89% | 0.7% | - |
| XYZ | 21.42 | 11.09 | 15.76 | - |
| YUV | 77.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 110 | 0 | 0.89 | 0.38 | 0.30 | 325.82 | 0.8 | 0.39 |
| Hex | B2 | 14 | 6E | 0 | 59 | 26 | 1E | 146 | 50 | 27 |
| Octal | 262 | 24 | 156 | 0 | 131 | 46 | 36 | 506 | 120 | 47 |
| Binary | 10110010 | 10100 | 1101110 | 0 | 1011001 | 100110 | 11110 | 101000110 | 1010000 | 100111 |
Color Harmonies of #B2146E
Complementary color
Monochromatic Colors of #B2146E
Black with #B2146E
Text Example
Text Example
White with #B2146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2146E; }
p { color: rgb(178,20,110); }
H1.HeaderClassName
{
color: #B2146E;
}
.AnyTagClassName
{
color: #B2146E;
}
</style>
background-color css
<style>
a { background-color: #B2146E; }
a { background-color: rgb(178,20,110); }
div.DivClassName
{
background-color: #B2146E;
}
.BgClassName
{
background-color: #B2146E;
}
</style>
border-color css
<style>
span { border-color: #B2146E; }
span { border-color: rgb(178,20,110); }
td.TdClassName
{
border-color: #B2146E;
}
.TagClassName
{
border-color: #B2146E;
}
</style>