Shades of Jazzberry Jam #B5016A
Tints of Jazzberry Jam #B5016A
RGB
CMYK
RGB Variations
Color information
#B5016A (or 0xB5016A) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 6A. RGB value is (181,1,106). Sum of RGB (Red+Green+Blue) = 181+1+106=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5016A is #4AFE95. Grayscale: #424242. Windows color (decimal): -4914838 or 6947253. OLE color: 6947253.
HSL color Cylindrical-coordinate representation of color #B5016A: hue angle of 325º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5016A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.29 |
| HSL | 325º | 0.99% | 0.36% | - |
| HSV(B) | 325º | 0.99% | 0.71% | - |
| XYZ | 21.67 | 10.89 | 14.59 | - |
| YUV | 66.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 106 | 0 | 0.99 | 0.41 | 0.29 | 325 | 0.99 | 0.36 |
| Hex | B5 | 1 | 6A | 0 | 63 | 29 | 1D | 145 | 63 | 24 |
| Octal | 265 | 1 | 152 | 0 | 143 | 51 | 35 | 505 | 143 | 44 |
| Binary | 10110101 | 1 | 1101010 | 0 | 1100011 | 101001 | 11101 | 101000101 | 1100011 | 100100 |
Color Harmonies of #B5016A
Complementary color
Monochromatic Colors of #B5016A
Black with #B5016A
Text Example
Text Example
White with #B5016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5016A; }
p { color: rgb(181,1,106); }
H1.HeaderClassName
{
color: #B5016A;
}
.AnyTagClassName
{
color: #B5016A;
}
</style>
background-color css
<style>
a { background-color: #B5016A; }
a { background-color: rgb(181,1,106); }
div.DivClassName
{
background-color: #B5016A;
}
.BgClassName
{
background-color: #B5016A;
}
</style>
border-color css
<style>
span { border-color: #B5016A; }
span { border-color: rgb(181,1,106); }
td.TdClassName
{
border-color: #B5016A;
}
.TagClassName
{
border-color: #B5016A;
}
</style>