Shades of Jazzberry Jam #B70E6C
Tints of Jazzberry Jam #B70E6C
RGB
CMYK
RGB Variations
Color information
#B70E6C (or 0xB70E6C) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 6C. RGB value is (183,14,108). Sum of RGB (Red+Green+Blue) = 183+14+108=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E6C is #48F193. Grayscale: #4B4B4B. Windows color (decimal): -4780436 or 7081655. OLE color: 7081655.
HSL color Cylindrical-coordinate representation of color #B70E6C: hue angle of 326.63º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E6C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 108 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.28 |
| HSL | 326.63º | 0.86% | 0.39% | - |
| HSV(B) | 326.63º | 0.92% | 0.72% | - |
| XYZ | 22.39 | 11.46 | 15.22 | - |
| YUV | 75.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 108 | 0 | 0.92 | 0.41 | 0.28 | 326.63 | 0.86 | 0.39 |
| Hex | B7 | E | 6C | 0 | 5C | 29 | 1C | 147 | 56 | 27 |
| Octal | 267 | 16 | 154 | 0 | 134 | 51 | 34 | 507 | 126 | 47 |
| Binary | 10110111 | 1110 | 1101100 | 0 | 1011100 | 101001 | 11100 | 101000111 | 1010110 | 100111 |
Color Harmonies of #B70E6C
Complementary color
Monochromatic Colors of #B70E6C
Black with #B70E6C
Text Example
Text Example
White with #B70E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E6C; }
p { color: rgb(183,14,108); }
H1.HeaderClassName
{
color: #B70E6C;
}
.AnyTagClassName
{
color: #B70E6C;
}
</style>
background-color css
<style>
a { background-color: #B70E6C; }
a { background-color: rgb(183,14,108); }
div.DivClassName
{
background-color: #B70E6C;
}
.BgClassName
{
background-color: #B70E6C;
}
</style>
border-color css
<style>
span { border-color: #B70E6C; }
span { border-color: rgb(183,14,108); }
td.TdClassName
{
border-color: #B70E6C;
}
.TagClassName
{
border-color: #B70E6C;
}
</style>