Shades of Jazzberry Jam #B00C63
Tints of Jazzberry Jam #B00C63
RGB
CMYK
RGB Variations
Color information
#B00C63 (or 0xB00C63) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 63. RGB value is (176,12,99). Sum of RGB (Red+Green+Blue) = 176+12+99=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C63 is #4FF39C. Grayscale: #464646. Windows color (decimal): -5239709 or 6491312. OLE color: 6491312.
HSL color Cylindrical-coordinate representation of color #B00C63: hue angle of 328.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C63 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 99 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.31 |
| HSL | 328.17º | 0.87% | 0.37% | - |
| HSV(B) | 328.17º | 0.93% | 0.69% | - |
| XYZ | 20.29 | 10.39 | 12.74 | - |
| YUV | 70.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 99 | 0 | 0.93 | 0.44 | 0.31 | 328.17 | 0.87 | 0.37 |
| Hex | B0 | C | 63 | 0 | 5D | 2C | 1F | 148 | 57 | 25 |
| Octal | 260 | 14 | 143 | 0 | 135 | 54 | 37 | 510 | 127 | 45 |
| Binary | 10110000 | 1100 | 1100011 | 0 | 1011101 | 101100 | 11111 | 101001000 | 1010111 | 100101 |
Color Harmonies of #B00C63
Complementary color
Monochromatic Colors of #B00C63
Black with #B00C63
Text Example
Text Example
White with #B00C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C63; }
p { color: rgb(176,12,99); }
H1.HeaderClassName
{
color: #B00C63;
}
.AnyTagClassName
{
color: #B00C63;
}
</style>
background-color css
<style>
a { background-color: #B00C63; }
a { background-color: rgb(176,12,99); }
div.DivClassName
{
background-color: #B00C63;
}
.BgClassName
{
background-color: #B00C63;
}
</style>
border-color css
<style>
span { border-color: #B00C63; }
span { border-color: rgb(176,12,99); }
td.TdClassName
{
border-color: #B00C63;
}
.TagClassName
{
border-color: #B00C63;
}
</style>