Shades of Jazzberry Jam #BD0065
Tints of Jazzberry Jam #BD0065
RGB
CMYK
RGB Variations
Color information
#BD0065 (or 0xBD0065) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 65. RGB value is (189,0,101). Sum of RGB (Red+Green+Blue) = 189+0+101=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0065 is #42FF9A. Grayscale: #434343. Windows color (decimal): -4390811 or 6619325. OLE color: 6619325.
HSL color Cylindrical-coordinate representation of color #BD0065: hue angle of 327.94º 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 #BD0065 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.47 | 0.26 |
| HSL | 327.94º | 1% | 0.37% | - |
| HSV(B) | 327.94º | 1% | 0.74% | - |
| XYZ | 23.34 | 11.76 | 13.35 | - |
| YUV | 68.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 101 | 0 | 1 | 0.47 | 0.26 | 327.94 | 1 | 0.37 |
| Hex | BD | 0 | 65 | 0 | 64 | 2F | 1A | 148 | 64 | 25 |
| Octal | 275 | 0 | 145 | 0 | 144 | 57 | 32 | 510 | 144 | 45 |
| Binary | 10111101 | 0 | 1100101 | 0 | 1100100 | 101111 | 11010 | 101001000 | 1100100 | 100101 |
Color Harmonies of #BD0065
Complementary color
Monochromatic Colors of #BD0065
Black with #BD0065
Text Example
Text Example
White with #BD0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0065; }
p { color: rgb(189,0,101); }
H1.HeaderClassName
{
color: #BD0065;
}
.AnyTagClassName
{
color: #BD0065;
}
</style>
background-color css
<style>
a { background-color: #BD0065; }
a { background-color: rgb(189,0,101); }
div.DivClassName
{
background-color: #BD0065;
}
.BgClassName
{
background-color: #BD0065;
}
</style>
border-color css
<style>
span { border-color: #BD0065; }
span { border-color: rgb(189,0,101); }
td.TdClassName
{
border-color: #BD0065;
}
.TagClassName
{
border-color: #BD0065;
}
</style>