Shades of Jazzberry Jam #B8006C
Tints of Jazzberry Jam #B8006C
RGB
CMYK
RGB Variations
Color information
#B8006C (or 0xB8006C) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 6C. RGB value is (184,0,108). Sum of RGB (Red+Green+Blue) = 184+0+108=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8006C is #47FF93. Grayscale: #434343. Windows color (decimal): -4718484 or 7078072. OLE color: 7078072.
HSL color Cylindrical-coordinate representation of color #B8006C: hue angle of 324.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8006C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.41 | 0.28 |
| HSL | 324.78º | 1% | 0.36% | - |
| HSV(B) | 324.78º | 1% | 0.72% | - |
| XYZ | 22.47 | 11.27 | 15.18 | - |
| YUV | 67.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 108 | 0 | 1 | 0.41 | 0.28 | 324.78 | 1 | 0.36 |
| Hex | B8 | 0 | 6C | 0 | 64 | 29 | 1C | 145 | 64 | 24 |
| Octal | 270 | 0 | 154 | 0 | 144 | 51 | 34 | 505 | 144 | 44 |
| Binary | 10111000 | 0 | 1101100 | 0 | 1100100 | 101001 | 11100 | 101000101 | 1100100 | 100100 |
Color Harmonies of #B8006C
Complementary color
Monochromatic Colors of #B8006C
Black with #B8006C
Text Example
Text Example
White with #B8006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8006C; }
p { color: rgb(184,0,108); }
H1.HeaderClassName
{
color: #B8006C;
}
.AnyTagClassName
{
color: #B8006C;
}
</style>
background-color css
<style>
a { background-color: #B8006C; }
a { background-color: rgb(184,0,108); }
div.DivClassName
{
background-color: #B8006C;
}
.BgClassName
{
background-color: #B8006C;
}
</style>
border-color css
<style>
span { border-color: #B8006C; }
span { border-color: rgb(184,0,108); }
td.TdClassName
{
border-color: #B8006C;
}
.TagClassName
{
border-color: #B8006C;
}
</style>