Shades of Jazzberry Jam #BD0858
Tints of Jazzberry Jam #BD0858
RGB
CMYK
RGB Variations
Color information
#BD0858 (or 0xBD0858) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 58. RGB value is (189,8,88). Sum of RGB (Red+Green+Blue) = 189+8+88=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0858 is #42F7A7. Grayscale: #474747. Windows color (decimal): -4388776 or 5769405. OLE color: 5769405.
HSL color Cylindrical-coordinate representation of color #BD0858: hue angle of 333.48º 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 #BD0858 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.26 |
| HSL | 333.48º | 0.92% | 0.39% | - |
| HSV(B) | 333.48º | 0.96% | 0.74% | - |
| XYZ | 22.83 | 11.7 | 10.29 | - |
| YUV | 71.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 88 | 0 | 0.96 | 0.53 | 0.26 | 333.48 | 0.92 | 0.39 |
| Hex | BD | 8 | 58 | 0 | 60 | 35 | 1A | 14D | 5C | 27 |
| Octal | 275 | 10 | 130 | 0 | 140 | 65 | 32 | 515 | 134 | 47 |
| Binary | 10111101 | 1000 | 1011000 | 0 | 1100000 | 110101 | 11010 | 101001101 | 1011100 | 100111 |
Color Harmonies of #BD0858
Complementary color
Monochromatic Colors of #BD0858
Black with #BD0858
Text Example
Text Example
White with #BD0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0858; }
p { color: rgb(189,8,88); }
H1.HeaderClassName
{
color: #BD0858;
}
.AnyTagClassName
{
color: #BD0858;
}
</style>
background-color css
<style>
a { background-color: #BD0858; }
a { background-color: rgb(189,8,88); }
div.DivClassName
{
background-color: #BD0858;
}
.BgClassName
{
background-color: #BD0858;
}
</style>
border-color css
<style>
span { border-color: #BD0858; }
span { border-color: rgb(189,8,88); }
td.TdClassName
{
border-color: #BD0858;
}
.TagClassName
{
border-color: #BD0858;
}
</style>