Shades of Jazzberry Jam #B21B6E
Tints of Jazzberry Jam #B21B6E
RGB
CMYK
RGB Variations
Color information
#B21B6E (or 0xB21B6E) is known color: Jazzberry Jam. HEX triplet: B2, 1B and 6E. RGB value is (178,27,110). Sum of RGB (Red+Green+Blue) = 178+27+110=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B6E is #4DE491. Grayscale: #515151. Windows color (decimal): -5104786 or 7216050. OLE color: 7216050.
HSL color Cylindrical-coordinate representation of color #B21B6E: hue angle of 327.02º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B6E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 27 | 110 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.30 |
| HSL | 327.02º | 0.74% | 0.4% | - |
| HSV(B) | 327.02º | 0.85% | 0.7% | - |
| XYZ | 21.57 | 11.37 | 15.81 | - |
| YUV | 81.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 27 | 110 | 0 | 0.85 | 0.38 | 0.30 | 327.02 | 0.74 | 0.4 |
| Hex | B2 | 1B | 6E | 0 | 55 | 26 | 1E | 147 | 4A | 28 |
| Octal | 262 | 33 | 156 | 0 | 125 | 46 | 36 | 507 | 112 | 50 |
| Binary | 10110010 | 11011 | 1101110 | 0 | 1010101 | 100110 | 11110 | 101000111 | 1001010 | 101000 |
Color Harmonies of #B21B6E
Complementary color
Monochromatic Colors of #B21B6E
Black with #B21B6E
Text Example
Text Example
White with #B21B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21B6E; }
p { color: rgb(178,27,110); }
H1.HeaderClassName
{
color: #B21B6E;
}
.AnyTagClassName
{
color: #B21B6E;
}
</style>
background-color css
<style>
a { background-color: #B21B6E; }
a { background-color: rgb(178,27,110); }
div.DivClassName
{
background-color: #B21B6E;
}
.BgClassName
{
background-color: #B21B6E;
}
</style>
border-color css
<style>
span { border-color: #B21B6E; }
span { border-color: rgb(178,27,110); }
td.TdClassName
{
border-color: #B21B6E;
}
.TagClassName
{
border-color: #B21B6E;
}
</style>