Shades of Jazzberry Jam #BD0451
Tints of Jazzberry Jam #BD0451
RGB
CMYK
RGB Variations
Color information
#BD0451 (or 0xBD0451) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 51. RGB value is (189,4,81). Sum of RGB (Red+Green+Blue) = 189+4+81=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0451 is #42FBAE. Grayscale: #434343. Windows color (decimal): -4389807 or 5309629. OLE color: 5309629.
HSL color Cylindrical-coordinate representation of color #BD0451: hue angle of 335.03º 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 #BD0451 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.26 |
| HSL | 335.03º | 0.96% | 0.38% | - |
| HSV(B) | 335.03º | 0.98% | 0.74% | - |
| XYZ | 22.51 | 11.5 | 8.82 | - |
| YUV | 68.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 81 | 0 | 0.98 | 0.57 | 0.26 | 335.03 | 0.96 | 0.38 |
| Hex | BD | 4 | 51 | 0 | 62 | 39 | 1A | 14F | 60 | 26 |
| Octal | 275 | 4 | 121 | 0 | 142 | 71 | 32 | 517 | 140 | 46 |
| Binary | 10111101 | 100 | 1010001 | 0 | 1100010 | 111001 | 11010 | 101001111 | 1100000 | 100110 |
Color Harmonies of #BD0451
Complementary color
Monochromatic Colors of #BD0451
Black with #BD0451
Text Example
Text Example
White with #BD0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0451; }
p { color: rgb(189,4,81); }
H1.HeaderClassName
{
color: #BD0451;
}
.AnyTagClassName
{
color: #BD0451;
}
</style>
background-color css
<style>
a { background-color: #BD0451; }
a { background-color: rgb(189,4,81); }
div.DivClassName
{
background-color: #BD0451;
}
.BgClassName
{
background-color: #BD0451;
}
</style>
border-color css
<style>
span { border-color: #BD0451; }
span { border-color: rgb(189,4,81); }
td.TdClassName
{
border-color: #BD0451;
}
.TagClassName
{
border-color: #BD0451;
}
</style>