Shades of Jazzberry Jam #BD0C5E
Tints of Jazzberry Jam #BD0C5E
RGB
CMYK
RGB Variations
Color information
#BD0C5E (or 0xBD0C5E) is known color: Jazzberry Jam. HEX triplet: BD, 0C and 5E. RGB value is (189,12,94). Sum of RGB (Red+Green+Blue) = 189+12+94=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C5E is #42F3A1. Grayscale: #4A4A4A. Windows color (decimal): -4387746 or 6163645. OLE color: 6163645.
HSL color Cylindrical-coordinate representation of color #BD0C5E: hue angle of 332.2º 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 #BD0C5E is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 94 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.26 |
| HSL | 332.2º | 0.88% | 0.39% | - |
| HSV(B) | 332.2º | 0.94% | 0.74% | - |
| XYZ | 23.14 | 11.89 | 11.67 | - |
| YUV | 74.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 94 | 0 | 0.94 | 0.50 | 0.26 | 332.2 | 0.88 | 0.39 |
| Hex | BD | C | 5E | 0 | 5E | 32 | 1A | 14C | 58 | 27 |
| Octal | 275 | 14 | 136 | 0 | 136 | 62 | 32 | 514 | 130 | 47 |
| Binary | 10111101 | 1100 | 1011110 | 0 | 1011110 | 110010 | 11010 | 101001100 | 1011000 | 100111 |
Color Harmonies of #BD0C5E
Complementary color
Monochromatic Colors of #BD0C5E
Black with #BD0C5E
Text Example
Text Example
White with #BD0C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C5E; }
p { color: rgb(189,12,94); }
H1.HeaderClassName
{
color: #BD0C5E;
}
.AnyTagClassName
{
color: #BD0C5E;
}
</style>
background-color css
<style>
a { background-color: #BD0C5E; }
a { background-color: rgb(189,12,94); }
div.DivClassName
{
background-color: #BD0C5E;
}
.BgClassName
{
background-color: #BD0C5E;
}
</style>
border-color css
<style>
span { border-color: #BD0C5E; }
span { border-color: rgb(189,12,94); }
td.TdClassName
{
border-color: #BD0C5E;
}
.TagClassName
{
border-color: #BD0C5E;
}
</style>