Shades of Jazzberry Jam #B8016B
Tints of Jazzberry Jam #B8016B
RGB
CMYK
RGB Variations
Color information
#B8016B (or 0xB8016B) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 6B. RGB value is (184,1,107). Sum of RGB (Red+Green+Blue) = 184+1+107=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8016B is #47FE94. Grayscale: #434343. Windows color (decimal): -4718229 or 7012792. OLE color: 7012792.
HSL color Cylindrical-coordinate representation of color #B8016B: hue angle of 325.25º 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 #B8016B is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.28 |
| HSL | 325.25º | 0.99% | 0.36% | - |
| HSV(B) | 325.25º | 0.99% | 0.72% | - |
| XYZ | 22.43 | 11.27 | 14.9 | - |
| YUV | 67.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 107 | 0 | 0.99 | 0.42 | 0.28 | 325.25 | 0.99 | 0.36 |
| Hex | B8 | 1 | 6B | 0 | 63 | 2A | 1C | 145 | 63 | 24 |
| Octal | 270 | 1 | 153 | 0 | 143 | 52 | 34 | 505 | 143 | 44 |
| Binary | 10111000 | 1 | 1101011 | 0 | 1100011 | 101010 | 11100 | 101000101 | 1100011 | 100100 |
Color Harmonies of #B8016B
Complementary color
Monochromatic Colors of #B8016B
Black with #B8016B
Text Example
Text Example
White with #B8016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8016B; }
p { color: rgb(184,1,107); }
H1.HeaderClassName
{
color: #B8016B;
}
.AnyTagClassName
{
color: #B8016B;
}
</style>
background-color css
<style>
a { background-color: #B8016B; }
a { background-color: rgb(184,1,107); }
div.DivClassName
{
background-color: #B8016B;
}
.BgClassName
{
background-color: #B8016B;
}
</style>
border-color css
<style>
span { border-color: #B8016B; }
span { border-color: rgb(184,1,107); }
td.TdClassName
{
border-color: #B8016B;
}
.TagClassName
{
border-color: #B8016B;
}
</style>