Shades of Jazzberry Jam #B20E6B
Tints of Jazzberry Jam #B20E6B
RGB
CMYK
RGB Variations
Color information
#B20E6B (or 0xB20E6B) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 6B. RGB value is (178,14,107). Sum of RGB (Red+Green+Blue) = 178+14+107=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E6B is #4DF194. Grayscale: #494949. Windows color (decimal): -5108117 or 7016114. OLE color: 7016114.
HSL color Cylindrical-coordinate representation of color #B20E6B: hue angle of 325.98º 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 #B20E6B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.30 |
| HSL | 325.98º | 0.85% | 0.38% | - |
| HSV(B) | 325.98º | 0.92% | 0.7% | - |
| XYZ | 21.17 | 10.84 | 14.89 | - |
| YUV | 73.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 107 | 0 | 0.92 | 0.40 | 0.30 | 325.98 | 0.85 | 0.38 |
| Hex | B2 | E | 6B | 0 | 5C | 28 | 1E | 146 | 55 | 26 |
| Octal | 262 | 16 | 153 | 0 | 134 | 50 | 36 | 506 | 125 | 46 |
| Binary | 10110010 | 1110 | 1101011 | 0 | 1011100 | 101000 | 11110 | 101000110 | 1010101 | 100110 |
Color Harmonies of #B20E6B
Complementary color
Monochromatic Colors of #B20E6B
Black with #B20E6B
Text Example
Text Example
White with #B20E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E6B; }
p { color: rgb(178,14,107); }
H1.HeaderClassName
{
color: #B20E6B;
}
.AnyTagClassName
{
color: #B20E6B;
}
</style>
background-color css
<style>
a { background-color: #B20E6B; }
a { background-color: rgb(178,14,107); }
div.DivClassName
{
background-color: #B20E6B;
}
.BgClassName
{
background-color: #B20E6B;
}
</style>
border-color css
<style>
span { border-color: #B20E6B; }
span { border-color: rgb(178,14,107); }
td.TdClassName
{
border-color: #B20E6B;
}
.TagClassName
{
border-color: #B20E6B;
}
</style>