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