Shades of Jazzberry Jam #BD0460
Tints of Jazzberry Jam #BD0460
RGB
CMYK
RGB Variations
Color information
#BD0460 (or 0xBD0460) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 60. RGB value is (189,4,96). Sum of RGB (Red+Green+Blue) = 189+4+96=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0460 is #42FB9F. Grayscale: #454545. Windows color (decimal): -4389792 or 6292669. OLE color: 6292669.
HSL color Cylindrical-coordinate representation of color #BD0460: hue angle of 330.16º 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 #BD0460 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.26 |
| HSL | 330.16º | 0.96% | 0.38% | - |
| HSV(B) | 330.16º | 0.98% | 0.74% | - |
| XYZ | 23.14 | 11.75 | 12.11 | - |
| YUV | 69.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 96 | 0 | 0.98 | 0.49 | 0.26 | 330.16 | 0.96 | 0.38 |
| Hex | BD | 4 | 60 | 0 | 62 | 31 | 1A | 14A | 60 | 26 |
| Octal | 275 | 4 | 140 | 0 | 142 | 61 | 32 | 512 | 140 | 46 |
| Binary | 10111101 | 100 | 1100000 | 0 | 1100010 | 110001 | 11010 | 101001010 | 1100000 | 100110 |
Color Harmonies of #BD0460
Complementary color
Monochromatic Colors of #BD0460
Black with #BD0460
Text Example
Text Example
White with #BD0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0460; }
p { color: rgb(189,4,96); }
H1.HeaderClassName
{
color: #BD0460;
}
.AnyTagClassName
{
color: #BD0460;
}
</style>
background-color css
<style>
a { background-color: #BD0460; }
a { background-color: rgb(189,4,96); }
div.DivClassName
{
background-color: #BD0460;
}
.BgClassName
{
background-color: #BD0460;
}
</style>
border-color css
<style>
span { border-color: #BD0460; }
span { border-color: rgb(189,4,96); }
td.TdClassName
{
border-color: #BD0460;
}
.TagClassName
{
border-color: #BD0460;
}
</style>