Shades of Jazzberry Jam #BD0458
Tints of Jazzberry Jam #BD0458
RGB
CMYK
RGB Variations
Color information
#BD0458 (or 0xBD0458) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 58. RGB value is (189,4,88). Sum of RGB (Red+Green+Blue) = 189+4+88=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0458 is #42FBA7. Grayscale: #444444. Windows color (decimal): -4389800 or 5768381. OLE color: 5768381.
HSL color Cylindrical-coordinate representation of color #BD0458: hue angle of 332.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0458 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.26 |
| HSL | 332.76º | 0.96% | 0.38% | - |
| HSV(B) | 332.76º | 0.98% | 0.74% | - |
| XYZ | 22.79 | 11.61 | 10.27 | - |
| YUV | 68.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 88 | 0 | 0.98 | 0.53 | 0.26 | 332.76 | 0.96 | 0.38 |
| Hex | BD | 4 | 58 | 0 | 62 | 35 | 1A | 14D | 60 | 26 |
| Octal | 275 | 4 | 130 | 0 | 142 | 65 | 32 | 515 | 140 | 46 |
| Binary | 10111101 | 100 | 1011000 | 0 | 1100010 | 110101 | 11010 | 101001101 | 1100000 | 100110 |
Color Harmonies of #BD0458
Complementary color
Monochromatic Colors of #BD0458
Black with #BD0458
Text Example
Text Example
White with #BD0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0458; }
p { color: rgb(189,4,88); }
H1.HeaderClassName
{
color: #BD0458;
}
.AnyTagClassName
{
color: #BD0458;
}
</style>
background-color css
<style>
a { background-color: #BD0458; }
a { background-color: rgb(189,4,88); }
div.DivClassName
{
background-color: #BD0458;
}
.BgClassName
{
background-color: #BD0458;
}
</style>
border-color css
<style>
span { border-color: #BD0458; }
span { border-color: rgb(189,4,88); }
td.TdClassName
{
border-color: #BD0458;
}
.TagClassName
{
border-color: #BD0458;
}
</style>