Shades of Jazzberry Jam #BD115B
Tints of Jazzberry Jam #BD115B
RGB
CMYK
RGB Variations
Color information
#BD115B (or 0xBD115B) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 5B. RGB value is (189,17,91). Sum of RGB (Red+Green+Blue) = 189+17+91=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD115B is #42EEA4. Grayscale: #4C4C4C. Windows color (decimal): -4386469 or 5968317. OLE color: 5968317.
HSL color Cylindrical-coordinate representation of color #BD115B: hue angle of 334.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD115B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.26 |
| HSL | 334.19º | 0.83% | 0.4% | - |
| HSV(B) | 334.19º | 0.91% | 0.74% | - |
| XYZ | 23.08 | 11.98 | 10.99 | - |
| YUV | 76.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 91 | 0 | 0.91 | 0.52 | 0.26 | 334.19 | 0.83 | 0.4 |
| Hex | BD | 11 | 5B | 0 | 5B | 34 | 1A | 14E | 53 | 28 |
| Octal | 275 | 21 | 133 | 0 | 133 | 64 | 32 | 516 | 123 | 50 |
| Binary | 10111101 | 10001 | 1011011 | 0 | 1011011 | 110100 | 11010 | 101001110 | 1010011 | 101000 |
Color Harmonies of #BD115B
Complementary color
Monochromatic Colors of #BD115B
Black with #BD115B
Text Example
Text Example
White with #BD115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD115B; }
p { color: rgb(189,17,91); }
H1.HeaderClassName
{
color: #BD115B;
}
.AnyTagClassName
{
color: #BD115B;
}
</style>
background-color css
<style>
a { background-color: #BD115B; }
a { background-color: rgb(189,17,91); }
div.DivClassName
{
background-color: #BD115B;
}
.BgClassName
{
background-color: #BD115B;
}
</style>
border-color css
<style>
span { border-color: #BD115B; }
span { border-color: rgb(189,17,91); }
td.TdClassName
{
border-color: #BD115B;
}
.TagClassName
{
border-color: #BD115B;
}
</style>