Shades of Jazzberry Jam #BD0653
Tints of Jazzberry Jam #BD0653
RGB
CMYK
RGB Variations
Color information
#BD0653 (or 0xBD0653) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 53. RGB value is (189,6,83). Sum of RGB (Red+Green+Blue) = 189+6+83=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0653 is #42F9AC. Grayscale: #454545. Windows color (decimal): -4389293 or 5441213. OLE color: 5441213.
HSL color Cylindrical-coordinate representation of color #BD0653: hue angle of 334.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0653 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.26 |
| HSL | 334.75º | 0.94% | 0.38% | - |
| HSV(B) | 334.75º | 0.97% | 0.74% | - |
| XYZ | 22.61 | 11.57 | 9.23 | - |
| YUV | 69.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 83 | 0 | 0.97 | 0.56 | 0.26 | 334.75 | 0.94 | 0.38 |
| Hex | BD | 6 | 53 | 0 | 61 | 38 | 1A | 14F | 5E | 26 |
| Octal | 275 | 6 | 123 | 0 | 141 | 70 | 32 | 517 | 136 | 46 |
| Binary | 10111101 | 110 | 1010011 | 0 | 1100001 | 111000 | 11010 | 101001111 | 1011110 | 100110 |
Color Harmonies of #BD0653
Complementary color
Monochromatic Colors of #BD0653
Black with #BD0653
Text Example
Text Example
White with #BD0653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0653; }
p { color: rgb(189,6,83); }
H1.HeaderClassName
{
color: #BD0653;
}
.AnyTagClassName
{
color: #BD0653;
}
</style>
background-color css
<style>
a { background-color: #BD0653; }
a { background-color: rgb(189,6,83); }
div.DivClassName
{
background-color: #BD0653;
}
.BgClassName
{
background-color: #BD0653;
}
</style>
border-color css
<style>
span { border-color: #BD0653; }
span { border-color: rgb(189,6,83); }
td.TdClassName
{
border-color: #BD0653;
}
.TagClassName
{
border-color: #BD0653;
}
</style>