Shades of Jazzberry Jam #BD105E
Tints of Jazzberry Jam #BD105E
RGB
CMYK
RGB Variations
Color information
#BD105E (or 0xBD105E) is known color: Jazzberry Jam. HEX triplet: BD, 10 and 5E. RGB value is (189,16,94). Sum of RGB (Red+Green+Blue) = 189+16+94=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD105E is #42EFA1. Grayscale: #4C4C4C. Windows color (decimal): -4386722 or 6164669. OLE color: 6164669.
HSL color Cylindrical-coordinate representation of color #BD105E: hue angle of 332.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD105E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 94 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.26 |
| HSL | 332.95º | 0.84% | 0.4% | - |
| HSV(B) | 332.95º | 0.92% | 0.74% | - |
| XYZ | 23.19 | 12 | 11.68 | - |
| YUV | 76.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 94 | 0 | 0.92 | 0.50 | 0.26 | 332.95 | 0.84 | 0.4 |
| Hex | BD | 10 | 5E | 0 | 5C | 32 | 1A | 14D | 54 | 28 |
| Octal | 275 | 20 | 136 | 0 | 134 | 62 | 32 | 515 | 124 | 50 |
| Binary | 10111101 | 10000 | 1011110 | 0 | 1011100 | 110010 | 11010 | 101001101 | 1010100 | 101000 |
Color Harmonies of #BD105E
Complementary color
Monochromatic Colors of #BD105E
Black with #BD105E
Text Example
Text Example
White with #BD105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD105E; }
p { color: rgb(189,16,94); }
H1.HeaderClassName
{
color: #BD105E;
}
.AnyTagClassName
{
color: #BD105E;
}
</style>
background-color css
<style>
a { background-color: #BD105E; }
a { background-color: rgb(189,16,94); }
div.DivClassName
{
background-color: #BD105E;
}
.BgClassName
{
background-color: #BD105E;
}
</style>
border-color css
<style>
span { border-color: #BD105E; }
span { border-color: rgb(189,16,94); }
td.TdClassName
{
border-color: #BD105E;
}
.TagClassName
{
border-color: #BD105E;
}
</style>