Shades of Jazzberry Jam #B2045B
Tints of Jazzberry Jam #B2045B
RGB
CMYK
RGB Variations
Color information
#B2045B (or 0xB2045B) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 5B. RGB value is (178,4,91). Sum of RGB (Red+Green+Blue) = 178+4+91=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2045B is #4DFBA4. Grayscale: #414141. Windows color (decimal): -5110693 or 5964978. OLE color: 5964978.
HSL color Cylindrical-coordinate representation of color #B2045B: hue angle of 330º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2045B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.30 |
| HSL | 330º | 0.96% | 0.36% | - |
| HSV(B) | 330º | 0.98% | 0.7% | - |
| XYZ | 20.29 | 10.31 | 10.82 | - |
| YUV | 65.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 91 | 0 | 0.98 | 0.49 | 0.30 | 330 | 0.96 | 0.36 |
| Hex | B2 | 4 | 5B | 0 | 62 | 31 | 1E | 14A | 60 | 24 |
| Octal | 262 | 4 | 133 | 0 | 142 | 61 | 36 | 512 | 140 | 44 |
| Binary | 10110010 | 100 | 1011011 | 0 | 1100010 | 110001 | 11110 | 101001010 | 1100000 | 100100 |
Color Harmonies of #B2045B
Complementary color
Monochromatic Colors of #B2045B
Black with #B2045B
Text Example
Text Example
White with #B2045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2045B; }
p { color: rgb(178,4,91); }
H1.HeaderClassName
{
color: #B2045B;
}
.AnyTagClassName
{
color: #B2045B;
}
</style>
background-color css
<style>
a { background-color: #B2045B; }
a { background-color: rgb(178,4,91); }
div.DivClassName
{
background-color: #B2045B;
}
.BgClassName
{
background-color: #B2045B;
}
</style>
border-color css
<style>
span { border-color: #B2045B; }
span { border-color: rgb(178,4,91); }
td.TdClassName
{
border-color: #B2045B;
}
.TagClassName
{
border-color: #B2045B;
}
</style>