Shades of Jazzberry Jam #B40175
Tints of Jazzberry Jam #B40175
RGB
CMYK
RGB Variations
Color information
#B40175 (or 0xB40175) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 75. RGB value is (180,1,117). Sum of RGB (Red+Green+Blue) = 180+1+117=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B40175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40175 is #4BFE8A. Grayscale: #434343. Windows color (decimal): -4980363 or 7668148. OLE color: 7668148.
HSL color Cylindrical-coordinate representation of color #B40175: hue angle of 321.12º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40175 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.29 |
| HSL | 321.12º | 0.99% | 0.35% | - |
| HSV(B) | 321.12º | 0.99% | 0.71% | - |
| XYZ | 22.04 | 11.01 | 17.79 | - |
| YUV | 67.75 | 155.8 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 117 | 0 | 0.99 | 0.35 | 0.29 | 321.12 | 0.99 | 0.35 |
| Hex | B4 | 1 | 75 | 0 | 63 | 23 | 1D | 141 | 63 | 23 |
| Octal | 264 | 1 | 165 | 0 | 143 | 43 | 35 | 501 | 143 | 43 |
| Binary | 10110100 | 1 | 1110101 | 0 | 1100011 | 100011 | 11101 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B40175
Complementary color
Monochromatic Colors of #B40175
Black with #B40175
Text Example
Text Example
White with #B40175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40175; }
p { color: rgb(180,1,117); }
H1.HeaderClassName
{
color: #B40175;
}
.AnyTagClassName
{
color: #B40175;
}
</style>
background-color css
<style>
a { background-color: #B40175; }
a { background-color: rgb(180,1,117); }
div.DivClassName
{
background-color: #B40175;
}
.BgClassName
{
background-color: #B40175;
}
</style>
border-color css
<style>
span { border-color: #B40175; }
span { border-color: rgb(180,1,117); }
td.TdClassName
{
border-color: #B40175;
}
.TagClassName
{
border-color: #B40175;
}
</style>