Shades of Jazzberry Jam #B5014E
Tints of Jazzberry Jam #B5014E
RGB
CMYK
RGB Variations
Color information
#B5014E (or 0xB5014E) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4E. RGB value is (181,1,78). Sum of RGB (Red+Green+Blue) = 181+1+78=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5014E is #4AFEB1. Grayscale: #3F3F3F. Windows color (decimal): -4914866 or 5112245. OLE color: 5112245.
HSL color Cylindrical-coordinate representation of color #B5014E: hue angle of 334.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5014E is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.29 |
| HSL | 334.33º | 0.99% | 0.36% | - |
| HSV(B) | 334.33º | 0.99% | 0.71% | - |
| XYZ | 20.44 | 10.4 | 8.14 | - |
| YUV | 63.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 78 | 0 | 0.99 | 0.57 | 0.29 | 334.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 4E | 0 | 63 | 39 | 1D | 14E | 63 | 24 |
| Octal | 265 | 1 | 116 | 0 | 143 | 71 | 35 | 516 | 143 | 44 |
| Binary | 10110101 | 1 | 1001110 | 0 | 1100011 | 111001 | 11101 | 101001110 | 1100011 | 100100 |
Color Harmonies of #B5014E
Complementary color
Monochromatic Colors of #B5014E
Black with #B5014E
Text Example
Text Example
White with #B5014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5014E; }
p { color: rgb(181,1,78); }
H1.HeaderClassName
{
color: #B5014E;
}
.AnyTagClassName
{
color: #B5014E;
}
</style>
background-color css
<style>
a { background-color: #B5014E; }
a { background-color: rgb(181,1,78); }
div.DivClassName
{
background-color: #B5014E;
}
.BgClassName
{
background-color: #B5014E;
}
</style>
border-color css
<style>
span { border-color: #B5014E; }
span { border-color: rgb(181,1,78); }
td.TdClassName
{
border-color: #B5014E;
}
.TagClassName
{
border-color: #B5014E;
}
</style>