Shades of Jazzberry Jam #B10066
Tints of Jazzberry Jam #B10066
RGB
CMYK
RGB Variations
Color information
#B10066 (or 0xB10066) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 66. RGB value is (177,0,102). Sum of RGB (Red+Green+Blue) = 177+0+102=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B10066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10066 is #4EFF99. Grayscale: #404040. Windows color (decimal): -5177242 or 6684849. OLE color: 6684849.
HSL color Cylindrical-coordinate representation of color #B10066: hue angle of 325.42º 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 #B10066 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.42 | 0.31 |
| HSL | 325.42º | 1% | 0.35% | - |
| HSV(B) | 325.42º | 1% | 0.69% | - |
| XYZ | 20.53 | 10.31 | 13.48 | - |
| YUV | 64.55 | 149.14 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 102 | 0 | 1 | 0.42 | 0.31 | 325.42 | 1 | 0.35 |
| Hex | B1 | 0 | 66 | 0 | 64 | 2A | 1F | 145 | 64 | 23 |
| Octal | 261 | 0 | 146 | 0 | 144 | 52 | 37 | 505 | 144 | 43 |
| Binary | 10110001 | 0 | 1100110 | 0 | 1100100 | 101010 | 11111 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B10066
Complementary color
Monochromatic Colors of #B10066
Black with #B10066
Text Example
Text Example
White with #B10066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10066; }
p { color: rgb(177,0,102); }
H1.HeaderClassName
{
color: #B10066;
}
.AnyTagClassName
{
color: #B10066;
}
</style>
background-color css
<style>
a { background-color: #B10066; }
a { background-color: rgb(177,0,102); }
div.DivClassName
{
background-color: #B10066;
}
.BgClassName
{
background-color: #B10066;
}
</style>
border-color css
<style>
span { border-color: #B10066; }
span { border-color: rgb(177,0,102); }
td.TdClassName
{
border-color: #B10066;
}
.TagClassName
{
border-color: #B10066;
}
</style>