Shades of Jazzberry Jam #BD1768
Tints of Jazzberry Jam #BD1768
RGB
CMYK
RGB Variations
Color information
#BD1768 (or 0xBD1768) is known color: Jazzberry Jam. HEX triplet: BD, 17 and 68. RGB value is (189,23,104). Sum of RGB (Red+Green+Blue) = 189+23+104=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1768 is #42E897. Grayscale: #515151. Windows color (decimal): -4384920 or 6821821. OLE color: 6821821.
HSL color Cylindrical-coordinate representation of color #BD1768: hue angle of 330.72º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1768 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 104 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.26 |
| HSL | 330.72º | 0.78% | 0.42% | - |
| HSV(B) | 330.72º | 0.88% | 0.74% | - |
| XYZ | 23.79 | 12.43 | 14.24 | - |
| YUV | 81.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 104 | 0 | 0.88 | 0.45 | 0.26 | 330.72 | 0.78 | 0.42 |
| Hex | BD | 17 | 68 | 0 | 58 | 2D | 1A | 14B | 4E | 2A |
| Octal | 275 | 27 | 150 | 0 | 130 | 55 | 32 | 513 | 116 | 52 |
| Binary | 10111101 | 10111 | 1101000 | 0 | 1011000 | 101101 | 11010 | 101001011 | 1001110 | 101010 |
Color Harmonies of #BD1768
Complementary color
Monochromatic Colors of #BD1768
Black with #BD1768
Text Example
Text Example
White with #BD1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1768; }
p { color: rgb(189,23,104); }
H1.HeaderClassName
{
color: #BD1768;
}
.AnyTagClassName
{
color: #BD1768;
}
</style>
background-color css
<style>
a { background-color: #BD1768; }
a { background-color: rgb(189,23,104); }
div.DivClassName
{
background-color: #BD1768;
}
.BgClassName
{
background-color: #BD1768;
}
</style>
border-color css
<style>
span { border-color: #BD1768; }
span { border-color: rgb(189,23,104); }
td.TdClassName
{
border-color: #BD1768;
}
.TagClassName
{
border-color: #BD1768;
}
</style>