Shades of Jazzberry Jam #BD0163
Tints of Jazzberry Jam #BD0163
RGB
CMYK
RGB Variations
Color information
#BD0163 (or 0xBD0163) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 63. RGB value is (189,1,99). Sum of RGB (Red+Green+Blue) = 189+1+99=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0163 is #42FE9C. Grayscale: #444444. Windows color (decimal): -4390557 or 6488509. OLE color: 6488509.
HSL color Cylindrical-coordinate representation of color #BD0163: hue angle of 328.72º degrees, saturation: 0.99, 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 #BD0163 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.26 |
| HSL | 328.72º | 0.99% | 0.37% | - |
| HSV(B) | 328.72º | 0.99% | 0.74% | - |
| XYZ | 23.25 | 11.74 | 12.85 | - |
| YUV | 68.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 99 | 0 | 0.99 | 0.48 | 0.26 | 328.72 | 0.99 | 0.37 |
| Hex | BD | 1 | 63 | 0 | 63 | 30 | 1A | 149 | 63 | 25 |
| Octal | 275 | 1 | 143 | 0 | 143 | 60 | 32 | 511 | 143 | 45 |
| Binary | 10111101 | 1 | 1100011 | 0 | 1100011 | 110000 | 11010 | 101001001 | 1100011 | 100101 |
Color Harmonies of #BD0163
Complementary color
Monochromatic Colors of #BD0163
Black with #BD0163
Text Example
Text Example
White with #BD0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0163; }
p { color: rgb(189,1,99); }
H1.HeaderClassName
{
color: #BD0163;
}
.AnyTagClassName
{
color: #BD0163;
}
</style>
background-color css
<style>
a { background-color: #BD0163; }
a { background-color: rgb(189,1,99); }
div.DivClassName
{
background-color: #BD0163;
}
.BgClassName
{
background-color: #BD0163;
}
</style>
border-color css
<style>
span { border-color: #BD0163; }
span { border-color: rgb(189,1,99); }
td.TdClassName
{
border-color: #BD0163;
}
.TagClassName
{
border-color: #BD0163;
}
</style>