Shades of Jazzberry Jam #BD044E
Tints of Jazzberry Jam #BD044E
RGB
CMYK
RGB Variations
Color information
#BD044E (or 0xBD044E) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4E. RGB value is (189,4,78). Sum of RGB (Red+Green+Blue) = 189+4+78=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD044E is #42FBB1. Grayscale: #434343. Windows color (decimal): -4389810 or 5113021. OLE color: 5113021.
HSL color Cylindrical-coordinate representation of color #BD044E: hue angle of 336º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD044E is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.26 |
| HSL | 336º | 0.96% | 0.38% | - |
| HSV(B) | 336º | 0.98% | 0.74% | - |
| XYZ | 22.4 | 11.46 | 8.24 | - |
| YUV | 67.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 78 | 0 | 0.98 | 0.59 | 0.26 | 336 | 0.96 | 0.38 |
| Hex | BD | 4 | 4E | 0 | 62 | 3B | 1A | 150 | 60 | 26 |
| Octal | 275 | 4 | 116 | 0 | 142 | 73 | 32 | 520 | 140 | 46 |
| Binary | 10111101 | 100 | 1001110 | 0 | 1100010 | 111011 | 11010 | 101010000 | 1100000 | 100110 |
Color Harmonies of #BD044E
Complementary color
Monochromatic Colors of #BD044E
Black with #BD044E
Text Example
Text Example
White with #BD044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD044E; }
p { color: rgb(189,4,78); }
H1.HeaderClassName
{
color: #BD044E;
}
.AnyTagClassName
{
color: #BD044E;
}
</style>
background-color css
<style>
a { background-color: #BD044E; }
a { background-color: rgb(189,4,78); }
div.DivClassName
{
background-color: #BD044E;
}
.BgClassName
{
background-color: #BD044E;
}
</style>
border-color css
<style>
span { border-color: #BD044E; }
span { border-color: rgb(189,4,78); }
td.TdClassName
{
border-color: #BD044E;
}
.TagClassName
{
border-color: #BD044E;
}
</style>