Shades of Jazzberry Jam #B2174E
Tints of Jazzberry Jam #B2174E
RGB
CMYK
RGB Variations
Color information
#B2174E (or 0xB2174E) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 4E. RGB value is (178,23,78). Sum of RGB (Red+Green+Blue) = 178+23+78=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B2174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2174E is #4DE8B1. Grayscale: #4B4B4B. Windows color (decimal): -5105842 or 5117874. OLE color: 5117874.
HSL color Cylindrical-coordinate representation of color #B2174E: hue angle of 338.71º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2174E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 78 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.30 |
| HSL | 338.71º | 0.77% | 0.39% | - |
| HSV(B) | 338.71º | 0.87% | 0.7% | - |
| XYZ | 20.04 | 10.63 | 8.2 | - |
| YUV | 75.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 78 | 0 | 0.87 | 0.56 | 0.30 | 338.71 | 0.77 | 0.39 |
| Hex | B2 | 17 | 4E | 0 | 57 | 38 | 1E | 153 | 4D | 27 |
| Octal | 262 | 27 | 116 | 0 | 127 | 70 | 36 | 523 | 115 | 47 |
| Binary | 10110010 | 10111 | 1001110 | 0 | 1010111 | 111000 | 11110 | 101010011 | 1001101 | 100111 |
Color Harmonies of #B2174E
Complementary color
Monochromatic Colors of #B2174E
Black with #B2174E
Text Example
Text Example
White with #B2174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2174E; }
p { color: rgb(178,23,78); }
H1.HeaderClassName
{
color: #B2174E;
}
.AnyTagClassName
{
color: #B2174E;
}
</style>
background-color css
<style>
a { background-color: #B2174E; }
a { background-color: rgb(178,23,78); }
div.DivClassName
{
background-color: #B2174E;
}
.BgClassName
{
background-color: #B2174E;
}
</style>
border-color css
<style>
span { border-color: #B2174E; }
span { border-color: rgb(178,23,78); }
td.TdClassName
{
border-color: #B2174E;
}
.TagClassName
{
border-color: #B2174E;
}
</style>