Shades of Jazzberry Jam #B8006B
Tints of Jazzberry Jam #B8006B
RGB
CMYK
RGB Variations
Color information
#B8006B (or 0xB8006B) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 6B. RGB value is (184,0,107). Sum of RGB (Red+Green+Blue) = 184+0+107=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B8006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8006B is #47FF94. Grayscale: #424242. Windows color (decimal): -4718485 or 7012536. OLE color: 7012536.
HSL color Cylindrical-coordinate representation of color #B8006B: hue angle of 325.11º 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 #B8006B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.42 | 0.28 |
| HSL | 325.11º | 1% | 0.36% | - |
| HSV(B) | 325.11º | 1% | 0.72% | - |
| XYZ | 22.42 | 11.25 | 14.9 | - |
| YUV | 67.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 107 | 0 | 1 | 0.42 | 0.28 | 325.11 | 1 | 0.36 |
| Hex | B8 | 0 | 6B | 0 | 64 | 2A | 1C | 145 | 64 | 24 |
| Octal | 270 | 0 | 153 | 0 | 144 | 52 | 34 | 505 | 144 | 44 |
| Binary | 10111000 | 0 | 1101011 | 0 | 1100100 | 101010 | 11100 | 101000101 | 1100100 | 100100 |
Color Harmonies of #B8006B
Complementary color
Monochromatic Colors of #B8006B
Black with #B8006B
Text Example
Text Example
White with #B8006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8006B; }
p { color: rgb(184,0,107); }
H1.HeaderClassName
{
color: #B8006B;
}
.AnyTagClassName
{
color: #B8006B;
}
</style>
background-color css
<style>
a { background-color: #B8006B; }
a { background-color: rgb(184,0,107); }
div.DivClassName
{
background-color: #B8006B;
}
.BgClassName
{
background-color: #B8006B;
}
</style>
border-color css
<style>
span { border-color: #B8006B; }
span { border-color: rgb(184,0,107); }
td.TdClassName
{
border-color: #B8006B;
}
.TagClassName
{
border-color: #B8006B;
}
</style>