Shades of Jazzberry Jam #BD0262
Tints of Jazzberry Jam #BD0262
RGB
CMYK
RGB Variations
Color information
#BD0262 (or 0xBD0262) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 62. RGB value is (189,2,98). Sum of RGB (Red+Green+Blue) = 189+2+98=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0262 is #42FD9D. Grayscale: #444444. Windows color (decimal): -4390302 or 6423229. OLE color: 6423229.
HSL color Cylindrical-coordinate representation of color #BD0262: hue angle of 329.2º 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 #BD0262 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.26 |
| HSL | 329.2º | 0.98% | 0.37% | - |
| HSV(B) | 329.2º | 0.99% | 0.74% | - |
| XYZ | 23.21 | 11.74 | 12.6 | - |
| YUV | 68.86 | 144.45 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 98 | 0 | 0.99 | 0.48 | 0.26 | 329.2 | 0.98 | 0.37 |
| Hex | BD | 2 | 62 | 0 | 63 | 30 | 1A | 149 | 62 | 25 |
| Octal | 275 | 2 | 142 | 0 | 143 | 60 | 32 | 511 | 142 | 45 |
| Binary | 10111101 | 10 | 1100010 | 0 | 1100011 | 110000 | 11010 | 101001001 | 1100010 | 100101 |
Color Harmonies of #BD0262
Complementary color
Monochromatic Colors of #BD0262
Black with #BD0262
Text Example
Text Example
White with #BD0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0262; }
p { color: rgb(189,2,98); }
H1.HeaderClassName
{
color: #BD0262;
}
.AnyTagClassName
{
color: #BD0262;
}
</style>
background-color css
<style>
a { background-color: #BD0262; }
a { background-color: rgb(189,2,98); }
div.DivClassName
{
background-color: #BD0262;
}
.BgClassName
{
background-color: #BD0262;
}
</style>
border-color css
<style>
span { border-color: #BD0262; }
span { border-color: rgb(189,2,98); }
td.TdClassName
{
border-color: #BD0262;
}
.TagClassName
{
border-color: #BD0262;
}
</style>