Shades of Jazzberry Jam #B70063
Tints of Jazzberry Jam #B70063
RGB
CMYK
RGB Variations
Color information
#B70063 (or 0xB70063) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 63. RGB value is (183,0,99). Sum of RGB (Red+Green+Blue) = 183+0+99=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B70063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70063 is #48FF9C. Grayscale: #414141. Windows color (decimal): -4784029 or 6488247. OLE color: 6488247.
HSL color Cylindrical-coordinate representation of color #B70063: hue angle of 327.54º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70063 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.46 | 0.28 |
| HSL | 327.54º | 1% | 0.36% | - |
| HSV(B) | 327.54º | 1% | 0.72% | - |
| XYZ | 21.78 | 10.97 | 12.77 | - |
| YUV | 66 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 99 | 0 | 1 | 0.46 | 0.28 | 327.54 | 1 | 0.36 |
| Hex | B7 | 0 | 63 | 0 | 64 | 2E | 1C | 148 | 64 | 24 |
| Octal | 267 | 0 | 143 | 0 | 144 | 56 | 34 | 510 | 144 | 44 |
| Binary | 10110111 | 0 | 1100011 | 0 | 1100100 | 101110 | 11100 | 101001000 | 1100100 | 100100 |
Color Harmonies of #B70063
Complementary color
Monochromatic Colors of #B70063
Black with #B70063
Text Example
Text Example
White with #B70063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70063; }
p { color: rgb(183,0,99); }
H1.HeaderClassName
{
color: #B70063;
}
.AnyTagClassName
{
color: #B70063;
}
</style>
background-color css
<style>
a { background-color: #B70063; }
a { background-color: rgb(183,0,99); }
div.DivClassName
{
background-color: #B70063;
}
.BgClassName
{
background-color: #B70063;
}
</style>
border-color css
<style>
span { border-color: #B70063; }
span { border-color: rgb(183,0,99); }
td.TdClassName
{
border-color: #B70063;
}
.TagClassName
{
border-color: #B70063;
}
</style>