Shades of Jazzberry Jam #B0006B
Tints of Jazzberry Jam #B0006B
RGB
CMYK
RGB Variations
Color information
#B0006B (or 0xB0006B) is known color: Jazzberry Jam. HEX triplet: B0, 00 and 6B. RGB value is (176,0,107). Sum of RGB (Red+Green+Blue) = 176+0+107=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0006B is #4FFF94. Grayscale: #404040. Windows color (decimal): -5242773 or 7012528. OLE color: 7012528.
HSL color Cylindrical-coordinate representation of color #B0006B: hue angle of 323.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0006B is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.39 | 0.31 |
| HSL | 323.52º | 1% | 0.35% | - |
| HSV(B) | 323.52º | 1% | 0.69% | - |
| XYZ | 20.56 | 10.29 | 14.81 | - |
| YUV | 64.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 107 | 0 | 1 | 0.39 | 0.31 | 323.52 | 1 | 0.35 |
| Hex | B0 | 0 | 6B | 0 | 64 | 27 | 1F | 144 | 64 | 23 |
| Octal | 260 | 0 | 153 | 0 | 144 | 47 | 37 | 504 | 144 | 43 |
| Binary | 10110000 | 0 | 1101011 | 0 | 1100100 | 100111 | 11111 | 101000100 | 1100100 | 100011 |
Color Harmonies of #B0006B
Complementary color
Monochromatic Colors of #B0006B
Black with #B0006B
Text Example
Text Example
White with #B0006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0006B; }
p { color: rgb(176,0,107); }
H1.HeaderClassName
{
color: #B0006B;
}
.AnyTagClassName
{
color: #B0006B;
}
</style>
background-color css
<style>
a { background-color: #B0006B; }
a { background-color: rgb(176,0,107); }
div.DivClassName
{
background-color: #B0006B;
}
.BgClassName
{
background-color: #B0006B;
}
</style>
border-color css
<style>
span { border-color: #B0006B; }
span { border-color: rgb(176,0,107); }
td.TdClassName
{
border-color: #B0006B;
}
.TagClassName
{
border-color: #B0006B;
}
</style>