Shades of Jazzberry Jam #B50268
Tints of Jazzberry Jam #B50268
RGB
CMYK
RGB Variations
Color information
#B50268 (or 0xB50268) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 68. RGB value is (181,2,104). Sum of RGB (Red+Green+Blue) = 181+2+104=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50268 is #4AFD97. Grayscale: #424242. Windows color (decimal): -4914584 or 6816437. OLE color: 6816437.
HSL color Cylindrical-coordinate representation of color #B50268: hue angle of 325.81º degrees, saturation: 0.98, 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 #B50268 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.29 |
| HSL | 325.81º | 0.98% | 0.36% | - |
| HSV(B) | 325.81º | 0.99% | 0.71% | - |
| XYZ | 21.58 | 10.87 | 14.06 | - |
| YUV | 67.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 104 | 0 | 0.99 | 0.43 | 0.29 | 325.81 | 0.98 | 0.36 |
| Hex | B5 | 2 | 68 | 0 | 63 | 2B | 1D | 146 | 62 | 24 |
| Octal | 265 | 2 | 150 | 0 | 143 | 53 | 35 | 506 | 142 | 44 |
| Binary | 10110101 | 10 | 1101000 | 0 | 1100011 | 101011 | 11101 | 101000110 | 1100010 | 100100 |
Color Harmonies of #B50268
Complementary color
Monochromatic Colors of #B50268
Black with #B50268
Text Example
Text Example
White with #B50268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50268; }
p { color: rgb(181,2,104); }
H1.HeaderClassName
{
color: #B50268;
}
.AnyTagClassName
{
color: #B50268;
}
</style>
background-color css
<style>
a { background-color: #B50268; }
a { background-color: rgb(181,2,104); }
div.DivClassName
{
background-color: #B50268;
}
.BgClassName
{
background-color: #B50268;
}
</style>
border-color css
<style>
span { border-color: #B50268; }
span { border-color: rgb(181,2,104); }
td.TdClassName
{
border-color: #B50268;
}
.TagClassName
{
border-color: #B50268;
}
</style>