Shades of Jazzberry Jam #BD086D
Tints of Jazzberry Jam #BD086D
RGB
CMYK
RGB Variations
Color information
#BD086D (or 0xBD086D) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 6D. RGB value is (189,8,109). Sum of RGB (Red+Green+Blue) = 189+8+109=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD086D is #42F792. Grayscale: #494949. Windows color (decimal): -4388755 or 7145661. OLE color: 7145661.
HSL color Cylindrical-coordinate representation of color #BD086D: hue angle of 326.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD086D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.26 |
| HSL | 326.52º | 0.92% | 0.39% | - |
| HSV(B) | 326.52º | 0.96% | 0.74% | - |
| XYZ | 23.83 | 12.1 | 15.55 | - |
| YUV | 73.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 109 | 0 | 0.96 | 0.42 | 0.26 | 326.52 | 0.92 | 0.39 |
| Hex | BD | 8 | 6D | 0 | 60 | 2A | 1A | 147 | 5C | 27 |
| Octal | 275 | 10 | 155 | 0 | 140 | 52 | 32 | 507 | 134 | 47 |
| Binary | 10111101 | 1000 | 1101101 | 0 | 1100000 | 101010 | 11010 | 101000111 | 1011100 | 100111 |
Color Harmonies of #BD086D
Complementary color
Monochromatic Colors of #BD086D
Black with #BD086D
Text Example
Text Example
White with #BD086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD086D; }
p { color: rgb(189,8,109); }
H1.HeaderClassName
{
color: #BD086D;
}
.AnyTagClassName
{
color: #BD086D;
}
</style>
background-color css
<style>
a { background-color: #BD086D; }
a { background-color: rgb(189,8,109); }
div.DivClassName
{
background-color: #BD086D;
}
.BgClassName
{
background-color: #BD086D;
}
</style>
border-color css
<style>
span { border-color: #BD086D; }
span { border-color: rgb(189,8,109); }
td.TdClassName
{
border-color: #BD086D;
}
.TagClassName
{
border-color: #BD086D;
}
</style>