Shades of Jazzberry Jam #B51E6A
Tints of Jazzberry Jam #B51E6A
RGB
CMYK
RGB Variations
Color information
#B51E6A (or 0xB51E6A) is known color: Jazzberry Jam. HEX triplet: B5, 1E and 6A. RGB value is (181,30,106). Sum of RGB (Red+Green+Blue) = 181+30+106=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E6A is #4AE195. Grayscale: #535353. Windows color (decimal): -4907414 or 6954677. OLE color: 6954677.
HSL color Cylindrical-coordinate representation of color #B51E6A: hue angle of 329.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E6A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 106 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.29 |
| HSL | 329.8º | 0.72% | 0.41% | - |
| HSV(B) | 329.8º | 0.83% | 0.71% | - |
| XYZ | 22.12 | 11.79 | 14.75 | - |
| YUV | 83.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 106 | 0 | 0.83 | 0.41 | 0.29 | 329.8 | 0.72 | 0.41 |
| Hex | B5 | 1E | 6A | 0 | 53 | 29 | 1D | 14A | 48 | 29 |
| Octal | 265 | 36 | 152 | 0 | 123 | 51 | 35 | 512 | 110 | 51 |
| Binary | 10110101 | 11110 | 1101010 | 0 | 1010011 | 101001 | 11101 | 101001010 | 1001000 | 101001 |
Color Harmonies of #B51E6A
Complementary color
Monochromatic Colors of #B51E6A
Black with #B51E6A
Text Example
Text Example
White with #B51E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E6A; }
p { color: rgb(181,30,106); }
H1.HeaderClassName
{
color: #B51E6A;
}
.AnyTagClassName
{
color: #B51E6A;
}
</style>
background-color css
<style>
a { background-color: #B51E6A; }
a { background-color: rgb(181,30,106); }
div.DivClassName
{
background-color: #B51E6A;
}
.BgClassName
{
background-color: #B51E6A;
}
</style>
border-color css
<style>
span { border-color: #B51E6A; }
span { border-color: rgb(181,30,106); }
td.TdClassName
{
border-color: #B51E6A;
}
.TagClassName
{
border-color: #B51E6A;
}
</style>