Shades of Jazzberry Jam #BD0069
Tints of Jazzberry Jam #BD0069
RGB
CMYK
RGB Variations
Color information
#BD0069 (or 0xBD0069) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 69. RGB value is (189,0,105). Sum of RGB (Red+Green+Blue) = 189+0+105=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0069 is #42FF96. Grayscale: #444444. Windows color (decimal): -4390807 or 6881469. OLE color: 6881469.
HSL color Cylindrical-coordinate representation of color #BD0069: hue angle of 326.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0069 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.44 | 0.26 |
| HSL | 326.67º | 1% | 0.37% | - |
| HSV(B) | 326.67º | 1% | 0.74% | - |
| XYZ | 23.54 | 11.84 | 14.41 | - |
| YUV | 68.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 105 | 0 | 1 | 0.44 | 0.26 | 326.67 | 1 | 0.37 |
| Hex | BD | 0 | 69 | 0 | 64 | 2C | 1A | 147 | 64 | 25 |
| Octal | 275 | 0 | 151 | 0 | 144 | 54 | 32 | 507 | 144 | 45 |
| Binary | 10111101 | 0 | 1101001 | 0 | 1100100 | 101100 | 11010 | 101000111 | 1100100 | 100101 |
Color Harmonies of #BD0069
Complementary color
Monochromatic Colors of #BD0069
Black with #BD0069
Text Example
Text Example
White with #BD0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0069; }
p { color: rgb(189,0,105); }
H1.HeaderClassName
{
color: #BD0069;
}
.AnyTagClassName
{
color: #BD0069;
}
</style>
background-color css
<style>
a { background-color: #BD0069; }
a { background-color: rgb(189,0,105); }
div.DivClassName
{
background-color: #BD0069;
}
.BgClassName
{
background-color: #BD0069;
}
</style>
border-color css
<style>
span { border-color: #BD0069; }
span { border-color: rgb(189,0,105); }
td.TdClassName
{
border-color: #BD0069;
}
.TagClassName
{
border-color: #BD0069;
}
</style>