Shades of Jazzberry Jam #BD0168
Tints of Jazzberry Jam #BD0168
RGB
CMYK
RGB Variations
Color information
#BD0168 (or 0xBD0168) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 68. RGB value is (189,1,104). Sum of RGB (Red+Green+Blue) = 189+1+104=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0168 is #42FE97. Grayscale: #444444. Windows color (decimal): -4390552 or 6816189. OLE color: 6816189.
HSL color Cylindrical-coordinate representation of color #BD0168: hue angle of 327.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0168 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.26 |
| HSL | 327.13º | 0.99% | 0.37% | - |
| HSV(B) | 327.13º | 0.99% | 0.74% | - |
| XYZ | 23.5 | 11.84 | 14.14 | - |
| YUV | 68.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 104 | 0 | 0.99 | 0.45 | 0.26 | 327.13 | 0.99 | 0.37 |
| Hex | BD | 1 | 68 | 0 | 63 | 2D | 1A | 147 | 63 | 25 |
| Octal | 275 | 1 | 150 | 0 | 143 | 55 | 32 | 507 | 143 | 45 |
| Binary | 10111101 | 1 | 1101000 | 0 | 1100011 | 101101 | 11010 | 101000111 | 1100011 | 100101 |
Color Harmonies of #BD0168
Complementary color
Monochromatic Colors of #BD0168
Black with #BD0168
Text Example
Text Example
White with #BD0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0168; }
p { color: rgb(189,1,104); }
H1.HeaderClassName
{
color: #BD0168;
}
.AnyTagClassName
{
color: #BD0168;
}
</style>
background-color css
<style>
a { background-color: #BD0168; }
a { background-color: rgb(189,1,104); }
div.DivClassName
{
background-color: #BD0168;
}
.BgClassName
{
background-color: #BD0168;
}
</style>
border-color css
<style>
span { border-color: #BD0168; }
span { border-color: rgb(189,1,104); }
td.TdClassName
{
border-color: #BD0168;
}
.TagClassName
{
border-color: #BD0168;
}
</style>