Shades of Jazzberry Jam #B0016B
Tints of Jazzberry Jam #B0016B
RGB
CMYK
RGB Variations
Color information
#B0016B (or 0xB0016B) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 6B. RGB value is (176,1,107). Sum of RGB (Red+Green+Blue) = 176+1+107=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0016B is #4FFE94. Grayscale: #414141. Windows color (decimal): -5242517 or 7012784. OLE color: 7012784.
HSL color Cylindrical-coordinate representation of color #B0016B: hue angle of 323.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0016B is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.31 |
| HSL | 323.66º | 0.99% | 0.35% | - |
| HSV(B) | 323.66º | 0.99% | 0.69% | - |
| XYZ | 20.57 | 10.31 | 14.82 | - |
| YUV | 65.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 107 | 0 | 0.99 | 0.39 | 0.31 | 323.66 | 0.99 | 0.35 |
| Hex | B0 | 1 | 6B | 0 | 63 | 27 | 1F | 144 | 63 | 23 |
| Octal | 260 | 1 | 153 | 0 | 143 | 47 | 37 | 504 | 143 | 43 |
| Binary | 10110000 | 1 | 1101011 | 0 | 1100011 | 100111 | 11111 | 101000100 | 1100011 | 100011 |
Color Harmonies of #B0016B
Complementary color
Monochromatic Colors of #B0016B
Black with #B0016B
Text Example
Text Example
White with #B0016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0016B; }
p { color: rgb(176,1,107); }
H1.HeaderClassName
{
color: #B0016B;
}
.AnyTagClassName
{
color: #B0016B;
}
</style>
background-color css
<style>
a { background-color: #B0016B; }
a { background-color: rgb(176,1,107); }
div.DivClassName
{
background-color: #B0016B;
}
.BgClassName
{
background-color: #B0016B;
}
</style>
border-color css
<style>
span { border-color: #B0016B; }
span { border-color: rgb(176,1,107); }
td.TdClassName
{
border-color: #B0016B;
}
.TagClassName
{
border-color: #B0016B;
}
</style>