Shades of Jazzberry Jam #BD025E
Tints of Jazzberry Jam #BD025E
RGB
CMYK
RGB Variations
Color information
#BD025E (or 0xBD025E) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 5E. RGB value is (189,2,94). Sum of RGB (Red+Green+Blue) = 189+2+94=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD025E is #42FDA1. Grayscale: #444444. Windows color (decimal): -4390306 or 6161085. OLE color: 6161085.
HSL color Cylindrical-coordinate representation of color #BD025E: hue angle of 330.48º degrees, saturation: 0.98, 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 #BD025E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.26 |
| HSL | 330.48º | 0.98% | 0.37% | - |
| HSV(B) | 330.48º | 0.99% | 0.74% | - |
| XYZ | 23.03 | 11.67 | 11.63 | - |
| YUV | 68.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 94 | 0 | 0.99 | 0.50 | 0.26 | 330.48 | 0.98 | 0.37 |
| Hex | BD | 2 | 5E | 0 | 63 | 32 | 1A | 14A | 62 | 25 |
| Octal | 275 | 2 | 136 | 0 | 143 | 62 | 32 | 512 | 142 | 45 |
| Binary | 10111101 | 10 | 1011110 | 0 | 1100011 | 110010 | 11010 | 101001010 | 1100010 | 100101 |
Color Harmonies of #BD025E
Complementary color
Monochromatic Colors of #BD025E
Black with #BD025E
Text Example
Text Example
White with #BD025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD025E; }
p { color: rgb(189,2,94); }
H1.HeaderClassName
{
color: #BD025E;
}
.AnyTagClassName
{
color: #BD025E;
}
</style>
background-color css
<style>
a { background-color: #BD025E; }
a { background-color: rgb(189,2,94); }
div.DivClassName
{
background-color: #BD025E;
}
.BgClassName
{
background-color: #BD025E;
}
</style>
border-color css
<style>
span { border-color: #BD025E; }
span { border-color: rgb(189,2,94); }
td.TdClassName
{
border-color: #BD025E;
}
.TagClassName
{
border-color: #BD025E;
}
</style>