Shades of Jazzberry Jam #B2014E
Tints of Jazzberry Jam #B2014E
RGB
CMYK
RGB Variations
Color information
#B2014E (or 0xB2014E) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 4E. RGB value is (178,1,78). Sum of RGB (Red+Green+Blue) = 178+1+78=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2014E is #4DFEB1. Grayscale: #3E3E3E. Windows color (decimal): -5111474 or 5112242. OLE color: 5112242.
HSL color Cylindrical-coordinate representation of color #B2014E: hue angle of 333.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2014E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.30 |
| HSL | 333.9º | 0.99% | 0.35% | - |
| HSV(B) | 333.9º | 0.99% | 0.7% | - |
| XYZ | 19.75 | 10.04 | 8.1 | - |
| YUV | 62.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 78 | 0 | 0.99 | 0.56 | 0.30 | 333.9 | 0.99 | 0.35 |
| Hex | B2 | 1 | 4E | 0 | 63 | 38 | 1E | 14E | 63 | 23 |
| Octal | 262 | 1 | 116 | 0 | 143 | 70 | 36 | 516 | 143 | 43 |
| Binary | 10110010 | 1 | 1001110 | 0 | 1100011 | 111000 | 11110 | 101001110 | 1100011 | 100011 |
Color Harmonies of #B2014E
Complementary color
Monochromatic Colors of #B2014E
Black with #B2014E
Text Example
Text Example
White with #B2014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2014E; }
p { color: rgb(178,1,78); }
H1.HeaderClassName
{
color: #B2014E;
}
.AnyTagClassName
{
color: #B2014E;
}
</style>
background-color css
<style>
a { background-color: #B2014E; }
a { background-color: rgb(178,1,78); }
div.DivClassName
{
background-color: #B2014E;
}
.BgClassName
{
background-color: #B2014E;
}
</style>
border-color css
<style>
span { border-color: #B2014E; }
span { border-color: rgb(178,1,78); }
td.TdClassName
{
border-color: #B2014E;
}
.TagClassName
{
border-color: #B2014E;
}
</style>