Shades of Jazzberry Jam #B8016C
Tints of Jazzberry Jam #B8016C
RGB
CMYK
RGB Variations
Color information
#B8016C (or 0xB8016C) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 6C. RGB value is (184,1,108). Sum of RGB (Red+Green+Blue) = 184+1+108=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8016C is #47FE93. Grayscale: #434343. Windows color (decimal): -4718228 or 7078328. OLE color: 7078328.
HSL color Cylindrical-coordinate representation of color #B8016C: hue angle of 324.92º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8016C is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.28 |
| HSL | 324.92º | 0.99% | 0.36% | - |
| HSV(B) | 324.92º | 0.99% | 0.72% | - |
| XYZ | 22.48 | 11.29 | 15.18 | - |
| YUV | 67.92 | 150.63 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 108 | 0 | 0.99 | 0.41 | 0.28 | 324.92 | 0.99 | 0.36 |
| Hex | B8 | 1 | 6C | 0 | 63 | 29 | 1C | 145 | 63 | 24 |
| Octal | 270 | 1 | 154 | 0 | 143 | 51 | 34 | 505 | 143 | 44 |
| Binary | 10111000 | 1 | 1101100 | 0 | 1100011 | 101001 | 11100 | 101000101 | 1100011 | 100100 |
Color Harmonies of #B8016C
Complementary color
Monochromatic Colors of #B8016C
Black with #B8016C
Text Example
Text Example
White with #B8016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8016C; }
p { color: rgb(184,1,108); }
H1.HeaderClassName
{
color: #B8016C;
}
.AnyTagClassName
{
color: #B8016C;
}
</style>
background-color css
<style>
a { background-color: #B8016C; }
a { background-color: rgb(184,1,108); }
div.DivClassName
{
background-color: #B8016C;
}
.BgClassName
{
background-color: #B8016C;
}
</style>
border-color css
<style>
span { border-color: #B8016C; }
span { border-color: rgb(184,1,108); }
td.TdClassName
{
border-color: #B8016C;
}
.TagClassName
{
border-color: #B8016C;
}
</style>