Shades of Jazzberry Jam #BD0650
Tints of Jazzberry Jam #BD0650
RGB
CMYK
RGB Variations
Color information
#BD0650 (or 0xBD0650) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 50. RGB value is (189,6,80). Sum of RGB (Red+Green+Blue) = 189+6+80=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0650 is #42F9AF. Grayscale: #454545. Windows color (decimal): -4389296 or 5244605. OLE color: 5244605.
HSL color Cylindrical-coordinate representation of color #BD0650: hue angle of 335.74º degrees, saturation: 0.94, 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 #BD0650 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 80 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.26 |
| HSL | 335.74º | 0.94% | 0.38% | - |
| HSV(B) | 335.74º | 0.97% | 0.74% | - |
| XYZ | 22.5 | 11.53 | 8.63 | - |
| YUV | 69.15 | 134.13 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 80 | 0 | 0.97 | 0.58 | 0.26 | 335.74 | 0.94 | 0.38 |
| Hex | BD | 6 | 50 | 0 | 61 | 3A | 1A | 150 | 5E | 26 |
| Octal | 275 | 6 | 120 | 0 | 141 | 72 | 32 | 520 | 136 | 46 |
| Binary | 10111101 | 110 | 1010000 | 0 | 1100001 | 111010 | 11010 | 101010000 | 1011110 | 100110 |
Color Harmonies of #BD0650
Complementary color
Monochromatic Colors of #BD0650
Black with #BD0650
Text Example
Text Example
White with #BD0650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0650; }
p { color: rgb(189,6,80); }
H1.HeaderClassName
{
color: #BD0650;
}
.AnyTagClassName
{
color: #BD0650;
}
</style>
background-color css
<style>
a { background-color: #BD0650; }
a { background-color: rgb(189,6,80); }
div.DivClassName
{
background-color: #BD0650;
}
.BgClassName
{
background-color: #BD0650;
}
</style>
border-color css
<style>
span { border-color: #BD0650; }
span { border-color: rgb(189,6,80); }
td.TdClassName
{
border-color: #BD0650;
}
.TagClassName
{
border-color: #BD0650;
}
</style>