Shades of Jazzberry Jam #B50C69
Tints of Jazzberry Jam #B50C69
RGB
CMYK
RGB Variations
Color information
#B50C69 (or 0xB50C69) is known color: Jazzberry Jam. HEX triplet: B5, 0C and 69. RGB value is (181,12,105). Sum of RGB (Red+Green+Blue) = 181+12+105=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C69 is #4AF396. Grayscale: #484848. Windows color (decimal): -4912023 or 6884533. OLE color: 6884533.
HSL color Cylindrical-coordinate representation of color #B50C69: hue angle of 326.98º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C69 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 12 | 105 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.29 |
| HSL | 326.98º | 0.88% | 0.38% | - |
| HSV(B) | 326.98º | 0.93% | 0.71% | - |
| XYZ | 21.74 | 11.11 | 14.36 | - |
| YUV | 73.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 105 | 0 | 0.93 | 0.42 | 0.29 | 326.98 | 0.88 | 0.38 |
| Hex | B5 | C | 69 | 0 | 5D | 2A | 1D | 147 | 58 | 26 |
| Octal | 265 | 14 | 151 | 0 | 135 | 52 | 35 | 507 | 130 | 46 |
| Binary | 10110101 | 1100 | 1101001 | 0 | 1011101 | 101010 | 11101 | 101000111 | 1011000 | 100110 |
Color Harmonies of #B50C69
Complementary color
Monochromatic Colors of #B50C69
Black with #B50C69
Text Example
Text Example
White with #B50C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50C69; }
p { color: rgb(181,12,105); }
H1.HeaderClassName
{
color: #B50C69;
}
.AnyTagClassName
{
color: #B50C69;
}
</style>
background-color css
<style>
a { background-color: #B50C69; }
a { background-color: rgb(181,12,105); }
div.DivClassName
{
background-color: #B50C69;
}
.BgClassName
{
background-color: #B50C69;
}
</style>
border-color css
<style>
span { border-color: #B50C69; }
span { border-color: rgb(181,12,105); }
td.TdClassName
{
border-color: #B50C69;
}
.TagClassName
{
border-color: #B50C69;
}
</style>