Shades of Jazzberry Jam #BD2166
Tints of Jazzberry Jam #BD2166
RGB
CMYK
RGB Variations
Color information
#BD2166 (or 0xBD2166) is known color: Jazzberry Jam. HEX triplet: BD, 21 and 66. RGB value is (189,33,102). Sum of RGB (Red+Green+Blue) = 189+33+102=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2166 is #42DE99. Grayscale: #575757. Windows color (decimal): -4382362 or 6693309. OLE color: 6693309.
HSL color Cylindrical-coordinate representation of color #BD2166: hue angle of 333.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2166 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 102 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.26 |
| HSL | 333.46º | 0.7% | 0.44% | - |
| HSV(B) | 333.46º | 0.83% | 0.74% | - |
| XYZ | 23.93 | 12.87 | 13.79 | - |
| YUV | 87.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 102 | 0 | 0.83 | 0.46 | 0.26 | 333.46 | 0.7 | 0.44 |
| Hex | BD | 21 | 66 | 0 | 53 | 2E | 1A | 14D | 46 | 2C |
| Octal | 275 | 41 | 146 | 0 | 123 | 56 | 32 | 515 | 106 | 54 |
| Binary | 10111101 | 100001 | 1100110 | 0 | 1010011 | 101110 | 11010 | 101001101 | 1000110 | 101100 |
Color Harmonies of #BD2166
Complementary color
Monochromatic Colors of #BD2166
Black with #BD2166
Text Example
Text Example
White with #BD2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2166; }
p { color: rgb(189,33,102); }
H1.HeaderClassName
{
color: #BD2166;
}
.AnyTagClassName
{
color: #BD2166;
}
</style>
background-color css
<style>
a { background-color: #BD2166; }
a { background-color: rgb(189,33,102); }
div.DivClassName
{
background-color: #BD2166;
}
.BgClassName
{
background-color: #BD2166;
}
</style>
border-color css
<style>
span { border-color: #BD2166; }
span { border-color: rgb(189,33,102); }
td.TdClassName
{
border-color: #BD2166;
}
.TagClassName
{
border-color: #BD2166;
}
</style>