Shades of Jazzberry Jam #BD136B
Tints of Jazzberry Jam #BD136B
RGB
CMYK
RGB Variations
Color information
#BD136B (or 0xBD136B) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 6B. RGB value is (189,19,107). Sum of RGB (Red+Green+Blue) = 189+19+107=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD136B is #42EC94. Grayscale: #4F4F4F. Windows color (decimal): -4385941 or 7017405. OLE color: 7017405.
HSL color Cylindrical-coordinate representation of color #BD136B: hue angle of 328.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD136B is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 107 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.26 |
| HSL | 328.94º | 0.82% | 0.41% | - |
| HSV(B) | 328.94º | 0.9% | 0.74% | - |
| XYZ | 23.87 | 12.35 | 15.03 | - |
| YUV | 79.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 107 | 0 | 0.90 | 0.43 | 0.26 | 328.94 | 0.82 | 0.41 |
| Hex | BD | 13 | 6B | 0 | 5A | 2B | 1A | 149 | 52 | 29 |
| Octal | 275 | 23 | 153 | 0 | 132 | 53 | 32 | 511 | 122 | 51 |
| Binary | 10111101 | 10011 | 1101011 | 0 | 1011010 | 101011 | 11010 | 101001001 | 1010010 | 101001 |
Color Harmonies of #BD136B
Complementary color
Monochromatic Colors of #BD136B
Black with #BD136B
Text Example
Text Example
White with #BD136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD136B; }
p { color: rgb(189,19,107); }
H1.HeaderClassName
{
color: #BD136B;
}
.AnyTagClassName
{
color: #BD136B;
}
</style>
background-color css
<style>
a { background-color: #BD136B; }
a { background-color: rgb(189,19,107); }
div.DivClassName
{
background-color: #BD136B;
}
.BgClassName
{
background-color: #BD136B;
}
</style>
border-color css
<style>
span { border-color: #BD136B; }
span { border-color: rgb(189,19,107); }
td.TdClassName
{
border-color: #BD136B;
}
.TagClassName
{
border-color: #BD136B;
}
</style>