Shades of Jazzberry Jam #B20D6B
Tints of Jazzberry Jam #B20D6B
RGB
CMYK
RGB Variations
Color information
#B20D6B (or 0xB20D6B) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 6B. RGB value is (178,13,107). Sum of RGB (Red+Green+Blue) = 178+13+107=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D6B is #4DF294. Grayscale: #484848. Windows color (decimal): -5108373 or 7015858. OLE color: 7015858.
HSL color Cylindrical-coordinate representation of color #B20D6B: hue angle of 325.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D6B is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 107 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.30 |
| HSL | 325.82º | 0.86% | 0.37% | - |
| HSV(B) | 325.82º | 0.93% | 0.7% | - |
| XYZ | 21.16 | 10.81 | 14.88 | - |
| YUV | 73.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 107 | 0 | 0.93 | 0.40 | 0.30 | 325.82 | 0.86 | 0.37 |
| Hex | B2 | D | 6B | 0 | 5D | 28 | 1E | 146 | 56 | 25 |
| Octal | 262 | 15 | 153 | 0 | 135 | 50 | 36 | 506 | 126 | 45 |
| Binary | 10110010 | 1101 | 1101011 | 0 | 1011101 | 101000 | 11110 | 101000110 | 1010110 | 100101 |
Color Harmonies of #B20D6B
Complementary color
Monochromatic Colors of #B20D6B
Black with #B20D6B
Text Example
Text Example
White with #B20D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D6B; }
p { color: rgb(178,13,107); }
H1.HeaderClassName
{
color: #B20D6B;
}
.AnyTagClassName
{
color: #B20D6B;
}
</style>
background-color css
<style>
a { background-color: #B20D6B; }
a { background-color: rgb(178,13,107); }
div.DivClassName
{
background-color: #B20D6B;
}
.BgClassName
{
background-color: #B20D6B;
}
</style>
border-color css
<style>
span { border-color: #B20D6B; }
span { border-color: rgb(178,13,107); }
td.TdClassName
{
border-color: #B20D6B;
}
.TagClassName
{
border-color: #B20D6B;
}
</style>