Shades of Jazzberry Jam #BD0655
Tints of Jazzberry Jam #BD0655
RGB
CMYK
RGB Variations
Color information
#BD0655 (or 0xBD0655) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 55. RGB value is (189,6,85). Sum of RGB (Red+Green+Blue) = 189+6+85=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0655 is #42F9AA. Grayscale: #454545. Windows color (decimal): -4389291 or 5572285. OLE color: 5572285.
HSL color Cylindrical-coordinate representation of color #BD0655: hue angle of 334.1º 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 #BD0655 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.26 |
| HSL | 334.1º | 0.94% | 0.38% | - |
| HSV(B) | 334.1º | 0.97% | 0.74% | - |
| XYZ | 22.69 | 11.6 | 9.64 | - |
| YUV | 69.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 85 | 0 | 0.97 | 0.55 | 0.26 | 334.1 | 0.94 | 0.38 |
| Hex | BD | 6 | 55 | 0 | 61 | 37 | 1A | 14E | 5E | 26 |
| Octal | 275 | 6 | 125 | 0 | 141 | 67 | 32 | 516 | 136 | 46 |
| Binary | 10111101 | 110 | 1010101 | 0 | 1100001 | 110111 | 11010 | 101001110 | 1011110 | 100110 |
Color Harmonies of #BD0655
Complementary color
Monochromatic Colors of #BD0655
Black with #BD0655
Text Example
Text Example
White with #BD0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0655; }
p { color: rgb(189,6,85); }
H1.HeaderClassName
{
color: #BD0655;
}
.AnyTagClassName
{
color: #BD0655;
}
</style>
background-color css
<style>
a { background-color: #BD0655; }
a { background-color: rgb(189,6,85); }
div.DivClassName
{
background-color: #BD0655;
}
.BgClassName
{
background-color: #BD0655;
}
</style>
border-color css
<style>
span { border-color: #BD0655; }
span { border-color: rgb(189,6,85); }
td.TdClassName
{
border-color: #BD0655;
}
.TagClassName
{
border-color: #BD0655;
}
</style>