Shades of Jazzberry Jam #B7016C
Tints of Jazzberry Jam #B7016C
RGB
CMYK
RGB Variations
Color information
#B7016C (or 0xB7016C) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 6C. RGB value is (183,1,108). Sum of RGB (Red+Green+Blue) = 183+1+108=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7016C is #48FE93. Grayscale: #434343. Windows color (decimal): -4783764 or 7078327. OLE color: 7078327.
HSL color Cylindrical-coordinate representation of color #B7016C: hue angle of 324.73º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7016C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.28 |
| HSL | 324.73º | 0.99% | 0.36% | - |
| HSV(B) | 324.73º | 0.99% | 0.72% | - |
| XYZ | 22.25 | 11.17 | 15.17 | - |
| YUV | 67.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 108 | 0 | 0.99 | 0.41 | 0.28 | 324.73 | 0.99 | 0.36 |
| Hex | B7 | 1 | 6C | 0 | 63 | 29 | 1C | 145 | 63 | 24 |
| Octal | 267 | 1 | 154 | 0 | 143 | 51 | 34 | 505 | 143 | 44 |
| Binary | 10110111 | 1 | 1101100 | 0 | 1100011 | 101001 | 11100 | 101000101 | 1100011 | 100100 |
Color Harmonies of #B7016C
Complementary color
Monochromatic Colors of #B7016C
Black with #B7016C
Text Example
Text Example
White with #B7016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7016C; }
p { color: rgb(183,1,108); }
H1.HeaderClassName
{
color: #B7016C;
}
.AnyTagClassName
{
color: #B7016C;
}
</style>
background-color css
<style>
a { background-color: #B7016C; }
a { background-color: rgb(183,1,108); }
div.DivClassName
{
background-color: #B7016C;
}
.BgClassName
{
background-color: #B7016C;
}
</style>
border-color css
<style>
span { border-color: #B7016C; }
span { border-color: rgb(183,1,108); }
td.TdClassName
{
border-color: #B7016C;
}
.TagClassName
{
border-color: #B7016C;
}
</style>