Shades of Jazzberry Jam #BD005E
Tints of Jazzberry Jam #BD005E
RGB
CMYK
RGB Variations
Color information
#BD005E (or 0xBD005E) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 5E. RGB value is (189,0,94). Sum of RGB (Red+Green+Blue) = 189+0+94=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005E is #42FFA1. Grayscale: #434343. Windows color (decimal): -4390818 or 6160573. OLE color: 6160573.
HSL color Cylindrical-coordinate representation of color #BD005E: hue angle of 330.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD005E is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.50 | 0.26 |
| HSL | 330.16º | 1% | 0.37% | - |
| HSV(B) | 330.16º | 1% | 0.74% | - |
| XYZ | 23.01 | 11.63 | 11.62 | - |
| YUV | 67.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 94 | 0 | 1 | 0.50 | 0.26 | 330.16 | 1 | 0.37 |
| Hex | BD | 0 | 5E | 0 | 64 | 32 | 1A | 14A | 64 | 25 |
| Octal | 275 | 0 | 136 | 0 | 144 | 62 | 32 | 512 | 144 | 45 |
| Binary | 10111101 | 0 | 1011110 | 0 | 1100100 | 110010 | 11010 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BD005E
Complementary color
Monochromatic Colors of #BD005E
Black with #BD005E
Text Example
Text Example
White with #BD005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD005E; }
p { color: rgb(189,0,94); }
H1.HeaderClassName
{
color: #BD005E;
}
.AnyTagClassName
{
color: #BD005E;
}
</style>
background-color css
<style>
a { background-color: #BD005E; }
a { background-color: rgb(189,0,94); }
div.DivClassName
{
background-color: #BD005E;
}
.BgClassName
{
background-color: #BD005E;
}
</style>
border-color css
<style>
span { border-color: #BD005E; }
span { border-color: rgb(189,0,94); }
td.TdClassName
{
border-color: #BD005E;
}
.TagClassName
{
border-color: #BD005E;
}
</style>