Shades of Jazzberry Jam #BD0865
Tints of Jazzberry Jam #BD0865
RGB
CMYK
RGB Variations
Color information
#BD0865 (or 0xBD0865) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 65. RGB value is (189,8,101). Sum of RGB (Red+Green+Blue) = 189+8+101=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0865 is #42F79A. Grayscale: #484848. Windows color (decimal): -4388763 or 6621373. OLE color: 6621373.
HSL color Cylindrical-coordinate representation of color #BD0865: hue angle of 329.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0865 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.26 |
| HSL | 329.17º | 0.92% | 0.39% | - |
| HSV(B) | 329.17º | 0.96% | 0.74% | - |
| XYZ | 23.42 | 11.93 | 13.38 | - |
| YUV | 72.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 101 | 0 | 0.96 | 0.47 | 0.26 | 329.17 | 0.92 | 0.39 |
| Hex | BD | 8 | 65 | 0 | 60 | 2F | 1A | 149 | 5C | 27 |
| Octal | 275 | 10 | 145 | 0 | 140 | 57 | 32 | 511 | 134 | 47 |
| Binary | 10111101 | 1000 | 1100101 | 0 | 1100000 | 101111 | 11010 | 101001001 | 1011100 | 100111 |
Color Harmonies of #BD0865
Complementary color
Monochromatic Colors of #BD0865
Black with #BD0865
Text Example
Text Example
White with #BD0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0865; }
p { color: rgb(189,8,101); }
H1.HeaderClassName
{
color: #BD0865;
}
.AnyTagClassName
{
color: #BD0865;
}
</style>
background-color css
<style>
a { background-color: #BD0865; }
a { background-color: rgb(189,8,101); }
div.DivClassName
{
background-color: #BD0865;
}
.BgClassName
{
background-color: #BD0865;
}
</style>
border-color css
<style>
span { border-color: #BD0865; }
span { border-color: rgb(189,8,101); }
td.TdClassName
{
border-color: #BD0865;
}
.TagClassName
{
border-color: #BD0865;
}
</style>