Shades of Jazzberry Jam #B20E6A
Tints of Jazzberry Jam #B20E6A
RGB
CMYK
RGB Variations
Color information
#B20E6A (or 0xB20E6A) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 6A. RGB value is (178,14,106). Sum of RGB (Red+Green+Blue) = 178+14+106=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E6A is #4DF195. Grayscale: #494949. Windows color (decimal): -5108118 or 6950578. OLE color: 6950578.
HSL color Cylindrical-coordinate representation of color #B20E6A: hue angle of 326.34º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E6A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.30 |
| HSL | 326.34º | 0.85% | 0.38% | - |
| HSV(B) | 326.34º | 0.92% | 0.7% | - |
| XYZ | 21.12 | 10.82 | 14.61 | - |
| YUV | 73.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 106 | 0 | 0.92 | 0.40 | 0.30 | 326.34 | 0.85 | 0.38 |
| Hex | B2 | E | 6A | 0 | 5C | 28 | 1E | 146 | 55 | 26 |
| Octal | 262 | 16 | 152 | 0 | 134 | 50 | 36 | 506 | 125 | 46 |
| Binary | 10110010 | 1110 | 1101010 | 0 | 1011100 | 101000 | 11110 | 101000110 | 1010101 | 100110 |
Color Harmonies of #B20E6A
Complementary color
Monochromatic Colors of #B20E6A
Black with #B20E6A
Text Example
Text Example
White with #B20E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E6A; }
p { color: rgb(178,14,106); }
H1.HeaderClassName
{
color: #B20E6A;
}
.AnyTagClassName
{
color: #B20E6A;
}
</style>
background-color css
<style>
a { background-color: #B20E6A; }
a { background-color: rgb(178,14,106); }
div.DivClassName
{
background-color: #B20E6A;
}
.BgClassName
{
background-color: #B20E6A;
}
</style>
border-color css
<style>
span { border-color: #B20E6A; }
span { border-color: rgb(178,14,106); }
td.TdClassName
{
border-color: #B20E6A;
}
.TagClassName
{
border-color: #B20E6A;
}
</style>