Shades of Jazzberry Jam #BD145F
Tints of Jazzberry Jam #BD145F
RGB
CMYK
RGB Variations
Color information
#BD145F (or 0xBD145F) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 5F. RGB value is (189,20,95). Sum of RGB (Red+Green+Blue) = 189+20+95=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD145F is #42EBA0. Grayscale: #4E4E4E. Windows color (decimal): -4385697 or 6231229. OLE color: 6231229.
HSL color Cylindrical-coordinate representation of color #BD145F: hue angle of 333.37º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD145F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 95 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.26 |
| HSL | 333.37º | 0.81% | 0.41% | - |
| HSV(B) | 333.37º | 0.89% | 0.74% | - |
| XYZ | 23.3 | 12.15 | 11.94 | - |
| YUV | 79.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 95 | 0 | 0.89 | 0.50 | 0.26 | 333.37 | 0.81 | 0.41 |
| Hex | BD | 14 | 5F | 0 | 59 | 32 | 1A | 14D | 51 | 29 |
| Octal | 275 | 24 | 137 | 0 | 131 | 62 | 32 | 515 | 121 | 51 |
| Binary | 10111101 | 10100 | 1011111 | 0 | 1011001 | 110010 | 11010 | 101001101 | 1010001 | 101001 |
Color Harmonies of #BD145F
Complementary color
Monochromatic Colors of #BD145F
Black with #BD145F
Text Example
Text Example
White with #BD145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD145F; }
p { color: rgb(189,20,95); }
H1.HeaderClassName
{
color: #BD145F;
}
.AnyTagClassName
{
color: #BD145F;
}
</style>
background-color css
<style>
a { background-color: #BD145F; }
a { background-color: rgb(189,20,95); }
div.DivClassName
{
background-color: #BD145F;
}
.BgClassName
{
background-color: #BD145F;
}
</style>
border-color css
<style>
span { border-color: #BD145F; }
span { border-color: rgb(189,20,95); }
td.TdClassName
{
border-color: #BD145F;
}
.TagClassName
{
border-color: #BD145F;
}
</style>