Shades of Jazzberry Jam #BD0564
Tints of Jazzberry Jam #BD0564
RGB
CMYK
RGB Variations
Color information
#BD0564 (or 0xBD0564) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 64. RGB value is (189,5,100). Sum of RGB (Red+Green+Blue) = 189+5+100=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0564 is #42FA9B. Grayscale: #464646. Windows color (decimal): -4389532 or 6555069. OLE color: 6555069.
HSL color Cylindrical-coordinate representation of color #BD0564: hue angle of 329.02º 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 #BD0564 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.26 |
| HSL | 329.02º | 0.95% | 0.38% | - |
| HSV(B) | 329.02º | 0.97% | 0.74% | - |
| XYZ | 23.34 | 11.85 | 13.11 | - |
| YUV | 70.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 100 | 0 | 0.97 | 0.47 | 0.26 | 329.02 | 0.95 | 0.38 |
| Hex | BD | 5 | 64 | 0 | 61 | 2F | 1A | 149 | 5F | 26 |
| Octal | 275 | 5 | 144 | 0 | 141 | 57 | 32 | 511 | 137 | 46 |
| Binary | 10111101 | 101 | 1100100 | 0 | 1100001 | 101111 | 11010 | 101001001 | 1011111 | 100110 |
Color Harmonies of #BD0564
Complementary color
Monochromatic Colors of #BD0564
Black with #BD0564
Text Example
Text Example
White with #BD0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0564; }
p { color: rgb(189,5,100); }
H1.HeaderClassName
{
color: #BD0564;
}
.AnyTagClassName
{
color: #BD0564;
}
</style>
background-color css
<style>
a { background-color: #BD0564; }
a { background-color: rgb(189,5,100); }
div.DivClassName
{
background-color: #BD0564;
}
.BgClassName
{
background-color: #BD0564;
}
</style>
border-color css
<style>
span { border-color: #BD0564; }
span { border-color: rgb(189,5,100); }
td.TdClassName
{
border-color: #BD0564;
}
.TagClassName
{
border-color: #BD0564;
}
</style>