Shades of Jazzberry Jam #BD2268
Tints of Jazzberry Jam #BD2268
RGB
CMYK
RGB Variations
Color information
#BD2268 (or 0xBD2268) is known color: Jazzberry Jam. HEX triplet: BD, 22 and 68. RGB value is (189,34,104). Sum of RGB (Red+Green+Blue) = 189+34+104=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2268 is #42DD97. Grayscale: #585858. Windows color (decimal): -4382104 or 6824637. OLE color: 6824637.
HSL color Cylindrical-coordinate representation of color #BD2268: hue angle of 332.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2268 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 104 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.26 |
| HSL | 332.9º | 0.7% | 0.44% | - |
| HSV(B) | 332.9º | 0.82% | 0.74% | - |
| XYZ | 24.06 | 12.96 | 14.33 | - |
| YUV | 88.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 104 | 0 | 0.82 | 0.45 | 0.26 | 332.9 | 0.7 | 0.44 |
| Hex | BD | 22 | 68 | 0 | 52 | 2D | 1A | 14D | 46 | 2C |
| Octal | 275 | 42 | 150 | 0 | 122 | 55 | 32 | 515 | 106 | 54 |
| Binary | 10111101 | 100010 | 1101000 | 0 | 1010010 | 101101 | 11010 | 101001101 | 1000110 | 101100 |
Color Harmonies of #BD2268
Complementary color
Monochromatic Colors of #BD2268
Black with #BD2268
Text Example
Text Example
White with #BD2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2268; }
p { color: rgb(189,34,104); }
H1.HeaderClassName
{
color: #BD2268;
}
.AnyTagClassName
{
color: #BD2268;
}
</style>
background-color css
<style>
a { background-color: #BD2268; }
a { background-color: rgb(189,34,104); }
div.DivClassName
{
background-color: #BD2268;
}
.BgClassName
{
background-color: #BD2268;
}
</style>
border-color css
<style>
span { border-color: #BD2268; }
span { border-color: rgb(189,34,104); }
td.TdClassName
{
border-color: #BD2268;
}
.TagClassName
{
border-color: #BD2268;
}
</style>