Shades of Jazzberry Jam #B20067
Tints of Jazzberry Jam #B20067
RGB
CMYK
RGB Variations
Color information
#B20067 (or 0xB20067) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 67. RGB value is (178,0,103). Sum of RGB (Red+Green+Blue) = 178+0+103=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20067 is #4DFF98. Grayscale: #404040. Windows color (decimal): -5111705 or 6750386. OLE color: 6750386.
HSL color Cylindrical-coordinate representation of color #B20067: hue angle of 325.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20067 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.42 | 0.30 |
| HSL | 325.28º | 1% | 0.35% | - |
| HSV(B) | 325.28º | 1% | 0.7% | - |
| XYZ | 20.81 | 10.44 | 13.75 | - |
| YUV | 64.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 103 | 0 | 1 | 0.42 | 0.30 | 325.28 | 1 | 0.35 |
| Hex | B2 | 0 | 67 | 0 | 64 | 2A | 1E | 145 | 64 | 23 |
| Octal | 262 | 0 | 147 | 0 | 144 | 52 | 36 | 505 | 144 | 43 |
| Binary | 10110010 | 0 | 1100111 | 0 | 1100100 | 101010 | 11110 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B20067
Complementary color
Monochromatic Colors of #B20067
Black with #B20067
Text Example
Text Example
White with #B20067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20067; }
p { color: rgb(178,0,103); }
H1.HeaderClassName
{
color: #B20067;
}
.AnyTagClassName
{
color: #B20067;
}
</style>
background-color css
<style>
a { background-color: #B20067; }
a { background-color: rgb(178,0,103); }
div.DivClassName
{
background-color: #B20067;
}
.BgClassName
{
background-color: #B20067;
}
</style>
border-color css
<style>
span { border-color: #B20067; }
span { border-color: rgb(178,0,103); }
td.TdClassName
{
border-color: #B20067;
}
.TagClassName
{
border-color: #B20067;
}
</style>