Shades of Jazzberry Jam #B50A6B
Tints of Jazzberry Jam #B50A6B
RGB
CMYK
RGB Variations
Color information
#B50A6B (or 0xB50A6B) is known color: Jazzberry Jam. HEX triplet: B5, 0A and 6B. RGB value is (181,10,107). Sum of RGB (Red+Green+Blue) = 181+10+107=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A6B is #4AF594. Grayscale: #474747. Windows color (decimal): -4912533 or 7015093. OLE color: 7015093.
HSL color Cylindrical-coordinate representation of color #B50A6B: hue angle of 325.96º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A6B is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 107 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.29 |
| HSL | 325.96º | 0.9% | 0.37% | - |
| HSV(B) | 325.96º | 0.94% | 0.71% | - |
| XYZ | 21.82 | 11.1 | 14.9 | - |
| YUV | 72.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 107 | 0 | 0.94 | 0.41 | 0.29 | 325.96 | 0.9 | 0.37 |
| Hex | B5 | A | 6B | 0 | 5E | 29 | 1D | 146 | 5A | 25 |
| Octal | 265 | 12 | 153 | 0 | 136 | 51 | 35 | 506 | 132 | 45 |
| Binary | 10110101 | 1010 | 1101011 | 0 | 1011110 | 101001 | 11101 | 101000110 | 1011010 | 100101 |
Color Harmonies of #B50A6B
Complementary color
Monochromatic Colors of #B50A6B
Black with #B50A6B
Text Example
Text Example
White with #B50A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A6B; }
p { color: rgb(181,10,107); }
H1.HeaderClassName
{
color: #B50A6B;
}
.AnyTagClassName
{
color: #B50A6B;
}
</style>
background-color css
<style>
a { background-color: #B50A6B; }
a { background-color: rgb(181,10,107); }
div.DivClassName
{
background-color: #B50A6B;
}
.BgClassName
{
background-color: #B50A6B;
}
</style>
border-color css
<style>
span { border-color: #B50A6B; }
span { border-color: rgb(181,10,107); }
td.TdClassName
{
border-color: #B50A6B;
}
.TagClassName
{
border-color: #B50A6B;
}
</style>