Shades of Jazzberry Jam #BD0551
Tints of Jazzberry Jam #BD0551
RGB
CMYK
RGB Variations
Color information
#BD0551 (or 0xBD0551) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 51. RGB value is (189,5,81). Sum of RGB (Red+Green+Blue) = 189+5+81=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0551 is #42FAAE. Grayscale: #444444. Windows color (decimal): -4389551 or 5309885. OLE color: 5309885.
HSL color Cylindrical-coordinate representation of color #BD0551: hue angle of 335.22º 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 #BD0551 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.26 |
| HSL | 335.22º | 0.95% | 0.38% | - |
| HSV(B) | 335.22º | 0.97% | 0.74% | - |
| XYZ | 22.53 | 11.52 | 8.82 | - |
| YUV | 68.68 | 134.96 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 81 | 0 | 0.97 | 0.57 | 0.26 | 335.22 | 0.95 | 0.38 |
| Hex | BD | 5 | 51 | 0 | 61 | 39 | 1A | 14F | 5F | 26 |
| Octal | 275 | 5 | 121 | 0 | 141 | 71 | 32 | 517 | 137 | 46 |
| Binary | 10111101 | 101 | 1010001 | 0 | 1100001 | 111001 | 11010 | 101001111 | 1011111 | 100110 |
Color Harmonies of #BD0551
Complementary color
Monochromatic Colors of #BD0551
Black with #BD0551
Text Example
Text Example
White with #BD0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0551; }
p { color: rgb(189,5,81); }
H1.HeaderClassName
{
color: #BD0551;
}
.AnyTagClassName
{
color: #BD0551;
}
</style>
background-color css
<style>
a { background-color: #BD0551; }
a { background-color: rgb(189,5,81); }
div.DivClassName
{
background-color: #BD0551;
}
.BgClassName
{
background-color: #BD0551;
}
</style>
border-color css
<style>
span { border-color: #BD0551; }
span { border-color: rgb(189,5,81); }
td.TdClassName
{
border-color: #BD0551;
}
.TagClassName
{
border-color: #BD0551;
}
</style>