Shades of Jazzberry Jam #BD1569
Tints of Jazzberry Jam #BD1569
RGB
CMYK
RGB Variations
Color information
#BD1569 (or 0xBD1569) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 69. RGB value is (189,21,105). Sum of RGB (Red+Green+Blue) = 189+21+105=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1569 is #42EA96. Grayscale: #505050. Windows color (decimal): -4385431 or 6886845. OLE color: 6886845.
HSL color Cylindrical-coordinate representation of color #BD1569: hue angle of 330º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1569 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 105 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.26 |
| HSL | 330º | 0.8% | 0.41% | - |
| HSV(B) | 330º | 0.89% | 0.74% | - |
| XYZ | 23.8 | 12.38 | 14.5 | - |
| YUV | 80.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 105 | 0 | 0.89 | 0.44 | 0.26 | 330 | 0.8 | 0.41 |
| Hex | BD | 15 | 69 | 0 | 59 | 2C | 1A | 14A | 50 | 29 |
| Octal | 275 | 25 | 151 | 0 | 131 | 54 | 32 | 512 | 120 | 51 |
| Binary | 10111101 | 10101 | 1101001 | 0 | 1011001 | 101100 | 11010 | 101001010 | 1010000 | 101001 |
Color Harmonies of #BD1569
Complementary color
Monochromatic Colors of #BD1569
Black with #BD1569
Text Example
Text Example
White with #BD1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1569; }
p { color: rgb(189,21,105); }
H1.HeaderClassName
{
color: #BD1569;
}
.AnyTagClassName
{
color: #BD1569;
}
</style>
background-color css
<style>
a { background-color: #BD1569; }
a { background-color: rgb(189,21,105); }
div.DivClassName
{
background-color: #BD1569;
}
.BgClassName
{
background-color: #BD1569;
}
</style>
border-color css
<style>
span { border-color: #BD1569; }
span { border-color: rgb(189,21,105); }
td.TdClassName
{
border-color: #BD1569;
}
.TagClassName
{
border-color: #BD1569;
}
</style>