Shades of Jazzberry Jam #B6045D
Tints of Jazzberry Jam #B6045D
RGB
CMYK
RGB Variations
Color information
#B6045D (or 0xB6045D) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 5D. RGB value is (182,4,93). Sum of RGB (Red+Green+Blue) = 182+4+93=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6045D is #49FBA2. Grayscale: #434343. Windows color (decimal): -4848547 or 6096054. OLE color: 6096054.
HSL color Cylindrical-coordinate representation of color #B6045D: hue angle of 330º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6045D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.29 |
| HSL | 330º | 0.96% | 0.36% | - |
| HSV(B) | 330º | 0.98% | 0.71% | - |
| XYZ | 21.31 | 10.82 | 11.32 | - |
| YUV | 67.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 4 | 93 | 0 | 0.98 | 0.49 | 0.29 | 330 | 0.96 | 0.36 |
| Hex | B6 | 4 | 5D | 0 | 62 | 31 | 1D | 14A | 60 | 24 |
| Octal | 266 | 4 | 135 | 0 | 142 | 61 | 35 | 512 | 140 | 44 |
| Binary | 10110110 | 100 | 1011101 | 0 | 1100010 | 110001 | 11101 | 101001010 | 1100000 | 100100 |
Color Harmonies of #B6045D
Complementary color
Monochromatic Colors of #B6045D
Black with #B6045D
Text Example
Text Example
White with #B6045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6045D; }
p { color: rgb(182,4,93); }
H1.HeaderClassName
{
color: #B6045D;
}
.AnyTagClassName
{
color: #B6045D;
}
</style>
background-color css
<style>
a { background-color: #B6045D; }
a { background-color: rgb(182,4,93); }
div.DivClassName
{
background-color: #B6045D;
}
.BgClassName
{
background-color: #B6045D;
}
</style>
border-color css
<style>
span { border-color: #B6045D; }
span { border-color: rgb(182,4,93); }
td.TdClassName
{
border-color: #B6045D;
}
.TagClassName
{
border-color: #B6045D;
}
</style>