Shades of Jazzberry Jam #BD025C
Tints of Jazzberry Jam #BD025C
RGB
CMYK
RGB Variations
Color information
#BD025C (or 0xBD025C) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 5C. RGB value is (189,2,92). Sum of RGB (Red+Green+Blue) = 189+2+92=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD025C is #42FDA3. Grayscale: #444444. Windows color (decimal): -4390308 or 6030013. OLE color: 6030013.
HSL color Cylindrical-coordinate representation of color #BD025C: hue angle of 331.12º 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 #BD025C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.26 |
| HSL | 331.12º | 0.98% | 0.37% | - |
| HSV(B) | 331.12º | 0.99% | 0.74% | - |
| XYZ | 22.94 | 11.63 | 11.16 | - |
| YUV | 68.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 92 | 0 | 0.99 | 0.51 | 0.26 | 331.12 | 0.98 | 0.37 |
| Hex | BD | 2 | 5C | 0 | 63 | 33 | 1A | 14B | 62 | 25 |
| Octal | 275 | 2 | 134 | 0 | 143 | 63 | 32 | 513 | 142 | 45 |
| Binary | 10111101 | 10 | 1011100 | 0 | 1100011 | 110011 | 11010 | 101001011 | 1100010 | 100101 |
Color Harmonies of #BD025C
Complementary color
Monochromatic Colors of #BD025C
Black with #BD025C
Text Example
Text Example
White with #BD025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD025C; }
p { color: rgb(189,2,92); }
H1.HeaderClassName
{
color: #BD025C;
}
.AnyTagClassName
{
color: #BD025C;
}
</style>
background-color css
<style>
a { background-color: #BD025C; }
a { background-color: rgb(189,2,92); }
div.DivClassName
{
background-color: #BD025C;
}
.BgClassName
{
background-color: #BD025C;
}
</style>
border-color css
<style>
span { border-color: #BD025C; }
span { border-color: rgb(189,2,92); }
td.TdClassName
{
border-color: #BD025C;
}
.TagClassName
{
border-color: #BD025C;
}
</style>