Shades of Jazzberry Jam #B5096D
Tints of Jazzberry Jam #B5096D
RGB
CMYK
RGB Variations
Color information
#B5096D (or 0xB5096D) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 6D. RGB value is (181,9,109). Sum of RGB (Red+Green+Blue) = 181+9+109=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5096D is #4AF692. Grayscale: #474747. Windows color (decimal): -4912787 or 7145909. OLE color: 7145909.
HSL color Cylindrical-coordinate representation of color #B5096D: hue angle of 325.12º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5096D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 109 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.29 |
| HSL | 325.12º | 0.91% | 0.37% | - |
| HSV(B) | 325.12º | 0.95% | 0.71% | - |
| XYZ | 21.91 | 11.12 | 15.46 | - |
| YUV | 71.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 109 | 0 | 0.95 | 0.40 | 0.29 | 325.12 | 0.91 | 0.37 |
| Hex | B5 | 9 | 6D | 0 | 5F | 28 | 1D | 145 | 5B | 25 |
| Octal | 265 | 11 | 155 | 0 | 137 | 50 | 35 | 505 | 133 | 45 |
| Binary | 10110101 | 1001 | 1101101 | 0 | 1011111 | 101000 | 11101 | 101000101 | 1011011 | 100101 |
Color Harmonies of #B5096D
Complementary color
Monochromatic Colors of #B5096D
Black with #B5096D
Text Example
Text Example
White with #B5096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5096D; }
p { color: rgb(181,9,109); }
H1.HeaderClassName
{
color: #B5096D;
}
.AnyTagClassName
{
color: #B5096D;
}
</style>
background-color css
<style>
a { background-color: #B5096D; }
a { background-color: rgb(181,9,109); }
div.DivClassName
{
background-color: #B5096D;
}
.BgClassName
{
background-color: #B5096D;
}
</style>
border-color css
<style>
span { border-color: #B5096D; }
span { border-color: rgb(181,9,109); }
td.TdClassName
{
border-color: #B5096D;
}
.TagClassName
{
border-color: #B5096D;
}
</style>