Shades of Jazzberry Jam #BD044F
Tints of Jazzberry Jam #BD044F
RGB
CMYK
RGB Variations
Color information
#BD044F (or 0xBD044F) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 4F. RGB value is (189,4,79). Sum of RGB (Red+Green+Blue) = 189+4+79=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD044F is #42FBB0. Grayscale: #434343. Windows color (decimal): -4389809 or 5178557. OLE color: 5178557.
HSL color Cylindrical-coordinate representation of color #BD044F: hue angle of 335.68º 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 #BD044F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.26 |
| HSL | 335.68º | 0.96% | 0.38% | - |
| HSV(B) | 335.68º | 0.98% | 0.74% | - |
| XYZ | 22.44 | 11.47 | 8.43 | - |
| YUV | 67.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 79 | 0 | 0.98 | 0.58 | 0.26 | 335.68 | 0.96 | 0.38 |
| Hex | BD | 4 | 4F | 0 | 62 | 3A | 1A | 150 | 60 | 26 |
| Octal | 275 | 4 | 117 | 0 | 142 | 72 | 32 | 520 | 140 | 46 |
| Binary | 10111101 | 100 | 1001111 | 0 | 1100010 | 111010 | 11010 | 101010000 | 1100000 | 100110 |
Color Harmonies of #BD044F
Complementary color
Monochromatic Colors of #BD044F
Black with #BD044F
Text Example
Text Example
White with #BD044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD044F; }
p { color: rgb(189,4,79); }
H1.HeaderClassName
{
color: #BD044F;
}
.AnyTagClassName
{
color: #BD044F;
}
</style>
background-color css
<style>
a { background-color: #BD044F; }
a { background-color: rgb(189,4,79); }
div.DivClassName
{
background-color: #BD044F;
}
.BgClassName
{
background-color: #BD044F;
}
</style>
border-color css
<style>
span { border-color: #BD044F; }
span { border-color: rgb(189,4,79); }
td.TdClassName
{
border-color: #BD044F;
}
.TagClassName
{
border-color: #BD044F;
}
</style>