Shades of Jazzberry Jam #B0096B
Tints of Jazzberry Jam #B0096B
RGB
CMYK
RGB Variations
Color information
#B0096B (or 0xB0096B) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 6B. RGB value is (176,9,107). Sum of RGB (Red+Green+Blue) = 176+9+107=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0096B is #4FF694. Grayscale: #454545. Windows color (decimal): -5240469 or 7014832. OLE color: 7014832.
HSL color Cylindrical-coordinate representation of color #B0096B: hue angle of 324.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0096B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.31 |
| HSL | 324.79º | 0.9% | 0.36% | - |
| HSV(B) | 324.79º | 0.95% | 0.69% | - |
| XYZ | 20.66 | 10.49 | 14.85 | - |
| YUV | 70.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 107 | 0 | 0.95 | 0.39 | 0.31 | 324.79 | 0.9 | 0.36 |
| Hex | B0 | 9 | 6B | 0 | 5F | 27 | 1F | 145 | 5A | 24 |
| Octal | 260 | 11 | 153 | 0 | 137 | 47 | 37 | 505 | 132 | 44 |
| Binary | 10110000 | 1001 | 1101011 | 0 | 1011111 | 100111 | 11111 | 101000101 | 1011010 | 100100 |
Color Harmonies of #B0096B
Complementary color
Monochromatic Colors of #B0096B
Black with #B0096B
Text Example
Text Example
White with #B0096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0096B; }
p { color: rgb(176,9,107); }
H1.HeaderClassName
{
color: #B0096B;
}
.AnyTagClassName
{
color: #B0096B;
}
</style>
background-color css
<style>
a { background-color: #B0096B; }
a { background-color: rgb(176,9,107); }
div.DivClassName
{
background-color: #B0096B;
}
.BgClassName
{
background-color: #B0096B;
}
</style>
border-color css
<style>
span { border-color: #B0096B; }
span { border-color: rgb(176,9,107); }
td.TdClassName
{
border-color: #B0096B;
}
.TagClassName
{
border-color: #B0096B;
}
</style>