Shades of Jazzberry Jam #BD0064
Tints of Jazzberry Jam #BD0064
RGB
CMYK
RGB Variations
Color information
#BD0064 (or 0xBD0064) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 64. RGB value is (189,0,100). Sum of RGB (Red+Green+Blue) = 189+0+100=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0064 is #42FF9B. Grayscale: #434343. Windows color (decimal): -4390812 or 6553789. OLE color: 6553789.
HSL color Cylindrical-coordinate representation of color #BD0064: hue angle of 328.25º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0064 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.47 | 0.26 |
| HSL | 328.25º | 1% | 0.37% | - |
| HSV(B) | 328.25º | 1% | 0.74% | - |
| XYZ | 23.29 | 11.74 | 13.1 | - |
| YUV | 67.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 100 | 0 | 1 | 0.47 | 0.26 | 328.25 | 1 | 0.37 |
| Hex | BD | 0 | 64 | 0 | 64 | 2F | 1A | 148 | 64 | 25 |
| Octal | 275 | 0 | 144 | 0 | 144 | 57 | 32 | 510 | 144 | 45 |
| Binary | 10111101 | 0 | 1100100 | 0 | 1100100 | 101111 | 11010 | 101001000 | 1100100 | 100101 |
Color Harmonies of #BD0064
Complementary color
Monochromatic Colors of #BD0064
Black with #BD0064
Text Example
Text Example
White with #BD0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0064; }
p { color: rgb(189,0,100); }
H1.HeaderClassName
{
color: #BD0064;
}
.AnyTagClassName
{
color: #BD0064;
}
</style>
background-color css
<style>
a { background-color: #BD0064; }
a { background-color: rgb(189,0,100); }
div.DivClassName
{
background-color: #BD0064;
}
.BgClassName
{
background-color: #BD0064;
}
</style>
border-color css
<style>
span { border-color: #BD0064; }
span { border-color: rgb(189,0,100); }
td.TdClassName
{
border-color: #BD0064;
}
.TagClassName
{
border-color: #BD0064;
}
</style>