Shades of Jazzberry Jam #BD0C55
Tints of Jazzberry Jam #BD0C55
RGB
CMYK
RGB Variations
Color information
#BD0C55 (or 0xBD0C55) is known color: Jazzberry Jam. HEX triplet: BD, 0C and 55. RGB value is (189,12,85). Sum of RGB (Red+Green+Blue) = 189+12+85=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C55 is #42F3AA. Grayscale: #494949. Windows color (decimal): -4387755 or 5573821. OLE color: 5573821.
HSL color Cylindrical-coordinate representation of color #BD0C55: hue angle of 335.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C55 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.26 |
| HSL | 335.25º | 0.88% | 0.39% | - |
| HSV(B) | 335.25º | 0.94% | 0.74% | - |
| XYZ | 22.76 | 11.74 | 9.66 | - |
| YUV | 73.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 85 | 0 | 0.94 | 0.55 | 0.26 | 335.25 | 0.88 | 0.39 |
| Hex | BD | C | 55 | 0 | 5E | 37 | 1A | 14F | 58 | 27 |
| Octal | 275 | 14 | 125 | 0 | 136 | 67 | 32 | 517 | 130 | 47 |
| Binary | 10111101 | 1100 | 1010101 | 0 | 1011110 | 110111 | 11010 | 101001111 | 1011000 | 100111 |
Color Harmonies of #BD0C55
Complementary color
Monochromatic Colors of #BD0C55
Black with #BD0C55
Text Example
Text Example
White with #BD0C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C55; }
p { color: rgb(189,12,85); }
H1.HeaderClassName
{
color: #BD0C55;
}
.AnyTagClassName
{
color: #BD0C55;
}
</style>
background-color css
<style>
a { background-color: #BD0C55; }
a { background-color: rgb(189,12,85); }
div.DivClassName
{
background-color: #BD0C55;
}
.BgClassName
{
background-color: #BD0C55;
}
</style>
border-color css
<style>
span { border-color: #BD0C55; }
span { border-color: rgb(189,12,85); }
td.TdClassName
{
border-color: #BD0C55;
}
.TagClassName
{
border-color: #BD0C55;
}
</style>