Shades of Jazzberry Jam #B0006F
Tints of Jazzberry Jam #B0006F
RGB
CMYK
RGB Variations
Color information
#B0006F (or 0xB0006F) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 6F. RGB value is (176,0,111). Sum of RGB (Red+Green+Blue) = 176+0+111=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0006F is #4FFF90. Grayscale: #414141. Windows color (decimal): -5242769 or 7274672. OLE color: 7274672.
HSL color Cylindrical-coordinate representation of color #B0006F: hue angle of 322.16º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0006F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.37 | 0.31 |
| HSL | 322.16º | 1% | 0.35% | - |
| HSV(B) | 322.16º | 1% | 0.69% | - |
| XYZ | 20.77 | 10.38 | 15.95 | - |
| YUV | 65.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 111 | 0 | 1 | 0.37 | 0.31 | 322.16 | 1 | 0.35 |
| Hex | B0 | 0 | 6F | 0 | 64 | 25 | 1F | 142 | 64 | 23 |
| Octal | 260 | 0 | 157 | 0 | 144 | 45 | 37 | 502 | 144 | 43 |
| Binary | 10110000 | 0 | 1101111 | 0 | 1100100 | 100101 | 11111 | 101000010 | 1100100 | 100011 |
Color Harmonies of #B0006F
Complementary color
Monochromatic Colors of #B0006F
Black with #B0006F
Text Example
Text Example
White with #B0006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0006F; }
p { color: rgb(176,0,111); }
H1.HeaderClassName
{
color: #B0006F;
}
.AnyTagClassName
{
color: #B0006F;
}
</style>
background-color css
<style>
a { background-color: #B0006F; }
a { background-color: rgb(176,0,111); }
div.DivClassName
{
background-color: #B0006F;
}
.BgClassName
{
background-color: #B0006F;
}
</style>
border-color css
<style>
span { border-color: #B0006F; }
span { border-color: rgb(176,0,111); }
td.TdClassName
{
border-color: #B0006F;
}
.TagClassName
{
border-color: #B0006F;
}
</style>