Shades of Jazzberry Jam #B5005A
Tints of Jazzberry Jam #B5005A
RGB
CMYK
RGB Variations
Color information
#B5005A (or 0xB5005A) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 5A. RGB value is (181,0,90). Sum of RGB (Red+Green+Blue) = 181+0+90=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B5005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5005A is #4AFFA5. Grayscale: #404040. Windows color (decimal): -4915110 or 5898421. OLE color: 5898421.
HSL color Cylindrical-coordinate representation of color #B5005A: hue angle of 330.17º 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 #B5005A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.50 | 0.29 |
| HSL | 330.17º | 1% | 0.35% | - |
| HSV(B) | 330.17º | 1% | 0.71% | - |
| XYZ | 20.9 | 10.56 | 10.61 | - |
| YUV | 64.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 90 | 0 | 1 | 0.50 | 0.29 | 330.17 | 1 | 0.35 |
| Hex | B5 | 0 | 5A | 0 | 64 | 32 | 1D | 14A | 64 | 23 |
| Octal | 265 | 0 | 132 | 0 | 144 | 62 | 35 | 512 | 144 | 43 |
| Binary | 10110101 | 0 | 1011010 | 0 | 1100100 | 110010 | 11101 | 101001010 | 1100100 | 100011 |
Color Harmonies of #B5005A
Complementary color
Monochromatic Colors of #B5005A
Black with #B5005A
Text Example
Text Example
White with #B5005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5005A; }
p { color: rgb(181,0,90); }
H1.HeaderClassName
{
color: #B5005A;
}
.AnyTagClassName
{
color: #B5005A;
}
</style>
background-color css
<style>
a { background-color: #B5005A; }
a { background-color: rgb(181,0,90); }
div.DivClassName
{
background-color: #B5005A;
}
.BgClassName
{
background-color: #B5005A;
}
</style>
border-color css
<style>
span { border-color: #B5005A; }
span { border-color: rgb(181,0,90); }
td.TdClassName
{
border-color: #B5005A;
}
.TagClassName
{
border-color: #B5005A;
}
</style>