Shades of Jazzberry Jam #BD006F
Tints of Jazzberry Jam #BD006F
RGB
CMYK
RGB Variations
Color information
#BD006F (or 0xBD006F) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 6F. RGB value is (189,0,111). Sum of RGB (Red+Green+Blue) = 189+0+111=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD006F is #42FF90. Grayscale: #444444. Windows color (decimal): -4390801 or 7274685. OLE color: 7274685.
HSL color Cylindrical-coordinate representation of color #BD006F: hue angle of 324.76º 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 #BD006F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.41 | 0.26 |
| HSL | 324.76º | 1% | 0.37% | - |
| HSV(B) | 324.76º | 1% | 0.74% | - |
| XYZ | 23.86 | 11.97 | 16.09 | - |
| YUV | 69.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 111 | 0 | 1 | 0.41 | 0.26 | 324.76 | 1 | 0.37 |
| Hex | BD | 0 | 6F | 0 | 64 | 29 | 1A | 145 | 64 | 25 |
| Octal | 275 | 0 | 157 | 0 | 144 | 51 | 32 | 505 | 144 | 45 |
| Binary | 10111101 | 0 | 1101111 | 0 | 1100100 | 101001 | 11010 | 101000101 | 1100100 | 100101 |
Color Harmonies of #BD006F
Complementary color
Monochromatic Colors of #BD006F
Black with #BD006F
Text Example
Text Example
White with #BD006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD006F; }
p { color: rgb(189,0,111); }
H1.HeaderClassName
{
color: #BD006F;
}
.AnyTagClassName
{
color: #BD006F;
}
</style>
background-color css
<style>
a { background-color: #BD006F; }
a { background-color: rgb(189,0,111); }
div.DivClassName
{
background-color: #BD006F;
}
.BgClassName
{
background-color: #BD006F;
}
</style>
border-color css
<style>
span { border-color: #BD006F; }
span { border-color: rgb(189,0,111); }
td.TdClassName
{
border-color: #BD006F;
}
.TagClassName
{
border-color: #BD006F;
}
</style>