Shades of Jazzberry Jam #BD1A62
Tints of Jazzberry Jam #BD1A62
RGB
CMYK
RGB Variations
Color information
#BD1A62 (or 0xBD1A62) is known color: Jazzberry Jam. HEX triplet: BD, 1A and 62. RGB value is (189,26,98). Sum of RGB (Red+Green+Blue) = 189+26+98=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A62 is #42E59D. Grayscale: #525252. Windows color (decimal): -4384158 or 6429373. OLE color: 6429373.
HSL color Cylindrical-coordinate representation of color #BD1A62: hue angle of 333.5º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A62 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 98 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.26 |
| HSL | 333.5º | 0.76% | 0.42% | - |
| HSV(B) | 333.5º | 0.86% | 0.74% | - |
| XYZ | 23.56 | 12.44 | 12.71 | - |
| YUV | 82.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 98 | 0 | 0.86 | 0.48 | 0.26 | 333.5 | 0.76 | 0.42 |
| Hex | BD | 1A | 62 | 0 | 56 | 30 | 1A | 14D | 4C | 2A |
| Octal | 275 | 32 | 142 | 0 | 126 | 60 | 32 | 515 | 114 | 52 |
| Binary | 10111101 | 11010 | 1100010 | 0 | 1010110 | 110000 | 11010 | 101001101 | 1001100 | 101010 |
Color Harmonies of #BD1A62
Complementary color
Monochromatic Colors of #BD1A62
Black with #BD1A62
Text Example
Text Example
White with #BD1A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1A62; }
p { color: rgb(189,26,98); }
H1.HeaderClassName
{
color: #BD1A62;
}
.AnyTagClassName
{
color: #BD1A62;
}
</style>
background-color css
<style>
a { background-color: #BD1A62; }
a { background-color: rgb(189,26,98); }
div.DivClassName
{
background-color: #BD1A62;
}
.BgClassName
{
background-color: #BD1A62;
}
</style>
border-color css
<style>
span { border-color: #BD1A62; }
span { border-color: rgb(189,26,98); }
td.TdClassName
{
border-color: #BD1A62;
}
.TagClassName
{
border-color: #BD1A62;
}
</style>