Shades of Jazzberry Jam #BD0261
Tints of Jazzberry Jam #BD0261
RGB
CMYK
RGB Variations
Color information
#BD0261 (or 0xBD0261) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 61. RGB value is (189,2,97). Sum of RGB (Red+Green+Blue) = 189+2+97=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0261 is #42FD9E. Grayscale: #444444. Windows color (decimal): -4390303 or 6357693. OLE color: 6357693.
HSL color Cylindrical-coordinate representation of color #BD0261: hue angle of 329.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0261 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.26 |
| HSL | 329.52º | 0.98% | 0.37% | - |
| HSV(B) | 329.52º | 0.99% | 0.74% | - |
| XYZ | 23.17 | 11.73 | 12.35 | - |
| YUV | 68.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 97 | 0 | 0.99 | 0.49 | 0.26 | 329.52 | 0.98 | 0.37 |
| Hex | BD | 2 | 61 | 0 | 63 | 31 | 1A | 14A | 62 | 25 |
| Octal | 275 | 2 | 141 | 0 | 143 | 61 | 32 | 512 | 142 | 45 |
| Binary | 10111101 | 10 | 1100001 | 0 | 1100011 | 110001 | 11010 | 101001010 | 1100010 | 100101 |
Color Harmonies of #BD0261
Complementary color
Monochromatic Colors of #BD0261
Black with #BD0261
Text Example
Text Example
White with #BD0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0261; }
p { color: rgb(189,2,97); }
H1.HeaderClassName
{
color: #BD0261;
}
.AnyTagClassName
{
color: #BD0261;
}
</style>
background-color css
<style>
a { background-color: #BD0261; }
a { background-color: rgb(189,2,97); }
div.DivClassName
{
background-color: #BD0261;
}
.BgClassName
{
background-color: #BD0261;
}
</style>
border-color css
<style>
span { border-color: #BD0261; }
span { border-color: rgb(189,2,97); }
td.TdClassName
{
border-color: #BD0261;
}
.TagClassName
{
border-color: #BD0261;
}
</style>