Shades of Jazzberry Jam #B5205E
Tints of Jazzberry Jam #B5205E
RGB
CMYK
RGB Variations
Color information
#B5205E (or 0xB5205E) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 5E. RGB value is (181,32,94). Sum of RGB (Red+Green+Blue) = 181+32+94=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205E is #4ADFA1. Grayscale: #535353. Windows color (decimal): -4906914 or 6168757. OLE color: 6168757.
HSL color Cylindrical-coordinate representation of color #B5205E: hue angle of 335.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5205E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 94 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.29 |
| HSL | 335.03º | 0.7% | 0.42% | - |
| HSV(B) | 335.03º | 0.82% | 0.71% | - |
| XYZ | 21.59 | 11.66 | 11.7 | - |
| YUV | 83.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 94 | 0 | 0.82 | 0.48 | 0.29 | 335.03 | 0.7 | 0.42 |
| Hex | B5 | 20 | 5E | 0 | 52 | 30 | 1D | 14F | 46 | 2A |
| Octal | 265 | 40 | 136 | 0 | 122 | 60 | 35 | 517 | 106 | 52 |
| Binary | 10110101 | 100000 | 1011110 | 0 | 1010010 | 110000 | 11101 | 101001111 | 1000110 | 101010 |
Color Harmonies of #B5205E
Complementary color
Monochromatic Colors of #B5205E
Black with #B5205E
Text Example
Text Example
White with #B5205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5205E; }
p { color: rgb(181,32,94); }
H1.HeaderClassName
{
color: #B5205E;
}
.AnyTagClassName
{
color: #B5205E;
}
</style>
background-color css
<style>
a { background-color: #B5205E; }
a { background-color: rgb(181,32,94); }
div.DivClassName
{
background-color: #B5205E;
}
.BgClassName
{
background-color: #B5205E;
}
</style>
border-color css
<style>
span { border-color: #B5205E; }
span { border-color: rgb(181,32,94); }
td.TdClassName
{
border-color: #B5205E;
}
.TagClassName
{
border-color: #B5205E;
}
</style>