Shades of Jazzberry Jam #B50175
Tints of Jazzberry Jam #B50175
RGB
CMYK
RGB Variations
Color information
#B50175 (or 0xB50175) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 75. RGB value is (181,1,117). Sum of RGB (Red+Green+Blue) = 181+1+117=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B50175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50175 is #4AFE8A. Grayscale: #434343. Windows color (decimal): -4914827 or 7668149. OLE color: 7668149.
HSL color Cylindrical-coordinate representation of color #B50175: hue angle of 321.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 #B50175 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.29 |
| HSL | 321.33º | 0.99% | 0.36% | - |
| HSV(B) | 321.33º | 0.99% | 0.71% | - |
| XYZ | 22.28 | 11.13 | 17.8 | - |
| YUV | 68.04 | 155.63 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 117 | 0 | 0.99 | 0.35 | 0.29 | 321.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 75 | 0 | 63 | 23 | 1D | 141 | 63 | 24 |
| Octal | 265 | 1 | 165 | 0 | 143 | 43 | 35 | 501 | 143 | 44 |
| Binary | 10110101 | 1 | 1110101 | 0 | 1100011 | 100011 | 11101 | 101000001 | 1100011 | 100100 |
Color Harmonies of #B50175
Complementary color
Monochromatic Colors of #B50175
Black with #B50175
Text Example
Text Example
White with #B50175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50175; }
p { color: rgb(181,1,117); }
H1.HeaderClassName
{
color: #B50175;
}
.AnyTagClassName
{
color: #B50175;
}
</style>
background-color css
<style>
a { background-color: #B50175; }
a { background-color: rgb(181,1,117); }
div.DivClassName
{
background-color: #B50175;
}
.BgClassName
{
background-color: #B50175;
}
</style>
border-color css
<style>
span { border-color: #B50175; }
span { border-color: rgb(181,1,117); }
td.TdClassName
{
border-color: #B50175;
}
.TagClassName
{
border-color: #B50175;
}
</style>