Shades of Jazzberry Jam #BD045A
Tints of Jazzberry Jam #BD045A
RGB
CMYK
RGB Variations
Color information
#BD045A (or 0xBD045A) is known color: Jazzberry Jam. HEX triplet: BD, 04 and 5A. RGB value is (189,4,90). Sum of RGB (Red+Green+Blue) = 189+4+90=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD045A is #42FBA5. Grayscale: #444444. Windows color (decimal): -4389798 or 5899453. OLE color: 5899453.
HSL color Cylindrical-coordinate representation of color #BD045A: hue angle of 332.11º 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 #BD045A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.26 |
| HSL | 332.11º | 0.96% | 0.38% | - |
| HSV(B) | 332.11º | 0.98% | 0.74% | - |
| XYZ | 22.88 | 11.64 | 10.71 | - |
| YUV | 69.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 4 | 90 | 0 | 0.98 | 0.52 | 0.26 | 332.11 | 0.96 | 0.38 |
| Hex | BD | 4 | 5A | 0 | 62 | 34 | 1A | 14C | 60 | 26 |
| Octal | 275 | 4 | 132 | 0 | 142 | 64 | 32 | 514 | 140 | 46 |
| Binary | 10111101 | 100 | 1011010 | 0 | 1100010 | 110100 | 11010 | 101001100 | 1100000 | 100110 |
Color Harmonies of #BD045A
Complementary color
Monochromatic Colors of #BD045A
Black with #BD045A
Text Example
Text Example
White with #BD045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD045A; }
p { color: rgb(189,4,90); }
H1.HeaderClassName
{
color: #BD045A;
}
.AnyTagClassName
{
color: #BD045A;
}
</style>
background-color css
<style>
a { background-color: #BD045A; }
a { background-color: rgb(189,4,90); }
div.DivClassName
{
background-color: #BD045A;
}
.BgClassName
{
background-color: #BD045A;
}
</style>
border-color css
<style>
span { border-color: #BD045A; }
span { border-color: rgb(189,4,90); }
td.TdClassName
{
border-color: #BD045A;
}
.TagClassName
{
border-color: #BD045A;
}
</style>