Shades of Jazzberry Jam #BD046E
Tints of Jazzberry Jam #BD046E
RGB
CMYK
RGB Variations
Color information
#BD046E (or 0xBD046E) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 6E. RGB value is (189,4,110). Sum of RGB (Red+Green+Blue) = 189+4+110=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD046E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD046E is #42FB91. Grayscale: #474747. Windows color (decimal): -4389778 or 7210173. OLE color: 7210173.
HSL color Cylindrical-coordinate representation of color #BD046E: hue angle of 325.62º 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 #BD046E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 110 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.26 |
| HSL | 325.62º | 0.96% | 0.38% | - |
| HSV(B) | 325.62º | 0.98% | 0.74% | - |
| XYZ | 23.84 | 12.03 | 15.82 | - |
| YUV | 71.4 | 149.79 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 110 | 0 | 0.98 | 0.42 | 0.26 | 325.62 | 0.96 | 0.38 |
| Hex | BD | 4 | 6E | 0 | 62 | 2A | 1A | 146 | 60 | 26 |
| Octal | 275 | 4 | 156 | 0 | 142 | 52 | 32 | 506 | 140 | 46 |
| Binary | 10111101 | 100 | 1101110 | 0 | 1100010 | 101010 | 11010 | 101000110 | 1100000 | 100110 |
Color Harmonies of #BD046E
Complementary color
Monochromatic Colors of #BD046E
Black with #BD046E
Text Example
Text Example
White with #BD046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD046E; }
p { color: rgb(189,4,110); }
H1.HeaderClassName
{
color: #BD046E;
}
.AnyTagClassName
{
color: #BD046E;
}
</style>
background-color css
<style>
a { background-color: #BD046E; }
a { background-color: rgb(189,4,110); }
div.DivClassName
{
background-color: #BD046E;
}
.BgClassName
{
background-color: #BD046E;
}
</style>
border-color css
<style>
span { border-color: #BD046E; }
span { border-color: rgb(189,4,110); }
td.TdClassName
{
border-color: #BD046E;
}
.TagClassName
{
border-color: #BD046E;
}
</style>