Shades of Jazzberry Jam #BD1258
Tints of Jazzberry Jam #BD1258
RGB
CMYK
RGB Variations
Color information
#BD1258 (or 0xBD1258) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 58. RGB value is (189,18,88). Sum of RGB (Red+Green+Blue) = 189+18+88=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1258 is #42EDA7. Grayscale: #4D4D4D. Windows color (decimal): -4386216 or 5771965. OLE color: 5771965.
HSL color Cylindrical-coordinate representation of color #BD1258: hue angle of 335.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1258 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 88 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.26 |
| HSL | 335.44º | 0.83% | 0.41% | - |
| HSV(B) | 335.44º | 0.9% | 0.74% | - |
| XYZ | 22.96 | 11.96 | 10.33 | - |
| YUV | 77.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 88 | 0 | 0.90 | 0.53 | 0.26 | 335.44 | 0.83 | 0.41 |
| Hex | BD | 12 | 58 | 0 | 5A | 35 | 1A | 14F | 53 | 29 |
| Octal | 275 | 22 | 130 | 0 | 132 | 65 | 32 | 517 | 123 | 51 |
| Binary | 10111101 | 10010 | 1011000 | 0 | 1011010 | 110101 | 11010 | 101001111 | 1010011 | 101001 |
Color Harmonies of #BD1258
Complementary color
Monochromatic Colors of #BD1258
Black with #BD1258
Text Example
Text Example
White with #BD1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1258; }
p { color: rgb(189,18,88); }
H1.HeaderClassName
{
color: #BD1258;
}
.AnyTagClassName
{
color: #BD1258;
}
</style>
background-color css
<style>
a { background-color: #BD1258; }
a { background-color: rgb(189,18,88); }
div.DivClassName
{
background-color: #BD1258;
}
.BgClassName
{
background-color: #BD1258;
}
</style>
border-color css
<style>
span { border-color: #BD1258; }
span { border-color: rgb(189,18,88); }
td.TdClassName
{
border-color: #BD1258;
}
.TagClassName
{
border-color: #BD1258;
}
</style>