Shades of Jazzberry Jam #BD0153
Tints of Jazzberry Jam #BD0153
RGB
CMYK
RGB Variations
Color information
#BD0153 (or 0xBD0153) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 53. RGB value is (189,1,83). Sum of RGB (Red+Green+Blue) = 189+1+83=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0153 is #42FEAC. Grayscale: #424242. Windows color (decimal): -4390573 or 5439933. OLE color: 5439933.
HSL color Cylindrical-coordinate representation of color #BD0153: hue angle of 333.83º 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 #BD0153 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.26 |
| HSL | 333.83º | 0.99% | 0.37% | - |
| HSV(B) | 333.83º | 0.99% | 0.74% | - |
| XYZ | 22.56 | 11.47 | 9.21 | - |
| YUV | 66.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 83 | 0 | 0.99 | 0.56 | 0.26 | 333.83 | 0.99 | 0.37 |
| Hex | BD | 1 | 53 | 0 | 63 | 38 | 1A | 14E | 63 | 25 |
| Octal | 275 | 1 | 123 | 0 | 143 | 70 | 32 | 516 | 143 | 45 |
| Binary | 10111101 | 1 | 1010011 | 0 | 1100011 | 111000 | 11010 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BD0153
Complementary color
Monochromatic Colors of #BD0153
Black with #BD0153
Text Example
Text Example
White with #BD0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0153; }
p { color: rgb(189,1,83); }
H1.HeaderClassName
{
color: #BD0153;
}
.AnyTagClassName
{
color: #BD0153;
}
</style>
background-color css
<style>
a { background-color: #BD0153; }
a { background-color: rgb(189,1,83); }
div.DivClassName
{
background-color: #BD0153;
}
.BgClassName
{
background-color: #BD0153;
}
</style>
border-color css
<style>
span { border-color: #BD0153; }
span { border-color: rgb(189,1,83); }
td.TdClassName
{
border-color: #BD0153;
}
.TagClassName
{
border-color: #BD0153;
}
</style>