Shades of Jazzberry Jam #BD0258
Tints of Jazzberry Jam #BD0258
RGB
CMYK
RGB Variations
Color information
#BD0258 (or 0xBD0258) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 58. RGB value is (189,2,88). Sum of RGB (Red+Green+Blue) = 189+2+88=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0258 is #42FDA7. Grayscale: #434343. Windows color (decimal): -4390312 or 5767869. OLE color: 5767869.
HSL color Cylindrical-coordinate representation of color #BD0258: hue angle of 332.41º 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 #BD0258 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.26 |
| HSL | 332.41º | 0.98% | 0.37% | - |
| HSV(B) | 332.41º | 0.99% | 0.74% | - |
| XYZ | 22.77 | 11.57 | 10.27 | - |
| YUV | 67.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 88 | 0 | 0.99 | 0.53 | 0.26 | 332.41 | 0.98 | 0.37 |
| Hex | BD | 2 | 58 | 0 | 63 | 35 | 1A | 14C | 62 | 25 |
| Octal | 275 | 2 | 130 | 0 | 143 | 65 | 32 | 514 | 142 | 45 |
| Binary | 10111101 | 10 | 1011000 | 0 | 1100011 | 110101 | 11010 | 101001100 | 1100010 | 100101 |
Color Harmonies of #BD0258
Complementary color
Monochromatic Colors of #BD0258
Black with #BD0258
Text Example
Text Example
White with #BD0258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0258; }
p { color: rgb(189,2,88); }
H1.HeaderClassName
{
color: #BD0258;
}
.AnyTagClassName
{
color: #BD0258;
}
</style>
background-color css
<style>
a { background-color: #BD0258; }
a { background-color: rgb(189,2,88); }
div.DivClassName
{
background-color: #BD0258;
}
.BgClassName
{
background-color: #BD0258;
}
</style>
border-color css
<style>
span { border-color: #BD0258; }
span { border-color: rgb(189,2,88); }
td.TdClassName
{
border-color: #BD0258;
}
.TagClassName
{
border-color: #BD0258;
}
</style>