Shades of Jazzberry Jam #BD0550
Tints of Jazzberry Jam #BD0550
RGB
CMYK
RGB Variations
Color information
#BD0550 (or 0xBD0550) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 50. RGB value is (189,5,80). Sum of RGB (Red+Green+Blue) = 189+5+80=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0550 is #42FAAF. Grayscale: #444444. Windows color (decimal): -4389552 or 5244349. OLE color: 5244349.
HSL color Cylindrical-coordinate representation of color #BD0550: hue angle of 335.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0550 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 80 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.26 |
| HSL | 335.54º | 0.95% | 0.38% | - |
| HSV(B) | 335.54º | 0.97% | 0.74% | - |
| XYZ | 22.49 | 11.51 | 8.63 | - |
| YUV | 68.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 80 | 0 | 0.97 | 0.58 | 0.26 | 335.54 | 0.95 | 0.38 |
| Hex | BD | 5 | 50 | 0 | 61 | 3A | 1A | 150 | 5F | 26 |
| Octal | 275 | 5 | 120 | 0 | 141 | 72 | 32 | 520 | 137 | 46 |
| Binary | 10111101 | 101 | 1010000 | 0 | 1100001 | 111010 | 11010 | 101010000 | 1011111 | 100110 |
Color Harmonies of #BD0550
Complementary color
Monochromatic Colors of #BD0550
Black with #BD0550
Text Example
Text Example
White with #BD0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0550; }
p { color: rgb(189,5,80); }
H1.HeaderClassName
{
color: #BD0550;
}
.AnyTagClassName
{
color: #BD0550;
}
</style>
background-color css
<style>
a { background-color: #BD0550; }
a { background-color: rgb(189,5,80); }
div.DivClassName
{
background-color: #BD0550;
}
.BgClassName
{
background-color: #BD0550;
}
</style>
border-color css
<style>
span { border-color: #BD0550; }
span { border-color: rgb(189,5,80); }
td.TdClassName
{
border-color: #BD0550;
}
.TagClassName
{
border-color: #BD0550;
}
</style>