Shades of Jazzberry Jam #BD0154
Tints of Jazzberry Jam #BD0154
RGB
CMYK
RGB Variations
Color information
#BD0154 (or 0xBD0154) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 54. RGB value is (189,1,84). Sum of RGB (Red+Green+Blue) = 189+1+84=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0154 is #42FEAB. Grayscale: #424242. Windows color (decimal): -4390572 or 5505469. OLE color: 5505469.
HSL color Cylindrical-coordinate representation of color #BD0154: hue angle of 333.51º 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 #BD0154 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.26 |
| HSL | 333.51º | 0.99% | 0.37% | - |
| HSV(B) | 333.51º | 0.99% | 0.74% | - |
| XYZ | 22.6 | 11.48 | 9.41 | - |
| YUV | 66.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 84 | 0 | 0.99 | 0.56 | 0.26 | 333.51 | 0.99 | 0.37 |
| Hex | BD | 1 | 54 | 0 | 63 | 38 | 1A | 14E | 63 | 25 |
| Octal | 275 | 1 | 124 | 0 | 143 | 70 | 32 | 516 | 143 | 45 |
| Binary | 10111101 | 1 | 1010100 | 0 | 1100011 | 111000 | 11010 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BD0154
Complementary color
Monochromatic Colors of #BD0154
Black with #BD0154
Text Example
Text Example
White with #BD0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0154; }
p { color: rgb(189,1,84); }
H1.HeaderClassName
{
color: #BD0154;
}
.AnyTagClassName
{
color: #BD0154;
}
</style>
background-color css
<style>
a { background-color: #BD0154; }
a { background-color: rgb(189,1,84); }
div.DivClassName
{
background-color: #BD0154;
}
.BgClassName
{
background-color: #BD0154;
}
</style>
border-color css
<style>
span { border-color: #BD0154; }
span { border-color: rgb(189,1,84); }
td.TdClassName
{
border-color: #BD0154;
}
.TagClassName
{
border-color: #BD0154;
}
</style>