Shades of Jazzberry Jam #B5005C
Tints of Jazzberry Jam #B5005C
RGB
CMYK
RGB Variations
Color information
#B5005C (or 0xB5005C) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 5C. RGB value is (181,0,92). Sum of RGB (Red+Green+Blue) = 181+0+92=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5005C is #4AFFA3. Grayscale: #404040. Windows color (decimal): -4915108 or 6029493. OLE color: 6029493.
HSL color Cylindrical-coordinate representation of color #B5005C: hue angle of 329.5º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5005C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.49 | 0.29 |
| HSL | 329.5º | 1% | 0.35% | - |
| HSV(B) | 329.5º | 1% | 0.71% | - |
| XYZ | 20.99 | 10.6 | 11.06 | - |
| YUV | 64.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 92 | 0 | 1 | 0.49 | 0.29 | 329.5 | 1 | 0.35 |
| Hex | B5 | 0 | 5C | 0 | 64 | 31 | 1D | 14A | 64 | 23 |
| Octal | 265 | 0 | 134 | 0 | 144 | 61 | 35 | 512 | 144 | 43 |
| Binary | 10110101 | 0 | 1011100 | 0 | 1100100 | 110001 | 11101 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B5005C
Complementary color
Monochromatic Colors of #B5005C
Black with #B5005C
Text Example
Text Example
White with #B5005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5005C; }
p { color: rgb(181,0,92); }
H1.HeaderClassName
{
color: #B5005C;
}
.AnyTagClassName
{
color: #B5005C;
}
</style>
background-color css
<style>
a { background-color: #B5005C; }
a { background-color: rgb(181,0,92); }
div.DivClassName
{
background-color: #B5005C;
}
.BgClassName
{
background-color: #B5005C;
}
</style>
border-color css
<style>
span { border-color: #B5005C; }
span { border-color: rgb(181,0,92); }
td.TdClassName
{
border-color: #B5005C;
}
.TagClassName
{
border-color: #B5005C;
}
</style>