Shades of Jazzberry Jam #BD116B
Tints of Jazzberry Jam #BD116B
RGB
CMYK
RGB Variations
Color information
#BD116B (or 0xBD116B) is known color: Jazzberry Jam. HEX triplet: BD, 11 and 6B. RGB value is (189,17,107). Sum of RGB (Red+Green+Blue) = 189+17+107=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD116B is #42EE94. Grayscale: #4E4E4E. Windows color (decimal): -4386453 or 7016893. OLE color: 7016893.
HSL color Cylindrical-coordinate representation of color #BD116B: hue angle of 328.6º 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 #BD116B is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 17 | 107 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.26 |
| HSL | 328.6º | 0.83% | 0.4% | - |
| HSV(B) | 328.6º | 0.91% | 0.74% | - |
| XYZ | 23.84 | 12.28 | 15.02 | - |
| YUV | 78.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 17 | 107 | 0 | 0.91 | 0.43 | 0.26 | 328.6 | 0.83 | 0.4 |
| Hex | BD | 11 | 6B | 0 | 5B | 2B | 1A | 149 | 53 | 28 |
| Octal | 275 | 21 | 153 | 0 | 133 | 53 | 32 | 511 | 123 | 50 |
| Binary | 10111101 | 10001 | 1101011 | 0 | 1011011 | 101011 | 11010 | 101001001 | 1010011 | 101000 |
Color Harmonies of #BD116B
Complementary color
Monochromatic Colors of #BD116B
Black with #BD116B
Text Example
Text Example
White with #BD116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD116B; }
p { color: rgb(189,17,107); }
H1.HeaderClassName
{
color: #BD116B;
}
.AnyTagClassName
{
color: #BD116B;
}
</style>
background-color css
<style>
a { background-color: #BD116B; }
a { background-color: rgb(189,17,107); }
div.DivClassName
{
background-color: #BD116B;
}
.BgClassName
{
background-color: #BD116B;
}
</style>
border-color css
<style>
span { border-color: #BD116B; }
span { border-color: rgb(189,17,107); }
td.TdClassName
{
border-color: #BD116B;
}
.TagClassName
{
border-color: #BD116B;
}
</style>