Shades of Jazzberry Jam #BD016B
Tints of Jazzberry Jam #BD016B
RGB
CMYK
RGB Variations
Color information
#BD016B (or 0xBD016B) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 6B. RGB value is (189,1,107). Sum of RGB (Red+Green+Blue) = 189+1+107=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD016B is #42FE94. Grayscale: #454545. Windows color (decimal): -4390549 or 7012797. OLE color: 7012797.
HSL color Cylindrical-coordinate representation of color #BD016B: hue angle of 326.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD016B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.26 |
| HSL | 326.17º | 0.99% | 0.37% | - |
| HSV(B) | 326.17º | 0.99% | 0.74% | - |
| XYZ | 23.65 | 11.9 | 14.96 | - |
| YUV | 69.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 107 | 0 | 0.99 | 0.43 | 0.26 | 326.17 | 0.99 | 0.37 |
| Hex | BD | 1 | 6B | 0 | 63 | 2B | 1A | 146 | 63 | 25 |
| Octal | 275 | 1 | 153 | 0 | 143 | 53 | 32 | 506 | 143 | 45 |
| Binary | 10111101 | 1 | 1101011 | 0 | 1100011 | 101011 | 11010 | 101000110 | 1100011 | 100101 |
Color Harmonies of #BD016B
Complementary color
Monochromatic Colors of #BD016B
Black with #BD016B
Text Example
Text Example
White with #BD016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD016B; }
p { color: rgb(189,1,107); }
H1.HeaderClassName
{
color: #BD016B;
}
.AnyTagClassName
{
color: #BD016B;
}
</style>
background-color css
<style>
a { background-color: #BD016B; }
a { background-color: rgb(189,1,107); }
div.DivClassName
{
background-color: #BD016B;
}
.BgClassName
{
background-color: #BD016B;
}
</style>
border-color css
<style>
span { border-color: #BD016B; }
span { border-color: rgb(189,1,107); }
td.TdClassName
{
border-color: #BD016B;
}
.TagClassName
{
border-color: #BD016B;
}
</style>