Shades of Jazzberry Jam #BD1968
Tints of Jazzberry Jam #BD1968
RGB
CMYK
RGB Variations
Color information
#BD1968 (or 0xBD1968) is known color: Jazzberry Jam. HEX triplet: BD, 19 and 68. RGB value is (189,25,104). Sum of RGB (Red+Green+Blue) = 189+25+104=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1968 is #42E697. Grayscale: #525252. Windows color (decimal): -4384408 or 6822333. OLE color: 6822333.
HSL color Cylindrical-coordinate representation of color #BD1968: hue angle of 331.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1968 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 104 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.26 |
| HSL | 331.1º | 0.77% | 0.42% | - |
| HSV(B) | 331.1º | 0.87% | 0.74% | - |
| XYZ | 23.83 | 12.51 | 14.26 | - |
| YUV | 83.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 104 | 0 | 0.87 | 0.45 | 0.26 | 331.1 | 0.77 | 0.42 |
| Hex | BD | 19 | 68 | 0 | 57 | 2D | 1A | 14B | 4D | 2A |
| Octal | 275 | 31 | 150 | 0 | 127 | 55 | 32 | 513 | 115 | 52 |
| Binary | 10111101 | 11001 | 1101000 | 0 | 1010111 | 101101 | 11010 | 101001011 | 1001101 | 101010 |
Color Harmonies of #BD1968
Complementary color
Monochromatic Colors of #BD1968
Black with #BD1968
Text Example
Text Example
White with #BD1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1968; }
p { color: rgb(189,25,104); }
H1.HeaderClassName
{
color: #BD1968;
}
.AnyTagClassName
{
color: #BD1968;
}
</style>
background-color css
<style>
a { background-color: #BD1968; }
a { background-color: rgb(189,25,104); }
div.DivClassName
{
background-color: #BD1968;
}
.BgClassName
{
background-color: #BD1968;
}
</style>
border-color css
<style>
span { border-color: #BD1968; }
span { border-color: rgb(189,25,104); }
td.TdClassName
{
border-color: #BD1968;
}
.TagClassName
{
border-color: #BD1968;
}
</style>