Shades of Jazzberry Jam #B2146B
Tints of Jazzberry Jam #B2146B
RGB
CMYK
RGB Variations
Color information
#B2146B (or 0xB2146B) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 6B. RGB value is (178,20,107). Sum of RGB (Red+Green+Blue) = 178+20+107=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2146B is #4DEB94. Grayscale: #4C4C4C. Windows color (decimal): -5106581 or 7017650. OLE color: 7017650.
HSL color Cylindrical-coordinate representation of color #B2146B: hue angle of 326.96º 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 #B2146B is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 107 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.30 |
| HSL | 326.96º | 0.8% | 0.39% | - |
| HSV(B) | 326.96º | 0.89% | 0.7% | - |
| XYZ | 21.26 | 11.03 | 14.92 | - |
| YUV | 77.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 107 | 0 | 0.89 | 0.40 | 0.30 | 326.96 | 0.8 | 0.39 |
| Hex | B2 | 14 | 6B | 0 | 59 | 28 | 1E | 147 | 50 | 27 |
| Octal | 262 | 24 | 153 | 0 | 131 | 50 | 36 | 507 | 120 | 47 |
| Binary | 10110010 | 10100 | 1101011 | 0 | 1011001 | 101000 | 11110 | 101000111 | 1010000 | 100111 |
Color Harmonies of #B2146B
Complementary color
Monochromatic Colors of #B2146B
Black with #B2146B
Text Example
Text Example
White with #B2146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2146B; }
p { color: rgb(178,20,107); }
H1.HeaderClassName
{
color: #B2146B;
}
.AnyTagClassName
{
color: #B2146B;
}
</style>
background-color css
<style>
a { background-color: #B2146B; }
a { background-color: rgb(178,20,107); }
div.DivClassName
{
background-color: #B2146B;
}
.BgClassName
{
background-color: #B2146B;
}
</style>
border-color css
<style>
span { border-color: #B2146B; }
span { border-color: rgb(178,20,107); }
td.TdClassName
{
border-color: #B2146B;
}
.TagClassName
{
border-color: #B2146B;
}
</style>