Shades of Jazzberry Jam #BD145D
Tints of Jazzberry Jam #BD145D
RGB
CMYK
RGB Variations
Color information
#BD145D (or 0xBD145D) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 5D. RGB value is (189,20,93). Sum of RGB (Red+Green+Blue) = 189+20+93=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD145D is #42EBA2. Grayscale: #4E4E4E. Windows color (decimal): -4385699 or 6100157. OLE color: 6100157.
HSL color Cylindrical-coordinate representation of color #BD145D: hue angle of 334.08º 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 #BD145D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 93 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.26 |
| HSL | 334.08º | 0.81% | 0.41% | - |
| HSV(B) | 334.08º | 0.89% | 0.74% | - |
| XYZ | 23.21 | 12.11 | 11.47 | - |
| YUV | 78.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 93 | 0 | 0.89 | 0.51 | 0.26 | 334.08 | 0.81 | 0.41 |
| Hex | BD | 14 | 5D | 0 | 59 | 33 | 1A | 14E | 51 | 29 |
| Octal | 275 | 24 | 135 | 0 | 131 | 63 | 32 | 516 | 121 | 51 |
| Binary | 10111101 | 10100 | 1011101 | 0 | 1011001 | 110011 | 11010 | 101001110 | 1010001 | 101001 |
Color Harmonies of #BD145D
Complementary color
Monochromatic Colors of #BD145D
Black with #BD145D
Text Example
Text Example
White with #BD145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD145D; }
p { color: rgb(189,20,93); }
H1.HeaderClassName
{
color: #BD145D;
}
.AnyTagClassName
{
color: #BD145D;
}
</style>
background-color css
<style>
a { background-color: #BD145D; }
a { background-color: rgb(189,20,93); }
div.DivClassName
{
background-color: #BD145D;
}
.BgClassName
{
background-color: #BD145D;
}
</style>
border-color css
<style>
span { border-color: #BD145D; }
span { border-color: rgb(189,20,93); }
td.TdClassName
{
border-color: #BD145D;
}
.TagClassName
{
border-color: #BD145D;
}
</style>