Shades of Jazzberry Jam #BD1265
Tints of Jazzberry Jam #BD1265
RGB
CMYK
RGB Variations
Color information
#BD1265 (or 0xBD1265) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 65. RGB value is (189,18,101). Sum of RGB (Red+Green+Blue) = 189+18+101=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1265 is #42ED9A. Grayscale: #4E4E4E. Windows color (decimal): -4386203 or 6623933. OLE color: 6623933.
HSL color Cylindrical-coordinate representation of color #BD1265: hue angle of 330.88º degrees, saturation: 0.83, 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 #BD1265 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 101 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.26 |
| HSL | 330.88º | 0.83% | 0.41% | - |
| HSV(B) | 330.88º | 0.9% | 0.74% | - |
| XYZ | 23.55 | 12.19 | 13.42 | - |
| YUV | 78.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 101 | 0 | 0.90 | 0.47 | 0.26 | 330.88 | 0.83 | 0.41 |
| Hex | BD | 12 | 65 | 0 | 5A | 2F | 1A | 14B | 53 | 29 |
| Octal | 275 | 22 | 145 | 0 | 132 | 57 | 32 | 513 | 123 | 51 |
| Binary | 10111101 | 10010 | 1100101 | 0 | 1011010 | 101111 | 11010 | 101001011 | 1010011 | 101001 |
Color Harmonies of #BD1265
Complementary color
Monochromatic Colors of #BD1265
Black with #BD1265
Text Example
Text Example
White with #BD1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1265; }
p { color: rgb(189,18,101); }
H1.HeaderClassName
{
color: #BD1265;
}
.AnyTagClassName
{
color: #BD1265;
}
</style>
background-color css
<style>
a { background-color: #BD1265; }
a { background-color: rgb(189,18,101); }
div.DivClassName
{
background-color: #BD1265;
}
.BgClassName
{
background-color: #BD1265;
}
</style>
border-color css
<style>
span { border-color: #BD1265; }
span { border-color: rgb(189,18,101); }
td.TdClassName
{
border-color: #BD1265;
}
.TagClassName
{
border-color: #BD1265;
}
</style>