Shades of Jazzberry Jam #B01A6C
Tints of Jazzberry Jam #B01A6C
RGB
CMYK
RGB Variations
Color information
#B01A6C (or 0xB01A6C) is known color: Jazzberry Jam. HEX triplet: B0, 1A and 6C. RGB value is (176,26,108). Sum of RGB (Red+Green+Blue) = 176+26+108=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A6C is #4FE593. Grayscale: #505050. Windows color (decimal): -5236116 or 7084720. OLE color: 7084720.
HSL color Cylindrical-coordinate representation of color #B01A6C: hue angle of 327.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A6C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 26 | 108 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.31 |
| HSL | 327.2º | 0.74% | 0.4% | - |
| HSV(B) | 327.2º | 0.85% | 0.69% | - |
| XYZ | 20.98 | 11.05 | 15.21 | - |
| YUV | 80.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 26 | 108 | 0 | 0.85 | 0.39 | 0.31 | 327.2 | 0.74 | 0.4 |
| Hex | B0 | 1A | 6C | 0 | 55 | 27 | 1F | 147 | 4A | 28 |
| Octal | 260 | 32 | 154 | 0 | 125 | 47 | 37 | 507 | 112 | 50 |
| Binary | 10110000 | 11010 | 1101100 | 0 | 1010101 | 100111 | 11111 | 101000111 | 1001010 | 101000 |
Color Harmonies of #B01A6C
Complementary color
Monochromatic Colors of #B01A6C
Black with #B01A6C
Text Example
Text Example
White with #B01A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01A6C; }
p { color: rgb(176,26,108); }
H1.HeaderClassName
{
color: #B01A6C;
}
.AnyTagClassName
{
color: #B01A6C;
}
</style>
background-color css
<style>
a { background-color: #B01A6C; }
a { background-color: rgb(176,26,108); }
div.DivClassName
{
background-color: #B01A6C;
}
.BgClassName
{
background-color: #B01A6C;
}
</style>
border-color css
<style>
span { border-color: #B01A6C; }
span { border-color: rgb(176,26,108); }
td.TdClassName
{
border-color: #B01A6C;
}
.TagClassName
{
border-color: #B01A6C;
}
</style>