Shades of Jazzberry Jam #BD036B
Tints of Jazzberry Jam #BD036B
RGB
CMYK
RGB Variations
Color information
#BD036B (or 0xBD036B) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 6B. RGB value is (189,3,107). Sum of RGB (Red+Green+Blue) = 189+3+107=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD036B is #42FC94. Grayscale: #464646. Windows color (decimal): -4390037 or 7013309. OLE color: 7013309.
HSL color Cylindrical-coordinate representation of color #BD036B: hue angle of 326.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD036B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.26 |
| HSL | 326.45º | 0.97% | 0.38% | - |
| HSV(B) | 326.45º | 0.98% | 0.74% | - |
| XYZ | 23.67 | 11.95 | 14.97 | - |
| YUV | 70.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 107 | 0 | 0.98 | 0.43 | 0.26 | 326.45 | 0.97 | 0.38 |
| Hex | BD | 3 | 6B | 0 | 62 | 2B | 1A | 146 | 61 | 26 |
| Octal | 275 | 3 | 153 | 0 | 142 | 53 | 32 | 506 | 141 | 46 |
| Binary | 10111101 | 11 | 1101011 | 0 | 1100010 | 101011 | 11010 | 101000110 | 1100001 | 100110 |
Color Harmonies of #BD036B
Complementary color
Monochromatic Colors of #BD036B
Black with #BD036B
Text Example
Text Example
White with #BD036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD036B; }
p { color: rgb(189,3,107); }
H1.HeaderClassName
{
color: #BD036B;
}
.AnyTagClassName
{
color: #BD036B;
}
</style>
background-color css
<style>
a { background-color: #BD036B; }
a { background-color: rgb(189,3,107); }
div.DivClassName
{
background-color: #BD036B;
}
.BgClassName
{
background-color: #BD036B;
}
</style>
border-color css
<style>
span { border-color: #BD036B; }
span { border-color: rgb(189,3,107); }
td.TdClassName
{
border-color: #BD036B;
}
.TagClassName
{
border-color: #BD036B;
}
</style>