Shades of Jazzberry Jam #BD2169
Tints of Jazzberry Jam #BD2169
RGB
CMYK
RGB Variations
Color information
#BD2169 (or 0xBD2169) is known color: Jazzberry Jam. HEX triplet: BD, 21 and 69. RGB value is (189,33,105). Sum of RGB (Red+Green+Blue) = 189+33+105=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2169 is #42DE96. Grayscale: #575757. Windows color (decimal): -4382359 or 6889917. OLE color: 6889917.
HSL color Cylindrical-coordinate representation of color #BD2169: hue angle of 332.31º 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 #BD2169 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 105 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.26 |
| HSL | 332.31º | 0.7% | 0.44% | - |
| HSV(B) | 332.31º | 0.83% | 0.74% | - |
| XYZ | 24.08 | 12.93 | 14.59 | - |
| YUV | 87.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 105 | 0 | 0.83 | 0.44 | 0.26 | 332.31 | 0.7 | 0.44 |
| Hex | BD | 21 | 69 | 0 | 53 | 2C | 1A | 14C | 46 | 2C |
| Octal | 275 | 41 | 151 | 0 | 123 | 54 | 32 | 514 | 106 | 54 |
| Binary | 10111101 | 100001 | 1101001 | 0 | 1010011 | 101100 | 11010 | 101001100 | 1000110 | 101100 |
Color Harmonies of #BD2169
Complementary color
Monochromatic Colors of #BD2169
Black with #BD2169
Text Example
Text Example
White with #BD2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2169; }
p { color: rgb(189,33,105); }
H1.HeaderClassName
{
color: #BD2169;
}
.AnyTagClassName
{
color: #BD2169;
}
</style>
background-color css
<style>
a { background-color: #BD2169; }
a { background-color: rgb(189,33,105); }
div.DivClassName
{
background-color: #BD2169;
}
.BgClassName
{
background-color: #BD2169;
}
</style>
border-color css
<style>
span { border-color: #BD2169; }
span { border-color: rgb(189,33,105); }
td.TdClassName
{
border-color: #BD2169;
}
.TagClassName
{
border-color: #BD2169;
}
</style>