Shades of Jazzberry Jam #B4015E
Tints of Jazzberry Jam #B4015E
RGB
CMYK
RGB Variations
Color information
#B4015E (or 0xB4015E) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 5E. RGB value is (180,1,94). Sum of RGB (Red+Green+Blue) = 180+1+94=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4015E is #4BFEA1. Grayscale: #404040. Windows color (decimal): -4980386 or 6160820. OLE color: 6160820.
HSL color Cylindrical-coordinate representation of color #B4015E: hue angle of 328.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4015E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.29 |
| HSL | 328.83º | 0.99% | 0.35% | - |
| HSV(B) | 328.83º | 0.99% | 0.71% | - |
| XYZ | 20.85 | 10.53 | 11.52 | - |
| YUV | 65.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 94 | 0 | 0.99 | 0.48 | 0.29 | 328.83 | 0.99 | 0.35 |
| Hex | B4 | 1 | 5E | 0 | 63 | 30 | 1D | 149 | 63 | 23 |
| Octal | 264 | 1 | 136 | 0 | 143 | 60 | 35 | 511 | 143 | 43 |
| Binary | 10110100 | 1 | 1011110 | 0 | 1100011 | 110000 | 11101 | 101001001 | 1100011 | 100011 |
Color Harmonies of #B4015E
Complementary color
Monochromatic Colors of #B4015E
Black with #B4015E
Text Example
Text Example
White with #B4015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4015E; }
p { color: rgb(180,1,94); }
H1.HeaderClassName
{
color: #B4015E;
}
.AnyTagClassName
{
color: #B4015E;
}
</style>
background-color css
<style>
a { background-color: #B4015E; }
a { background-color: rgb(180,1,94); }
div.DivClassName
{
background-color: #B4015E;
}
.BgClassName
{
background-color: #B4015E;
}
</style>
border-color css
<style>
span { border-color: #B4015E; }
span { border-color: rgb(180,1,94); }
td.TdClassName
{
border-color: #B4015E;
}
.TagClassName
{
border-color: #B4015E;
}
</style>