Shades of Jazzberry Jam #B2016C
Tints of Jazzberry Jam #B2016C
RGB
CMYK
RGB Variations
Color information
#B2016C (or 0xB2016C) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 6C. RGB value is (178,1,108). Sum of RGB (Red+Green+Blue) = 178+1+108=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2016C is #4DFE93. Grayscale: #414141. Windows color (decimal): -5111444 or 7078322. OLE color: 7078322.
HSL color Cylindrical-coordinate representation of color #B2016C: hue angle of 323.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2016C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.30 |
| HSL | 323.73º | 0.99% | 0.35% | - |
| HSV(B) | 323.73º | 0.99% | 0.7% | - |
| XYZ | 21.08 | 10.57 | 15.12 | - |
| YUV | 66.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 108 | 0 | 0.99 | 0.39 | 0.30 | 323.73 | 0.99 | 0.35 |
| Hex | B2 | 1 | 6C | 0 | 63 | 27 | 1E | 144 | 63 | 23 |
| Octal | 262 | 1 | 154 | 0 | 143 | 47 | 36 | 504 | 143 | 43 |
| Binary | 10110010 | 1 | 1101100 | 0 | 1100011 | 100111 | 11110 | 101000100 | 1100011 | 100011 |
Color Harmonies of #B2016C
Complementary color
Monochromatic Colors of #B2016C
Black with #B2016C
Text Example
Text Example
White with #B2016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2016C; }
p { color: rgb(178,1,108); }
H1.HeaderClassName
{
color: #B2016C;
}
.AnyTagClassName
{
color: #B2016C;
}
</style>
background-color css
<style>
a { background-color: #B2016C; }
a { background-color: rgb(178,1,108); }
div.DivClassName
{
background-color: #B2016C;
}
.BgClassName
{
background-color: #B2016C;
}
</style>
border-color css
<style>
span { border-color: #B2016C; }
span { border-color: rgb(178,1,108); }
td.TdClassName
{
border-color: #B2016C;
}
.TagClassName
{
border-color: #B2016C;
}
</style>