Shades of Jazzberry Jam #B5006B
Tints of Jazzberry Jam #B5006B
RGB
CMYK
RGB Variations
Color information
#B5006B (or 0xB5006B) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 6B. RGB value is (181,0,107). Sum of RGB (Red+Green+Blue) = 181+0+107=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5006B is #4AFF94. Grayscale: #424242. Windows color (decimal): -4915093 or 7012533. OLE color: 7012533.
HSL color Cylindrical-coordinate representation of color #B5006B: hue angle of 324.53º 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 #B5006B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.41 | 0.29 |
| HSL | 324.53º | 1% | 0.35% | - |
| HSV(B) | 324.53º | 1% | 0.71% | - |
| XYZ | 21.71 | 10.89 | 14.87 | - |
| YUV | 66.32 | 150.97 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 107 | 0 | 1 | 0.41 | 0.29 | 324.53 | 1 | 0.35 |
| Hex | B5 | 0 | 6B | 0 | 64 | 29 | 1D | 145 | 64 | 23 |
| Octal | 265 | 0 | 153 | 0 | 144 | 51 | 35 | 505 | 144 | 43 |
| Binary | 10110101 | 0 | 1101011 | 0 | 1100100 | 101001 | 11101 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B5006B
Complementary color
Monochromatic Colors of #B5006B
Black with #B5006B
Text Example
Text Example
White with #B5006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5006B; }
p { color: rgb(181,0,107); }
H1.HeaderClassName
{
color: #B5006B;
}
.AnyTagClassName
{
color: #B5006B;
}
</style>
background-color css
<style>
a { background-color: #B5006B; }
a { background-color: rgb(181,0,107); }
div.DivClassName
{
background-color: #B5006B;
}
.BgClassName
{
background-color: #B5006B;
}
</style>
border-color css
<style>
span { border-color: #B5006B; }
span { border-color: rgb(181,0,107); }
td.TdClassName
{
border-color: #B5006B;
}
.TagClassName
{
border-color: #B5006B;
}
</style>