Shades of Jazzberry Jam #B10067
Tints of Jazzberry Jam #B10067
RGB
CMYK
RGB Variations
Color information
#B10067 (or 0xB10067) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 67. RGB value is (177,0,103). Sum of RGB (Red+Green+Blue) = 177+0+103=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B10067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10067 is #4EFF98. Grayscale: #404040. Windows color (decimal): -5177241 or 6750385. OLE color: 6750385.
HSL color Cylindrical-coordinate representation of color #B10067: hue angle of 325.08º 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 #B10067 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.42 | 0.31 |
| HSL | 325.08º | 1% | 0.35% | - |
| HSV(B) | 325.08º | 1% | 0.69% | - |
| XYZ | 20.58 | 10.33 | 13.74 | - |
| YUV | 64.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 103 | 0 | 1 | 0.42 | 0.31 | 325.08 | 1 | 0.35 |
| Hex | B1 | 0 | 67 | 0 | 64 | 2A | 1F | 145 | 64 | 23 |
| Octal | 261 | 0 | 147 | 0 | 144 | 52 | 37 | 505 | 144 | 43 |
| Binary | 10110001 | 0 | 1100111 | 0 | 1100100 | 101010 | 11111 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B10067
Complementary color
Monochromatic Colors of #B10067
Black with #B10067
Text Example
Text Example
White with #B10067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10067; }
p { color: rgb(177,0,103); }
H1.HeaderClassName
{
color: #B10067;
}
.AnyTagClassName
{
color: #B10067;
}
</style>
background-color css
<style>
a { background-color: #B10067; }
a { background-color: rgb(177,0,103); }
div.DivClassName
{
background-color: #B10067;
}
.BgClassName
{
background-color: #B10067;
}
</style>
border-color css
<style>
span { border-color: #B10067; }
span { border-color: rgb(177,0,103); }
td.TdClassName
{
border-color: #B10067;
}
.TagClassName
{
border-color: #B10067;
}
</style>