Shades of Jazzberry Jam #B62063
Tints of Jazzberry Jam #B62063
RGB
CMYK
RGB Variations
Color information
#B62063 (or 0xB62063) is known color: Jazzberry Jam. HEX triplet: B6, 20 and 63. RGB value is (182,32,99). Sum of RGB (Red+Green+Blue) = 182+32+99=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B62063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62063 is #49DF9C. Grayscale: #545454. Windows color (decimal): -4841373 or 6496438. OLE color: 6496438.
HSL color Cylindrical-coordinate representation of color #B62063: hue angle of 333.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62063 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 99 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.29 |
| HSL | 333.2º | 0.7% | 0.42% | - |
| HSV(B) | 333.2º | 0.82% | 0.71% | - |
| XYZ | 22.06 | 11.88 | 12.93 | - |
| YUV | 84.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 99 | 0 | 0.82 | 0.46 | 0.29 | 333.2 | 0.7 | 0.42 |
| Hex | B6 | 20 | 63 | 0 | 52 | 2E | 1D | 14D | 46 | 2A |
| Octal | 266 | 40 | 143 | 0 | 122 | 56 | 35 | 515 | 106 | 52 |
| Binary | 10110110 | 100000 | 1100011 | 0 | 1010010 | 101110 | 11101 | 101001101 | 1000110 | 101010 |
Color Harmonies of #B62063
Complementary color
Monochromatic Colors of #B62063
Black with #B62063
Text Example
Text Example
White with #B62063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62063; }
p { color: rgb(182,32,99); }
H1.HeaderClassName
{
color: #B62063;
}
.AnyTagClassName
{
color: #B62063;
}
</style>
background-color css
<style>
a { background-color: #B62063; }
a { background-color: rgb(182,32,99); }
div.DivClassName
{
background-color: #B62063;
}
.BgClassName
{
background-color: #B62063;
}
</style>
border-color css
<style>
span { border-color: #B62063; }
span { border-color: rgb(182,32,99); }
td.TdClassName
{
border-color: #B62063;
}
.TagClassName
{
border-color: #B62063;
}
</style>