Shades of Jazzberry Jam #B20B5A
Tints of Jazzberry Jam #B20B5A
RGB
CMYK
RGB Variations
Color information
#B20B5A (or 0xB20B5A) is known color: Jazzberry Jam. HEX triplet: B2, 0B and 5A. RGB value is (178,11,90). Sum of RGB (Red+Green+Blue) = 178+11+90=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B5A is #4DF4A5. Grayscale: #454545. Windows color (decimal): -5108902 or 5901234. OLE color: 5901234.
HSL color Cylindrical-coordinate representation of color #B20B5A: hue angle of 331.62º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B5A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.30 |
| HSL | 331.62º | 0.88% | 0.37% | - |
| HSV(B) | 331.62º | 0.94% | 0.7% | - |
| XYZ | 20.33 | 10.44 | 10.62 | - |
| YUV | 69.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 90 | 0 | 0.94 | 0.49 | 0.30 | 331.62 | 0.88 | 0.37 |
| Hex | B2 | B | 5A | 0 | 5E | 31 | 1E | 14C | 58 | 25 |
| Octal | 262 | 13 | 132 | 0 | 136 | 61 | 36 | 514 | 130 | 45 |
| Binary | 10110010 | 1011 | 1011010 | 0 | 1011110 | 110001 | 11110 | 101001100 | 1011000 | 100101 |
Color Harmonies of #B20B5A
Complementary color
Monochromatic Colors of #B20B5A
Black with #B20B5A
Text Example
Text Example
White with #B20B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20B5A; }
p { color: rgb(178,11,90); }
H1.HeaderClassName
{
color: #B20B5A;
}
.AnyTagClassName
{
color: #B20B5A;
}
</style>
background-color css
<style>
a { background-color: #B20B5A; }
a { background-color: rgb(178,11,90); }
div.DivClassName
{
background-color: #B20B5A;
}
.BgClassName
{
background-color: #B20B5A;
}
</style>
border-color css
<style>
span { border-color: #B20B5A; }
span { border-color: rgb(178,11,90); }
td.TdClassName
{
border-color: #B20B5A;
}
.TagClassName
{
border-color: #B20B5A;
}
</style>