Shades of Jazzberry Jam #B40566
Tints of Jazzberry Jam #B40566
RGB
CMYK
RGB Variations
Color information
#B40566 (or 0xB40566) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 66. RGB value is (180,5,102). Sum of RGB (Red+Green+Blue) = 180+5+102=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40566 is #4BFA99. Grayscale: #444444. Windows color (decimal): -4979354 or 6686132. OLE color: 6686132.
HSL color Cylindrical-coordinate representation of color #B40566: hue angle of 326.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40566 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.29 |
| HSL | 326.74º | 0.95% | 0.36% | - |
| HSV(B) | 326.74º | 0.97% | 0.71% | - |
| XYZ | 21.27 | 10.77 | 13.53 | - |
| YUV | 68.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 102 | 0 | 0.97 | 0.43 | 0.29 | 326.74 | 0.95 | 0.36 |
| Hex | B4 | 5 | 66 | 0 | 61 | 2B | 1D | 147 | 5F | 24 |
| Octal | 264 | 5 | 146 | 0 | 141 | 53 | 35 | 507 | 137 | 44 |
| Binary | 10110100 | 101 | 1100110 | 0 | 1100001 | 101011 | 11101 | 101000111 | 1011111 | 100100 |
Color Harmonies of #B40566
Complementary color
Monochromatic Colors of #B40566
Black with #B40566
Text Example
Text Example
White with #B40566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40566; }
p { color: rgb(180,5,102); }
H1.HeaderClassName
{
color: #B40566;
}
.AnyTagClassName
{
color: #B40566;
}
</style>
background-color css
<style>
a { background-color: #B40566; }
a { background-color: rgb(180,5,102); }
div.DivClassName
{
background-color: #B40566;
}
.BgClassName
{
background-color: #B40566;
}
</style>
border-color css
<style>
span { border-color: #B40566; }
span { border-color: rgb(180,5,102); }
td.TdClassName
{
border-color: #B40566;
}
.TagClassName
{
border-color: #B40566;
}
</style>