Shades of Jazzberry Jam #B00F6C
Tints of Jazzberry Jam #B00F6C
RGB
CMYK
RGB Variations
Color information
#B00F6C (or 0xB00F6C) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 6C. RGB value is (176,15,108). Sum of RGB (Red+Green+Blue) = 176+15+108=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F6C is #4FF093. Grayscale: #494949. Windows color (decimal): -5238932 or 7081904. OLE color: 7081904.
HSL color Cylindrical-coordinate representation of color #B00F6C: hue angle of 325.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F6C is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 108 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.31 |
| HSL | 325.34º | 0.84% | 0.37% | - |
| HSV(B) | 325.34º | 0.91% | 0.69% | - |
| XYZ | 20.78 | 10.65 | 15.15 | - |
| YUV | 73.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 108 | 0 | 0.91 | 0.39 | 0.31 | 325.34 | 0.84 | 0.37 |
| Hex | B0 | F | 6C | 0 | 5B | 27 | 1F | 145 | 54 | 25 |
| Octal | 260 | 17 | 154 | 0 | 133 | 47 | 37 | 505 | 124 | 45 |
| Binary | 10110000 | 1111 | 1101100 | 0 | 1011011 | 100111 | 11111 | 101000101 | 1010100 | 100101 |
Color Harmonies of #B00F6C
Complementary color
Monochromatic Colors of #B00F6C
Black with #B00F6C
Text Example
Text Example
White with #B00F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F6C; }
p { color: rgb(176,15,108); }
H1.HeaderClassName
{
color: #B00F6C;
}
.AnyTagClassName
{
color: #B00F6C;
}
</style>
background-color css
<style>
a { background-color: #B00F6C; }
a { background-color: rgb(176,15,108); }
div.DivClassName
{
background-color: #B00F6C;
}
.BgClassName
{
background-color: #B00F6C;
}
</style>
border-color css
<style>
span { border-color: #B00F6C; }
span { border-color: rgb(176,15,108); }
td.TdClassName
{
border-color: #B00F6C;
}
.TagClassName
{
border-color: #B00F6C;
}
</style>