Shades of Jazzberry Jam #BD005F
Tints of Jazzberry Jam #BD005F
RGB
CMYK
RGB Variations
Color information
#BD005F (or 0xBD005F) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 5F. RGB value is (189,0,95). Sum of RGB (Red+Green+Blue) = 189+0+95=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005F is #42FFA0. Grayscale: #434343. Windows color (decimal): -4390817 or 6226109. OLE color: 6226109.
HSL color Cylindrical-coordinate representation of color #BD005F: hue angle of 329.84º 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 #BD005F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.50 | 0.26 |
| HSL | 329.84º | 1% | 0.37% | - |
| HSV(B) | 329.84º | 1% | 0.74% | - |
| XYZ | 23.05 | 11.65 | 11.86 | - |
| YUV | 67.34 | 143.62 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 95 | 0 | 1 | 0.50 | 0.26 | 329.84 | 1 | 0.37 |
| Hex | BD | 0 | 5F | 0 | 64 | 32 | 1A | 14A | 64 | 25 |
| Octal | 275 | 0 | 137 | 0 | 144 | 62 | 32 | 512 | 144 | 45 |
| Binary | 10111101 | 0 | 1011111 | 0 | 1100100 | 110010 | 11010 | 101001010 | 1100100 | 100101 |
Color Harmonies of #BD005F
Complementary color
Monochromatic Colors of #BD005F
Black with #BD005F
Text Example
Text Example
White with #BD005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD005F; }
p { color: rgb(189,0,95); }
H1.HeaderClassName
{
color: #BD005F;
}
.AnyTagClassName
{
color: #BD005F;
}
</style>
background-color css
<style>
a { background-color: #BD005F; }
a { background-color: rgb(189,0,95); }
div.DivClassName
{
background-color: #BD005F;
}
.BgClassName
{
background-color: #BD005F;
}
</style>
border-color css
<style>
span { border-color: #BD005F; }
span { border-color: rgb(189,0,95); }
td.TdClassName
{
border-color: #BD005F;
}
.TagClassName
{
border-color: #BD005F;
}
</style>