Shades of Jazzberry Jam #BD1966
Tints of Jazzberry Jam #BD1966
RGB
CMYK
RGB Variations
Color information
#BD1966 (or 0xBD1966) is known color: Jazzberry Jam. HEX triplet: BD, 19 and 66. RGB value is (189,25,102). Sum of RGB (Red+Green+Blue) = 189+25+102=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1966 is #42E699. Grayscale: #525252. Windows color (decimal): -4384410 or 6691261. OLE color: 6691261.
HSL color Cylindrical-coordinate representation of color #BD1966: hue angle of 331.83º 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 #BD1966 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 102 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.26 |
| HSL | 331.83º | 0.77% | 0.42% | - |
| HSV(B) | 331.83º | 0.87% | 0.74% | - |
| XYZ | 23.73 | 12.47 | 13.73 | - |
| YUV | 82.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 102 | 0 | 0.87 | 0.46 | 0.26 | 331.83 | 0.77 | 0.42 |
| Hex | BD | 19 | 66 | 0 | 57 | 2E | 1A | 14C | 4D | 2A |
| Octal | 275 | 31 | 146 | 0 | 127 | 56 | 32 | 514 | 115 | 52 |
| Binary | 10111101 | 11001 | 1100110 | 0 | 1010111 | 101110 | 11010 | 101001100 | 1001101 | 101010 |
Color Harmonies of #BD1966
Complementary color
Monochromatic Colors of #BD1966
Black with #BD1966
Text Example
Text Example
White with #BD1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1966; }
p { color: rgb(189,25,102); }
H1.HeaderClassName
{
color: #BD1966;
}
.AnyTagClassName
{
color: #BD1966;
}
</style>
background-color css
<style>
a { background-color: #BD1966; }
a { background-color: rgb(189,25,102); }
div.DivClassName
{
background-color: #BD1966;
}
.BgClassName
{
background-color: #BD1966;
}
</style>
border-color css
<style>
span { border-color: #BD1966; }
span { border-color: rgb(189,25,102); }
td.TdClassName
{
border-color: #BD1966;
}
.TagClassName
{
border-color: #BD1966;
}
</style>