Shades of Jazzberry Jam #B5016F
Tints of Jazzberry Jam #B5016F
RGB
CMYK
RGB Variations
Color information
#B5016F (or 0xB5016F) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 6F. RGB value is (181,1,111). Sum of RGB (Red+Green+Blue) = 181+1+111=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5016F is #4AFE90. Grayscale: #434343. Windows color (decimal): -4914833 or 7274933. OLE color: 7274933.
HSL color Cylindrical-coordinate representation of color #B5016F: hue angle of 323.33º 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 #B5016F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.29 |
| HSL | 323.33º | 0.99% | 0.36% | - |
| HSV(B) | 323.33º | 0.99% | 0.71% | - |
| XYZ | 21.94 | 10.99 | 16 | - |
| YUV | 67.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 111 | 0 | 0.99 | 0.39 | 0.29 | 323.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 6F | 0 | 63 | 27 | 1D | 143 | 63 | 24 |
| Octal | 265 | 1 | 157 | 0 | 143 | 47 | 35 | 503 | 143 | 44 |
| Binary | 10110101 | 1 | 1101111 | 0 | 1100011 | 100111 | 11101 | 101000011 | 1100011 | 100100 |
Color Harmonies of #B5016F
Complementary color
Monochromatic Colors of #B5016F
Black with #B5016F
Text Example
Text Example
White with #B5016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5016F; }
p { color: rgb(181,1,111); }
H1.HeaderClassName
{
color: #B5016F;
}
.AnyTagClassName
{
color: #B5016F;
}
</style>
background-color css
<style>
a { background-color: #B5016F; }
a { background-color: rgb(181,1,111); }
div.DivClassName
{
background-color: #B5016F;
}
.BgClassName
{
background-color: #B5016F;
}
</style>
border-color css
<style>
span { border-color: #B5016F; }
span { border-color: rgb(181,1,111); }
td.TdClassName
{
border-color: #B5016F;
}
.TagClassName
{
border-color: #B5016F;
}
</style>