Shades of Jazzberry Jam #B0125E
Tints of Jazzberry Jam #B0125E
RGB
CMYK
RGB Variations
Color information
#B0125E (or 0xB0125E) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 5E. RGB value is (176,18,94). Sum of RGB (Red+Green+Blue) = 176+18+94=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0125E is #4FEDA1. Grayscale: #494949. Windows color (decimal): -5238178 or 6165168. OLE color: 6165168.
HSL color Cylindrical-coordinate representation of color #B0125E: hue angle of 331.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0125E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 94 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.31 |
| HSL | 331.14º | 0.81% | 0.38% | - |
| HSV(B) | 331.14º | 0.9% | 0.69% | - |
| XYZ | 20.14 | 10.47 | 11.55 | - |
| YUV | 73.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 94 | 0 | 0.90 | 0.47 | 0.31 | 331.14 | 0.81 | 0.38 |
| Hex | B0 | 12 | 5E | 0 | 5A | 2F | 1F | 14B | 51 | 26 |
| Octal | 260 | 22 | 136 | 0 | 132 | 57 | 37 | 513 | 121 | 46 |
| Binary | 10110000 | 10010 | 1011110 | 0 | 1011010 | 101111 | 11111 | 101001011 | 1010001 | 100110 |
Color Harmonies of #B0125E
Complementary color
Monochromatic Colors of #B0125E
Black with #B0125E
Text Example
Text Example
White with #B0125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0125E; }
p { color: rgb(176,18,94); }
H1.HeaderClassName
{
color: #B0125E;
}
.AnyTagClassName
{
color: #B0125E;
}
</style>
background-color css
<style>
a { background-color: #B0125E; }
a { background-color: rgb(176,18,94); }
div.DivClassName
{
background-color: #B0125E;
}
.BgClassName
{
background-color: #B0125E;
}
</style>
border-color css
<style>
span { border-color: #B0125E; }
span { border-color: rgb(176,18,94); }
td.TdClassName
{
border-color: #B0125E;
}
.TagClassName
{
border-color: #B0125E;
}
</style>