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