Shades of Jazzberry Jam #BD1168
Tints of Jazzberry Jam #BD1168
RGB
CMYK
RGB Variations
Color information
#BD1168 (or 0xBD1168) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 68. RGB value is (189,17,104). Sum of RGB (Red+Green+Blue) = 189+17+104=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1168 is #42EE97. Grayscale: #4E4E4E. Windows color (decimal): -4386456 or 6820285. OLE color: 6820285.
HSL color Cylindrical-coordinate representation of color #BD1168: hue angle of 329.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1168 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 104 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.26 |
| HSL | 329.65º | 0.83% | 0.4% | - |
| HSV(B) | 329.65º | 0.91% | 0.74% | - |
| XYZ | 23.69 | 12.22 | 14.21 | - |
| YUV | 78.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 104 | 0 | 0.91 | 0.45 | 0.26 | 329.65 | 0.83 | 0.4 |
| Hex | BD | 11 | 68 | 0 | 5B | 2D | 1A | 14A | 53 | 28 |
| Octal | 275 | 21 | 150 | 0 | 133 | 55 | 32 | 512 | 123 | 50 |
| Binary | 10111101 | 10001 | 1101000 | 0 | 1011011 | 101101 | 11010 | 101001010 | 1010011 | 101000 |
Color Harmonies of #BD1168
Complementary color
Monochromatic Colors of #BD1168
Black with #BD1168
Text Example
Text Example
White with #BD1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1168; }
p { color: rgb(189,17,104); }
H1.HeaderClassName
{
color: #BD1168;
}
.AnyTagClassName
{
color: #BD1168;
}
</style>
background-color css
<style>
a { background-color: #BD1168; }
a { background-color: rgb(189,17,104); }
div.DivClassName
{
background-color: #BD1168;
}
.BgClassName
{
background-color: #BD1168;
}
</style>
border-color css
<style>
span { border-color: #BD1168; }
span { border-color: rgb(189,17,104); }
td.TdClassName
{
border-color: #BD1168;
}
.TagClassName
{
border-color: #BD1168;
}
</style>