Shades of Jazzberry Jam #B7016A
Tints of Jazzberry Jam #B7016A
RGB
CMYK
RGB Variations
Color information
#B7016A (or 0xB7016A) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 6A. RGB value is (183,1,106). Sum of RGB (Red+Green+Blue) = 183+1+106=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B7016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7016A is #48FE95. Grayscale: #434343. Windows color (decimal): -4783766 or 6947255. OLE color: 6947255.
HSL color Cylindrical-coordinate representation of color #B7016A: hue angle of 325.38º 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 #B7016A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.28 |
| HSL | 325.38º | 0.99% | 0.36% | - |
| HSV(B) | 325.38º | 0.99% | 0.72% | - |
| XYZ | 22.14 | 11.13 | 14.62 | - |
| YUV | 67.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 106 | 0 | 0.99 | 0.42 | 0.28 | 325.38 | 0.99 | 0.36 |
| Hex | B7 | 1 | 6A | 0 | 63 | 2A | 1C | 145 | 63 | 24 |
| Octal | 267 | 1 | 152 | 0 | 143 | 52 | 34 | 505 | 143 | 44 |
| Binary | 10110111 | 1 | 1101010 | 0 | 1100011 | 101010 | 11100 | 101000101 | 1100011 | 100100 |
Color Harmonies of #B7016A
Complementary color
Monochromatic Colors of #B7016A
Black with #B7016A
Text Example
Text Example
White with #B7016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7016A; }
p { color: rgb(183,1,106); }
H1.HeaderClassName
{
color: #B7016A;
}
.AnyTagClassName
{
color: #B7016A;
}
</style>
background-color css
<style>
a { background-color: #B7016A; }
a { background-color: rgb(183,1,106); }
div.DivClassName
{
background-color: #B7016A;
}
.BgClassName
{
background-color: #B7016A;
}
</style>
border-color css
<style>
span { border-color: #B7016A; }
span { border-color: rgb(183,1,106); }
td.TdClassName
{
border-color: #B7016A;
}
.TagClassName
{
border-color: #B7016A;
}
</style>