Shades of Jazzberry Jam #B0205A
Tints of Jazzberry Jam #B0205A
RGB
CMYK
RGB Variations
Color information
#B0205A (or 0xB0205A) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 5A. RGB value is (176,32,90). Sum of RGB (Red+Green+Blue) = 176+32+90=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B0205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0205A is #4FDFA5. Grayscale: #515151. Windows color (decimal): -5234598 or 5906608. OLE color: 5906608.
HSL color Cylindrical-coordinate representation of color #B0205A: hue angle of 335.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0205A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 90 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.31 |
| HSL | 335.83º | 0.69% | 0.41% | - |
| HSV(B) | 335.83º | 0.82% | 0.69% | - |
| XYZ | 20.27 | 11 | 10.73 | - |
| YUV | 81.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 90 | 0 | 0.82 | 0.49 | 0.31 | 335.83 | 0.69 | 0.41 |
| Hex | B0 | 20 | 5A | 0 | 52 | 31 | 1F | 150 | 45 | 29 |
| Octal | 260 | 40 | 132 | 0 | 122 | 61 | 37 | 520 | 105 | 51 |
| Binary | 10110000 | 100000 | 1011010 | 0 | 1010010 | 110001 | 11111 | 101010000 | 1000101 | 101001 |
Color Harmonies of #B0205A
Complementary color
Monochromatic Colors of #B0205A
Black with #B0205A
Text Example
Text Example
White with #B0205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0205A; }
p { color: rgb(176,32,90); }
H1.HeaderClassName
{
color: #B0205A;
}
.AnyTagClassName
{
color: #B0205A;
}
</style>
background-color css
<style>
a { background-color: #B0205A; }
a { background-color: rgb(176,32,90); }
div.DivClassName
{
background-color: #B0205A;
}
.BgClassName
{
background-color: #B0205A;
}
</style>
border-color css
<style>
span { border-color: #B0205A; }
span { border-color: rgb(176,32,90); }
td.TdClassName
{
border-color: #B0205A;
}
.TagClassName
{
border-color: #B0205A;
}
</style>